-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: do not compile rust/check_linux_pass with old toolchain
On Alpine 3.16 (Rust 1.60.0) and Fedora 34 (Rust 1.61.0): error[E0658]: deriving `Default` on enums is experimental --> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-width-0.1.13/src/lib.rs:204:30 | 204 | #[derive(Clone, Copy, Debug, Default, PartialEq, Eq)] | ^^^^^^^ | = note: see issue #86985 <rust-lang/rust#86985> for more information = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) For more information about this error, try `rustc --explain E0658`.
- Loading branch information
Showing
3 changed files
with
9 additions
and
5 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