Skip to content

Commit 47987f6

Browse files
Merge #305
305: Fix compile-fail test error message r=adamgreig a=jonas-schievink Co-authored-by: Jonas Schievink <[email protected]>
2 parents 7ac8f78 + 4ee3d6b commit 47987f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-m-rt/tests/compile-fail/interrupt-not-reexported.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ fn foo() -> ! {
1111
loop {}
1212
}
1313

14-
#[interrupt] //~ ERROR failed to resolve: use of undeclared type or module `interrupt`
14+
#[interrupt] //~ ERROR failed to resolve: use of undeclared crate or module `interrupt`
1515
fn USART1() {}

0 commit comments

Comments
 (0)