Skip to content

Commit fa2c8c1

Browse files
datdenkiknietAfoHT
authored andcommitted
rtic: update UI test with new message
This message was changed in rust 1.89 See: https://users.rust-lang.org/t/regression-of-panic-message-in-const-context-since-1-89/133161 Probably due to rust-lang/rust#142015
1 parent 2cfe1e0 commit fa2c8c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
error[E0080]: evaluation of constant value failed
1+
error[E0080]: evaluation panicked: Maximum priority used by interrupt vector 'I2C0' is more than supported by hardware
22
--> ui/task-priority-too-high.rs:3:1
33
|
44
3 | #[rtic::app(device = lm3s6965)]
5-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation panicked: Maximum priority used by interrupt vector 'I2C0' is more than supported by hardware
5+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `app::main::_` failed here

0 commit comments

Comments
 (0)