resolve: Implement a lint for out-of-scope use of macro_rules
This commit is contained in:
@@ -744,6 +744,9 @@ pub enum BuiltinLintDiag {
|
||||
InnerAttributeUnstable {
|
||||
is_macro: bool,
|
||||
},
|
||||
OutOfScopeMacroCalls {
|
||||
path: String,
|
||||
},
|
||||
}
|
||||
|
||||
/// Lints that are buffered up early on in the `Session` before the
|
||||
|
||||
Reference in New Issue
Block a user