We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6baaf6a + cd5f0a9 commit d232aafCopy full SHA for d232aaf
1 file changed
cortex-m-rt/tests/compile-fail/interrupt-not-reexported.rs
@@ -11,5 +11,5 @@ fn foo() -> ! {
11
loop {}
12
}
13
14
-#[interrupt] //~ ERROR failed to resolve: use of unresolved module or unlinked crate `interrupt`
+#[interrupt] //~ ERROR cannot find module or crate `interrupt` in this scope [E0433]
15
fn USART1() {}
0 commit comments