Skip to content

Commit 6b33a7b

Browse files
committed
update error message
1 parent 223352e commit 6b33a7b

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 type or module `interrupt`
1515
fn USART1() {}

0 commit comments

Comments
 (0)