We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f820313 commit 3b66078Copy full SHA for 3b66078
capnpc/src/pointer_constants.rs
@@ -89,7 +89,7 @@ pub fn generate_pointer_constant(
89
)?,
90
Line("::capnp::constant::Reader {".into()),
91
Indent(Box::new(Branch(vec![
92
- Line("phantom: ::std::marker::PhantomData,".into()),
+ Line("phantom: ::core::marker::PhantomData,".into()),
93
Line("words: &WORDS,".into()),
94
]))),
95
Line("}".into()),
0 commit comments