diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2020-04-22 11:48:36 +0000 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2020-09-25 14:29:34 +0000 |
| commit | 79b62797f549a71531bf5ede39cc6695871b7251 (patch) | |
| tree | 2e739d834b62e747c46ed7ddd7878fa3b4048086 /ui/single/task-priority-too-high.stderr | |
| parent | 8df2ec11b0ee3209678dcc1b1a5baa479fa1dfe5 (diff) | |
Update the test suite to use mod instead of const
Changes MSRV to 1.42, failing tests updated to match 1.42.
Diffstat (limited to 'ui/single/task-priority-too-high.stderr')
| -rw-r--r-- | ui/single/task-priority-too-high.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/single/task-priority-too-high.stderr b/ui/single/task-priority-too-high.stderr index eae6074..5854ae5 100644 --- a/ui/single/task-priority-too-high.stderr +++ b/ui/single/task-priority-too-high.stderr @@ -4,7 +4,7 @@ warning: unused import: `rtic::app` 3 | use rtic::app; | ^^^^^^^^^ | - = note: #[warn(unused_imports)] on by default + = note: `#[warn(unused_imports)]` on by default error[E0080]: evaluation of constant value failed --> $DIR/task-priority-too-high.rs:5:1 |
