This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #140 from eyre-rs/fix-ci
Fix tests and warnings from new compiler versions
- Loading branch information
Showing
9 changed files
with
51 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
Finished dev [unoptimized + debuginfo] target(s) in 0.02s | ||
Finished dev [unoptimized + debuginfo] target(s) in 0.03s | ||
warning: the following packages contain code that will be rejected by a future version of Rust: nom v4.2.3 | ||
note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` | ||
Running `target/debug/examples/theme_test_helper` | ||
[31mThe application panicked (crashed).[0m | ||
Message: [36m<non string panic payload>[0m | ||
Location: [35mexamples/theme_test_helper.rs[0m:[35m37[0m | ||
|
||
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ | ||
[96m ⋮ 6 frames hidden ⋮ [0m | ||
7: [32mstd::panic::panic_any[0m[90m::hb5351c0843c6c4aa[0m | ||
at [35m/rustc/f1edd0429582dd29cccacaf50fd134b05593bd9c/library/std/src/panic.rs[0m:[35m57[0m | ||
8: [91mtheme_test_helper::main[0m[90m::h22b568e997946766[0m | ||
at [35m/home/jlusby/git/yaahc/color-eyre/examples/theme_test_helper.rs[0m:[35m37[0m | ||
9: [32mcore::ops::function::FnOnce::call_once[0m[90m::hab7662216a7cf3dc[0m | ||
at [35m/rustc/f1edd0429582dd29cccacaf50fd134b05593bd9c/library/core/src/ops/function.rs[0m:[35m227[0m | ||
[96m ⋮ 15 frames hidden ⋮ [0m | ||
[96m ⋮ 7 frames hidden ⋮ [0m | ||
8: [32mstd::panic::panic_any[0m[90m::h696507828cece708[0m | ||
at [35m/rustc/7b4d9e155fec06583c763f176fc432dc779f1fc6/library/std/src/panic.rs[0m:[35m63[0m | ||
9: [91mtheme_test_helper::main[0m[90m::h8b0946db6f62a6fa[0m | ||
at [35m/home/tei/dev/rust/color-eyre/examples/theme_test_helper.rs[0m:[35m37[0m | ||
10: [32mcore::ops::function::FnOnce::call_once[0m[90m::h6e047342a35216be[0m | ||
at [35m/rustc/7b4d9e155fec06583c763f176fc432dc779f1fc6/library/core/src/ops/function.rs[0m:[35m250[0m | ||
[96m ⋮ 16 frames hidden ⋮ [0m | ||
|
||
Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering. | ||
Run with RUST_BACKTRACE=full to include source snippets. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters