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.
Ident::dummy()
dummy_annotatable
1 parent 1a62663 commit bd61e01Copy full SHA for bd61e01
compiler/rustc_builtin_macros/src/derive.rs
@@ -103,7 +103,7 @@ impl MultiItemModifier for Expander {
103
fn dummy_annotatable() -> Annotatable {
104
Annotatable::GenericParam(ast::GenericParam {
105
id: ast::DUMMY_NODE_ID,
106
- ident: Ident::empty(),
+ ident: Ident::dummy(),
107
attrs: Default::default(),
108
bounds: Default::default(),
109
is_placeholder: false,
0 commit comments