diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2019-11-06 19:39:57 -0500 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2019-11-06 19:39:57 -0500 |
| commit | da9c6a714eaa9420694dc6377c6e0167fe08f5d4 (patch) | |
| tree | 304cac0d465480fe7783b222be1d3583b32227ab /ui/single | |
| parent | 31b392fe3a6961596a0bd4e1bb24c0da2a9b7b42 (diff) | |
run cfail tests only when rustc --version == $MSRV
this version is more or less fixed so new releases of Rust (stable or nightly
channel) are unlikely to break to build due to changes in diagnostic messages
Diffstat (limited to 'ui/single')
| -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 0e0b1cb..98b5d65 100644 --- a/ui/single/task-priority-too-high.stderr +++ b/ui/single/task-priority-too-high.stderr @@ -4,7 +4,7 @@ warning: unused import: `rtfm::app` 3 | use rtfm::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 |
