diff options
| author | Johannes Cornelis Draaijer <johannes.draaijer@kiteshield.com> | 2025-09-03 14:57:04 +0200 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2025-09-17 19:40:38 +0200 |
| commit | fa2c8c1dcdd74bd7e4268845a671e2ed146d0c1b (patch) | |
| tree | 60fbbb464f7ce063eed3486717b644d3ee6230e4 | |
| parent | 2cfe1e062ea6a74a68f5253c428ea89d0dc54e2e (diff) | |
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 https://github.com/rust-lang/rust/pull/142015
| -rw-r--r-- | rtic/ui/task-priority-too-high.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rtic/ui/task-priority-too-high.stderr b/rtic/ui/task-priority-too-high.stderr index 8dd81b4..5172295 100644 --- a/rtic/ui/task-priority-too-high.stderr +++ b/rtic/ui/task-priority-too-high.stderr @@ -1,5 +1,5 @@ -error[E0080]: evaluation of constant value failed +error[E0080]: evaluation panicked: Maximum priority used by interrupt vector 'I2C0' is more than supported by hardware --> ui/task-priority-too-high.rs:3:1 | 3 | #[rtic::app(device = lm3s6965)] - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation panicked: Maximum priority used by interrupt vector 'I2C0' is more than supported by hardware + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `app::main::_` failed here |
