Fix u8::MAX -> std::u8::MAX. (#2047)
As per Carlo Kok on Zulip #cranelift, this breaks builds with stable Rust pre-1.43, as `core::u8::MAX` was only stabilized then. We'd like to support older versions if we can easily do so. This PR also adds `cranelift-tools` to the crates checked on CI with Rust 1.41.0, which pulls in all backends (including `aarch64`).
This commit is contained in:
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@@ -129,6 +129,7 @@ jobs:
|
||||
- run: rustup install 1.41.0
|
||||
- run: cargo +1.41.0 check -p cranelift-codegen
|
||||
- run: cargo +1.41.0 check -p cranelift-wasm
|
||||
- run: cargo +1.41.0 check -p cranelift-tools
|
||||
|
||||
|
||||
fuzz_targets:
|
||||
|
||||
Reference in New Issue
Block a user