Make macro def krate mandatory
Refactors builtin derive support to go through proper name resolution
This commit is contained in:
@@ -221,6 +221,8 @@ struct Foo<|>;
|
||||
mod marker {
|
||||
trait Copy {}
|
||||
}
|
||||
#[rustc_builtin_macro]
|
||||
macro Copy {}
|
||||
"#,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user