diff options
Diffstat (limited to 'cortex-m-rt/tests/compile-fail/interrupt-args.rs')
-rw-r--r-- | cortex-m-rt/tests/compile-fail/interrupt-args.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cortex-m-rt/tests/compile-fail/interrupt-args.rs b/cortex-m-rt/tests/compile-fail/interrupt-args.rs index 9630ce1..1e06ec2 100644 --- a/cortex-m-rt/tests/compile-fail/interrupt-args.rs +++ b/cortex-m-rt/tests/compile-fail/interrupt-args.rs @@ -11,6 +11,7 @@ fn foo() -> ! { loop {} } +#[allow(non_camel_case_types)] enum interrupt { USART1, } |