Skip to content

Commit d232aaf

Browse files
Merge pull request #653 from jannic/fix-ci-compiletest
Latest rust has changed its error output
2 parents 6baaf6a + cd5f0a9 commit d232aaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 unresolved module or unlinked crate `interrupt`
14+
#[interrupt] //~ ERROR cannot find module or crate `interrupt` in this scope [E0433]
1515
fn USART1() {}

0 commit comments

Comments
 (0)