diff options
Diffstat (limited to 'tests/ui/proc-macro/nested-macro-rules.rs')
| -rw-r--r-- | tests/ui/proc-macro/nested-macro-rules.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ui/proc-macro/nested-macro-rules.rs b/tests/ui/proc-macro/nested-macro-rules.rs index 0dce3c408c2..2f0d85c4bbf 100644 --- a/tests/ui/proc-macro/nested-macro-rules.rs +++ b/tests/ui/proc-macro/nested-macro-rules.rs @@ -5,6 +5,8 @@ //@ edition:2018 #![no_std] // Don't load unnecessary hygiene information from std +#![warn(non_local_definitions)] + extern crate std; extern crate nested_macro_rules; |
