We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab1ac88 commit 89fd09bCopy full SHA for 89fd09b
syntax/tokens.rs
@@ -18,7 +18,7 @@ impl ToTokens for Type {
18
let span = ident.rust.span();
19
tokens.extend(quote_spanned!(span=> ::cxx::));
20
}
21
- ident.rust.to_tokens(tokens);
+ ident.to_tokens(tokens);
22
23
Type::RustBox(ty)
24
| Type::UniquePtr(ty)
0 commit comments