Skip to content

Commit 31a0e61

Browse files
Merge pull request #588 from rust-embedded/fix-ci-updated-errors
Latest rust has changed its error output
2 parents 898b11c + fbb9eb5 commit 31a0e61

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

+1-1
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 crate or module `interrupt`
14+
#[interrupt] //~ ERROR failed to resolve: use of unresolved module or unlinked crate `interrupt`
1515
fn USART1() {}

0 commit comments

Comments
 (0)