We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 898b11c + fbb9eb5 commit 31a0e61Copy full SHA for 31a0e61
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 undeclared crate or module `interrupt`
+#[interrupt] //~ ERROR failed to resolve: use of unresolved module or unlinked crate `interrupt`
15
fn USART1() {}
0 commit comments