We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa68192 commit ed2df63Copy full SHA for ed2df63
cortex-m-rt/tests/compile-fail/interrupt-invalid.rs
@@ -19,4 +19,4 @@ enum interrupt {
19
// NOTE this looks a bit better when using a device crate:
20
// "no variant named `foo` found for type `stm32f30x::Interrupt` in the current scope"
21
#[interrupt]
22
-fn foo() {} //~ ERROR no variant or associated item named `foo` found for type `interrupt` in the current scope
+fn foo() {} //~ ERROR no variant or associated item named `foo` found for enum `interrupt` in the current scope [E0599]
0 commit comments