[INFO] fetching crate float16 0.1.5... [INFO] linting float16-0.1.5 against nightly for clippy-nonminimal_bool-denied [INFO] extracting crate float16 0.1.5 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate float16 0.1.5 [INFO] finished tweaking crates.io crate float16 0.1.5 [INFO] tweaked toml for crates.io crate float16 0.1.5 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate float16 0.1.5 on toolchain nightly [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate float16 0.1.5 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 14d9449a3e345620c1e615c715f9fad1c0911bc62646fc9f61145628dd170314 [INFO] running `Command { std: "docker" "start" "-a" "14d9449a3e345620c1e615c715f9fad1c0911bc62646fc9f61145628dd170314", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "14d9449a3e345620c1e615c715f9fad1c0911bc62646fc9f61145628dd170314", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "14d9449a3e345620c1e615c715f9fad1c0911bc62646fc9f61145628dd170314", kill_on_drop: false }` [INFO] [stdout] 14d9449a3e345620c1e615c715f9fad1c0911bc62646fc9f61145628dd170314 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "clippy" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] efbe002e18f5dc3cf76a5fda39a562b418e1486c0bbf9c21fbc2d113a7c8b24f [INFO] running `Command { std: "docker" "start" "-a" "efbe002e18f5dc3cf76a5fda39a562b418e1486c0bbf9c21fbc2d113a7c8b24f", kill_on_drop: false }` [INFO] [stderr] Compiling float16 v0.1.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/bfloat.rs:1863:34 [INFO] [stdout] | [INFO] [stdout] 1863 | roundtrip(f32::from_bits(0b0_00000000_00000000000000000000000), Some(bf16(0))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0000_0000_0000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] = note: `#[warn(clippy::unusual_byte_groupings)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/bfloat.rs:1865:28 [INFO] [stdout] | [INFO] [stdout] 1865 | f32::from_bits(0b1_00000000_00000000000000000000000), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b1000_0000_0000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/bfloat.rs:1869:34 [INFO] [stdout] | [INFO] [stdout] 1869 | roundtrip(f32::from_bits(0b0_00001010_10101001010110100101110), None); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0000_0101_0101_0100_1010_1101_0010_1110` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/bfloat.rs:1870:34 [INFO] [stdout] | [INFO] [stdout] 1870 | roundtrip(f32::from_bits(0b0_00001010_10101001010110100101110), None); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0000_0101_0101_0100_1010_1101_0010_1110` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/bfloat.rs:1871:34 [INFO] [stdout] | [INFO] [stdout] 1871 | roundtrip(f32::from_bits(0b0_00001010_10101011000000000000000), None); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0000_0101_0101_0101_1000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/bfloat.rs:1873:28 [INFO] [stdout] | [INFO] [stdout] 1873 | f32::from_bits(0b0_00001010_10101010000000000000000), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0000_0101_0101_0101_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/bfloat.rs:1874:23 [INFO] [stdout] | [INFO] [stdout] 1874 | Some(bf16(0b0_00001010_1010101)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0000_0101_0101_0101` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/bfloat.rs:1876:34 [INFO] [stdout] | [INFO] [stdout] 1876 | roundtrip(f32::from_bits(0b0_00000000_10000000000000000000000), Some(bf16(0x40))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0000_0000_0100_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/bfloat.rs:1878:34 [INFO] [stdout] | [INFO] [stdout] 1878 | roundtrip(f32::from_bits(0b0_00000000_00000001000000000000000), None); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0000_0000_0000_0000_1000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/bfloat.rs:1879:34 [INFO] [stdout] | [INFO] [stdout] 1879 | roundtrip(f32::from_bits(0b0_00000000_00000010000000000000000), Some(bf16(1))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0000_0000_0000_0001_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/bfloat.rs:1880:34 [INFO] [stdout] | [INFO] [stdout] 1880 | roundtrip(f32::from_bits(0b0_00000000_00000100000000000000000), Some(bf16(2))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0000_0000_0000_0010_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/bfloat.rs:1881:34 [INFO] [stdout] | [INFO] [stdout] 1881 | roundtrip(f32::from_bits(0b0_00000000_00000110000000000000000), Some(bf16(3))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0000_0000_0000_0011_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/bfloat.rs:1882:34 [INFO] [stdout] | [INFO] [stdout] 1882 | roundtrip(f32::from_bits(0b0_00000000_00000111000000000000000), None); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0000_0000_0000_0011_1000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/bfloat.rs:1883:34 [INFO] [stdout] | [INFO] [stdout] 1883 | roundtrip(f32::from_bits(0b0_00001011_10100111101101101001001), None); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0000_0101_1101_0011_1101_1011_0100_1001` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/bfloat.rs:1885:34 [INFO] [stdout] | [INFO] [stdout] 1885 | roundtrip(f32::from_bits(0b0_00001011_10100111100000000000000), None); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0000_0101_1101_0011_1100_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/bfloat.rs:1887:34 [INFO] [stdout] | [INFO] [stdout] 1887 | roundtrip(f32::from_bits(0b0_00001011_10100111000000000000000), None); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0000_0101_1101_0011_1000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/bfloat.rs:1889:34 [INFO] [stdout] | [INFO] [stdout] 1889 | roundtrip(f32::from_bits(0b0_00001011_10100110000000000000000), Some(bf16(0x05d3))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0000_0101_1101_0011_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/bfloat.rs:1908:28 [INFO] [stdout] | [INFO] [stdout] 1908 | f64::from_bits(0b0_00000000000_0000000000000000000000000000000000000000000000000000), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/bfloat.rs:1912:28 [INFO] [stdout] | [INFO] [stdout] 1912 | f64::from_bits(0b1_00000000000_0000000000000000000000000000000000000000000000000000), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b1000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/bfloat.rs:1916:28 [INFO] [stdout] | [INFO] [stdout] 1916 | f64::from_bits(0b0_01110001010_1010100101011010010110110111111110000111101000001111), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0011_1000_1010_1010_1001_0101_1010_0101_1011_0111_1111_1000_0111_1010_0000_1111` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/bfloat.rs:1921:28 [INFO] [stdout] | [INFO] [stdout] 1921 | f64::from_bits(0b0_01110001010_1010100100000000000000000000000000000000000000000000), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0011_1000_1010_1010_1001_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/bfloat.rs:1925:28 [INFO] [stdout] | [INFO] [stdout] 1925 | f64::from_bits(0b0_01110001010_1010100000000000000000000000000000000000000000000000), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0011_1000_1010_1010_1000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/bfloat.rs:1929:28 [INFO] [stdout] | [INFO] [stdout] 1929 | f64::from_bits(0b0_01110001010_1010101000000000000000000000000000000000000000000000), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0011_1000_1010_1010_1010_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/bfloat.rs:1933:28 [INFO] [stdout] | [INFO] [stdout] 1933 | f64::from_bits(0b0_01110001010_1010110000000000000000000000000000000000000000000000), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0011_1000_1010_1010_1100_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/bfloat.rs:1937:28 [INFO] [stdout] | [INFO] [stdout] 1937 | f64::from_bits(0b0_01110001010_1010111000000000000000000000000000000000000000000000), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0011_1000_1010_1010_1110_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/bfloat.rs:1941:28 [INFO] [stdout] | [INFO] [stdout] 1941 | f64::from_bits(0b0_01110001010_1010101100000000000000000000000000000000000000000000), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0011_1000_1010_1010_1011_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/bfloat.rs:1945:28 [INFO] [stdout] | [INFO] [stdout] 1945 | f64::from_bits(0b0_01110001010_1010100110000000000000000000000000000000000000000000), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0011_1000_1010_1010_1001_1000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/bfloat.rs:1949:28 [INFO] [stdout] | [INFO] [stdout] 1949 | f64::from_bits(0b1_01110001010_1010100000000000000000000000000000000000000000000000), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b1011_1000_1010_1010_1000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/bfloat.rs:1953:28 [INFO] [stdout] | [INFO] [stdout] 1953 | f64::from_bits(0b1_01110001010_1010101000000000000000000000000000000000000000000000), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b1011_1000_1010_1010_1010_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/bfloat.rs:1958:28 [INFO] [stdout] | [INFO] [stdout] 1958 | f64::from_bits(0b1_11110001010_1010101000000000000000000000000000000000000000000000), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b1111_1000_1010_1010_1010_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/bfloat.rs:1963:28 [INFO] [stdout] | [INFO] [stdout] 1963 | f64::from_bits(0b0_01101111010_0000000000000000000000000000000000000000000000000000), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0011_0111_1010_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/bfloat.rs:1967:28 [INFO] [stdout] | [INFO] [stdout] 1967 | f64::from_bits(0b0_01101111011_1000000000000000000000000000000000000000000000000000), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0011_0111_1011_1000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/bfloat.rs:1971:28 [INFO] [stdout] | [INFO] [stdout] 1971 | f64::from_bits(0b0_01101111011_1100000000000000000000000000000000000000000000000000), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0011_0111_1011_1100_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/bfloat.rs:1976:28 [INFO] [stdout] | [INFO] [stdout] 1976 | f64::from_bits(0b0_01101111010_0001000000000000000000000000000000000000000000000000), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0011_0111_1010_0001_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/bfloat.rs:1980:28 [INFO] [stdout] | [INFO] [stdout] 1980 | f64::from_bits(0b0_01101111010_1000000000000000000000000000000000000000000000000000), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0011_0111_1010_1000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/binary16.rs:2023:34 [INFO] [stdout] | [INFO] [stdout] 2023 | roundtrip(f32::from_bits(0b0_00000000_00000000000000000000000), Some(f16(0))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0000_0000_0000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/binary16.rs:2024:34 [INFO] [stdout] | [INFO] [stdout] 2024 | roundtrip(f32::from_bits(0b1_00000000_00000000000000000000000), Some(f16(f16::SIGN_MASK))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b1000_0000_0000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/binary16.rs:2028:34 [INFO] [stdout] | [INFO] [stdout] 2028 | roundtrip(f32::from_bits(0b0_01100111_00000000000000000000000), Some(f16(1))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0011_0011_1000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/binary16.rs:2029:34 [INFO] [stdout] | [INFO] [stdout] 2029 | roundtrip(f32::from_bits(0b0_01101000_00000000000000000000000), Some(f16(2))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0011_0100_0000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/binary16.rs:2030:34 [INFO] [stdout] | [INFO] [stdout] 2030 | roundtrip(f32::from_bits(0b0_01101000_10000000000000000000000), Some(f16(3))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0011_0100_0100_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/binary16.rs:2031:34 [INFO] [stdout] | [INFO] [stdout] 2031 | roundtrip(f32::from_bits(0b0_01100111_10000000000000000000000), None); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0011_0011_1100_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/binary16.rs:2032:34 [INFO] [stdout] | [INFO] [stdout] 2032 | roundtrip(f32::from_bits(0b0_01101000_11000000000000000000000), None); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0011_0100_0110_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/binary16.rs:2035:34 [INFO] [stdout] | [INFO] [stdout] 2035 | roundtrip(f32::from_bits(0b0_01101111_00000000000000000000000), Some(f16(0x100))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0011_0111_1000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/binary16.rs:2036:34 [INFO] [stdout] | [INFO] [stdout] 2036 | roundtrip(f32::from_bits(0b0_01101111_10000000000000000000000), Some(f16(0x180))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0011_0111_1100_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/binary16.rs:2037:34 [INFO] [stdout] | [INFO] [stdout] 2037 | roundtrip(f32::from_bits(0b0_01101111_11000000000000000000000), Some(f16(0x1c0))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0011_0111_1110_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/binary16.rs:2038:34 [INFO] [stdout] | [INFO] [stdout] 2038 | roundtrip(f32::from_bits(0b0_01101111_11000001000000000000000), Some(f16(0x1c1))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0011_0111_1110_0000_1000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/binary16.rs:2039:34 [INFO] [stdout] | [INFO] [stdout] 2039 | roundtrip(f32::from_bits(0b0_01101111_11000001100000000000000), None); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0011_0111_1110_0000_1100_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/binary16.rs:2041:34 [INFO] [stdout] | [INFO] [stdout] 2041 | roundtrip(f32::from_bits(0b0_10000000_00000000000000000000000), Some(f16(0x4000))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0100_0000_0000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/binary16.rs:2042:34 [INFO] [stdout] | [INFO] [stdout] 2042 | roundtrip(f32::from_bits(0b0_10000000_10000000000000000000000), Some(f16(0x4200))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0100_0000_0100_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/binary16.rs:2043:34 [INFO] [stdout] | [INFO] [stdout] 2043 | roundtrip(f32::from_bits(0b0_10000000_10000000010000000000000), Some(f16(0x4201))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0100_0000_0100_0000_0010_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/binary16.rs:2044:34 [INFO] [stdout] | [INFO] [stdout] 2044 | roundtrip(f32::from_bits(0b0_10000000_10000000011000000000000), None); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0100_0000_0100_0000_0011_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/binary16.rs:2046:34 [INFO] [stdout] | [INFO] [stdout] 2046 | roundtrip(f32::from_bits(0b0_10001111_00000000000000000000000), None); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0100_0111_1000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/binary16.rs:2047:34 [INFO] [stdout] | [INFO] [stdout] 2047 | roundtrip(f32::from_bits(0b0_10001110_00000000000000000000000), Some(f16(0x7800))); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0100_0111_0000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/binary16.rs:2066:28 [INFO] [stdout] | [INFO] [stdout] 2066 | f64::from_bits(0b0_00000000000_0000000000000000000000000000000000000000000000000000), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/binary16.rs:2070:28 [INFO] [stdout] | [INFO] [stdout] 2070 | f64::from_bits(0b1_00000000000_0000000000000000000000000000000000000000000000000000), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b1000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/binary16.rs:2074:28 [INFO] [stdout] | [INFO] [stdout] 2074 | f64::from_bits(0b0_01110001010_1010100101011010010110110111111110000111101000001111), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0011_1000_1010_1010_1001_0101_1010_0101_1011_0111_1111_1000_0111_1010_0000_1111` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/binary16.rs:2079:28 [INFO] [stdout] | [INFO] [stdout] 2079 | f64::from_bits(0b0_10000001110_1000000000000000000000000000000000000000000000000000), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0100_0000_1110_1000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/binary16.rs:2083:28 [INFO] [stdout] | [INFO] [stdout] 2083 | f64::from_bits(0b0_10000001111_1000000000000000000000000000000000000000000000000000), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0100_0000_1111_1000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/binary16.rs:2088:28 [INFO] [stdout] | [INFO] [stdout] 2088 | f64::from_bits(0b0_01111100111_0000000000000000000000000000000000000000000000000000), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0011_1110_0111_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/binary16.rs:2092:28 [INFO] [stdout] | [INFO] [stdout] 2092 | f64::from_bits(0b0_01111100111_1000000000000000000000000000000000000000000000000000), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0011_1110_0111_1000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/binary16.rs:2096:28 [INFO] [stdout] | [INFO] [stdout] 2096 | f64::from_bits(0b0_01111101000_0000000000000000000000000000000000000000000000000000), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0011_1110_1000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/binary16.rs:2100:28 [INFO] [stdout] | [INFO] [stdout] 2100 | f64::from_bits(0b0_01111101000_1000000000000000000000000000000000000000000000000000), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0011_1110_1000_1000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/binary16.rs:2104:28 [INFO] [stdout] | [INFO] [stdout] 2104 | f64::from_bits(0b0_01111101000_1100000000000000000000000000000000000000000000000000), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0011_1110_1000_1100_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/binary16.rs:2109:28 [INFO] [stdout] | [INFO] [stdout] 2109 | f64::from_bits(0b0_01111111000_0000000000000000000000000000000000000000000000000000), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0011_1111_1000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/binary16.rs:2113:28 [INFO] [stdout] | [INFO] [stdout] 2113 | f64::from_bits(0b0_01111111000_1000000000000000000000000000000000000000000000000000), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0011_1111_1000_1000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/binary16.rs:2117:28 [INFO] [stdout] | [INFO] [stdout] 2117 | f64::from_bits(0b0_01111111000_1110000000000000000000000000000000000000000000000000), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0011_1111_1000_1110_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/binary16.rs:2121:28 [INFO] [stdout] | [INFO] [stdout] 2121 | f64::from_bits(0b0_01111111000_1110000001000000000000000000000000000000000000000000), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0011_1111_1000_1110_0000_0100_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: digits of hex, binary or octal literal not in groups of equal size [INFO] [stdout] --> src/binary16.rs:2125:28 [INFO] [stdout] | [INFO] [stdout] 2125 | f64::from_bits(0b0_01111111000_1110000001100000000000000000000000000000000000000000), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider: `0b0011_1111_1000_1110_0000_0110_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unusual_byte_groupings [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: usage of a legacy numeric constant [INFO] [stdout] --> src/bfloat.rs:1503:34 [INFO] [stdout] | [INFO] [stdout] 1503 | let inf = bf16::from_f32(core::f32::INFINITY); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants [INFO] [stdout] = note: `#[warn(clippy::legacy_numeric_constants)]` on by default [INFO] [stdout] help: use the associated constant instead [INFO] [stdout] | [INFO] [stdout] 1503 - let inf = bf16::from_f32(core::f32::INFINITY); [INFO] [stdout] 1503 + let inf = bf16::from_f32(f32::INFINITY); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: usage of a legacy numeric constant [INFO] [stdout] --> src/bfloat.rs:1504:38 [INFO] [stdout] | [INFO] [stdout] 1504 | let neg_inf = bf16::from_f32(core::f32::NEG_INFINITY); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants [INFO] [stdout] help: use the associated constant instead [INFO] [stdout] | [INFO] [stdout] 1504 - let neg_inf = bf16::from_f32(core::f32::NEG_INFINITY); [INFO] [stdout] 1504 + let neg_inf = bf16::from_f32(f32::NEG_INFINITY); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: usage of a legacy numeric constant [INFO] [stdout] --> src/bfloat.rs:1505:34 [INFO] [stdout] | [INFO] [stdout] 1505 | let nan = bf16::from_f32(core::f32::NAN); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants [INFO] [stdout] help: use the associated constant instead [INFO] [stdout] | [INFO] [stdout] 1505 - let nan = bf16::from_f32(core::f32::NAN); [INFO] [stdout] 1505 + let nan = bf16::from_f32(f32::NAN); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: usage of a legacy numeric constant [INFO] [stdout] --> src/bfloat.rs:1565:34 [INFO] [stdout] | [INFO] [stdout] 1565 | let inf = bf16::from_f64(core::f64::INFINITY); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants [INFO] [stdout] help: use the associated constant instead [INFO] [stdout] | [INFO] [stdout] 1565 - let inf = bf16::from_f64(core::f64::INFINITY); [INFO] [stdout] 1565 + let inf = bf16::from_f64(f64::INFINITY); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: usage of a legacy numeric constant [INFO] [stdout] --> src/bfloat.rs:1566:38 [INFO] [stdout] | [INFO] [stdout] 1566 | let neg_inf = bf16::from_f64(core::f64::NEG_INFINITY); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants [INFO] [stdout] help: use the associated constant instead [INFO] [stdout] | [INFO] [stdout] 1566 - let neg_inf = bf16::from_f64(core::f64::NEG_INFINITY); [INFO] [stdout] 1566 + let neg_inf = bf16::from_f64(f64::NEG_INFINITY); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: usage of a legacy numeric constant [INFO] [stdout] --> src/bfloat.rs:1567:34 [INFO] [stdout] | [INFO] [stdout] 1567 | let nan = bf16::from_f64(core::f64::NAN); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants [INFO] [stdout] help: use the associated constant instead [INFO] [stdout] | [INFO] [stdout] 1567 - let nan = bf16::from_f64(core::f64::NAN); [INFO] [stdout] 1567 + let nan = bf16::from_f64(f64::NAN); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this boolean expression can be simplified [INFO] [stdout] --> src/bfloat.rs:1854:16 [INFO] [stdout] | [INFO] [stdout] 1854 | if !expected.is_none() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: try: `expected.is_some()` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#nonminimal_bool [INFO] [stdout] = note: `#[warn(clippy::nonminimal_bool)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: called `unwrap` on `expected` after checking its variant with `is_none` [INFO] [stdout] --> src/bfloat.rs:1855:30 [INFO] [stdout] | [INFO] [stdout] 1854 | if !expected.is_none() { [INFO] [stdout] | ------------------ the check is happening here [INFO] [stdout] 1855 | let as_f32 = expected.unwrap().to_f32_const(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try using `match` [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_unwrap [INFO] [stdout] = note: `#[warn(clippy::unnecessary_unwrap)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this boolean expression can be simplified [INFO] [stdout] --> src/bfloat.rs:1898:16 [INFO] [stdout] | [INFO] [stdout] 1898 | if !expected.is_none() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: try: `expected.is_some()` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#nonminimal_bool [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: called `unwrap` on `expected` after checking its variant with `is_none` [INFO] [stdout] --> src/bfloat.rs:1899:30 [INFO] [stdout] | [INFO] [stdout] 1898 | if !expected.is_none() { [INFO] [stdout] | ------------------ the check is happening here [INFO] [stdout] 1899 | let as_f64 = expected.unwrap().to_f64_const(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try using `match` [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_unwrap [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: usage of a legacy numeric constant [INFO] [stdout] --> src/binary16.rs:1572:26 [INFO] [stdout] | [INFO] [stdout] 1572 | let digits32 = ((core::f32::MANTISSA_DIGITS as f32 - 1.0) * 2f32.log10()).floor() as u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants [INFO] [stdout] help: use the associated constant instead [INFO] [stdout] | [INFO] [stdout] 1572 - let digits32 = ((core::f32::MANTISSA_DIGITS as f32 - 1.0) * 2f32.log10()).floor() as u32; [INFO] [stdout] 1572 + let digits32 = ((f32::MANTISSA_DIGITS as f32 - 1.0) * 2f32.log10()).floor() as u32; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: usage of a legacy numeric constant [INFO] [stdout] --> src/binary16.rs:1573:20 [INFO] [stdout] | [INFO] [stdout] 1573 | assert_eq!(core::f32::DIGITS, digits32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants [INFO] [stdout] help: use the associated constant instead [INFO] [stdout] | [INFO] [stdout] 1573 - assert_eq!(core::f32::DIGITS, digits32); [INFO] [stdout] 1573 + assert_eq!(f32::DIGITS, digits32); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: usage of a legacy numeric constant [INFO] [stdout] --> src/binary16.rs:1583:20 [INFO] [stdout] | [INFO] [stdout] 1583 | assert_eq!(core::f32::EPSILON, epsilon32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants [INFO] [stdout] help: use the associated constant instead [INFO] [stdout] | [INFO] [stdout] 1583 - assert_eq!(core::f32::EPSILON, epsilon32); [INFO] [stdout] 1583 + assert_eq!(f32::EPSILON, epsilon32); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: usage of a legacy numeric constant [INFO] [stdout] --> src/binary16.rs:1593:36 [INFO] [stdout] | [INFO] [stdout] 1593 | let max32 = f32::from_bits(core::f32::INFINITY.to_bits() - 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants [INFO] [stdout] help: use the associated constant instead [INFO] [stdout] | [INFO] [stdout] 1593 - let max32 = f32::from_bits(core::f32::INFINITY.to_bits() - 1); [INFO] [stdout] 1593 + let max32 = f32::from_bits(f32::INFINITY.to_bits() - 1); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: usage of a legacy numeric constant [INFO] [stdout] --> src/binary16.rs:1594:36 [INFO] [stdout] | [INFO] [stdout] 1594 | let min32 = f32::from_bits(core::f32::NEG_INFINITY.to_bits() - 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants [INFO] [stdout] help: use the associated constant instead [INFO] [stdout] | [INFO] [stdout] 1594 - let min32 = f32::from_bits(core::f32::NEG_INFINITY.to_bits() - 1); [INFO] [stdout] 1594 + let min32 = f32::from_bits(f32::NEG_INFINITY.to_bits() - 1); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: usage of a legacy numeric constant [INFO] [stdout] --> src/binary16.rs:1595:35 [INFO] [stdout] | [INFO] [stdout] 1595 | let min_pos32 = 2f32.powi(core::f32::MIN_EXP - 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants [INFO] [stdout] help: use the associated constant instead [INFO] [stdout] | [INFO] [stdout] 1595 - let min_pos32 = 2f32.powi(core::f32::MIN_EXP - 1); [INFO] [stdout] 1595 + let min_pos32 = 2f32.powi(f32::MIN_EXP - 1); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: usage of a legacy numeric constant [INFO] [stdout] --> src/binary16.rs:1596:20 [INFO] [stdout] | [INFO] [stdout] 1596 | assert_eq!(core::f32::MAX, max32); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants [INFO] [stdout] help: use the associated constant instead [INFO] [stdout] | [INFO] [stdout] 1596 - assert_eq!(core::f32::MAX, max32); [INFO] [stdout] 1596 + assert_eq!(f32::MAX, max32); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: usage of a legacy numeric constant [INFO] [stdout] --> src/binary16.rs:1597:20 [INFO] [stdout] | [INFO] [stdout] 1597 | assert_eq!(core::f32::MIN, min32); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants [INFO] [stdout] help: use the associated constant instead [INFO] [stdout] | [INFO] [stdout] 1597 - assert_eq!(core::f32::MIN, min32); [INFO] [stdout] 1597 + assert_eq!(f32::MIN, min32); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: usage of a legacy numeric constant [INFO] [stdout] --> src/binary16.rs:1598:20 [INFO] [stdout] | [INFO] [stdout] 1598 | assert_eq!(core::f32::MIN_POSITIVE, min_pos32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants [INFO] [stdout] help: use the associated constant instead [INFO] [stdout] | [INFO] [stdout] 1598 - assert_eq!(core::f32::MIN_POSITIVE, min_pos32); [INFO] [stdout] 1598 + assert_eq!(f32::MIN_POSITIVE, min_pos32); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: usage of a legacy numeric constant [INFO] [stdout] --> src/binary16.rs:1608:39 [INFO] [stdout] | [INFO] [stdout] 1608 | let ten_to_min32 = 10f64.powi(core::f32::MIN_10_EXP); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants [INFO] [stdout] help: use the associated constant instead [INFO] [stdout] | [INFO] [stdout] 1608 - let ten_to_min32 = 10f64.powi(core::f32::MIN_10_EXP); [INFO] [stdout] 1608 + let ten_to_min32 = 10f64.powi(f32::MIN_10_EXP); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: usage of a legacy numeric constant [INFO] [stdout] --> src/binary16.rs:1609:49 [INFO] [stdout] | [INFO] [stdout] 1609 | assert!(ten_to_min32 / 10.0 < f64::from(core::f32::MIN_POSITIVE)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants [INFO] [stdout] help: use the associated constant instead [INFO] [stdout] | [INFO] [stdout] 1609 - assert!(ten_to_min32 / 10.0 < f64::from(core::f32::MIN_POSITIVE)); [INFO] [stdout] 1609 + assert!(ten_to_min32 / 10.0 < f64::from(f32::MIN_POSITIVE)); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: usage of a legacy numeric constant [INFO] [stdout] --> src/binary16.rs:1610:42 [INFO] [stdout] | [INFO] [stdout] 1610 | assert!(ten_to_min32 > f64::from(core::f32::MIN_POSITIVE)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants [INFO] [stdout] help: use the associated constant instead [INFO] [stdout] | [INFO] [stdout] 1610 - assert!(ten_to_min32 > f64::from(core::f32::MIN_POSITIVE)); [INFO] [stdout] 1610 + assert!(ten_to_min32 > f64::from(f32::MIN_POSITIVE)); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: usage of a legacy numeric constant [INFO] [stdout] --> src/binary16.rs:1611:39 [INFO] [stdout] | [INFO] [stdout] 1611 | let ten_to_max32 = 10f64.powi(core::f32::MAX_10_EXP); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants [INFO] [stdout] help: use the associated constant instead [INFO] [stdout] | [INFO] [stdout] 1611 - let ten_to_max32 = 10f64.powi(core::f32::MAX_10_EXP); [INFO] [stdout] 1611 + let ten_to_max32 = 10f64.powi(f32::MAX_10_EXP); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: usage of a legacy numeric constant [INFO] [stdout] --> src/binary16.rs:1612:42 [INFO] [stdout] | [INFO] [stdout] 1612 | assert!(ten_to_max32 < f64::from(core::f32::MAX)); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants [INFO] [stdout] help: use the associated constant instead [INFO] [stdout] | [INFO] [stdout] 1612 - assert!(ten_to_max32 < f64::from(core::f32::MAX)); [INFO] [stdout] 1612 + assert!(ten_to_max32 < f64::from(f32::MAX)); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: usage of a legacy numeric constant [INFO] [stdout] --> src/binary16.rs:1613:49 [INFO] [stdout] | [INFO] [stdout] 1613 | assert!(ten_to_max32 * 10.0 > f64::from(core::f32::MAX)); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants [INFO] [stdout] help: use the associated constant instead [INFO] [stdout] | [INFO] [stdout] 1613 - assert!(ten_to_max32 * 10.0 > f64::from(core::f32::MAX)); [INFO] [stdout] 1613 + assert!(ten_to_max32 * 10.0 > f64::from(f32::MAX)); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: usage of a legacy numeric constant [INFO] [stdout] --> src/binary16.rs:1622:33 [INFO] [stdout] | [INFO] [stdout] 1622 | let inf = f16::from_f32(core::f32::INFINITY); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants [INFO] [stdout] help: use the associated constant instead [INFO] [stdout] | [INFO] [stdout] 1622 - let inf = f16::from_f32(core::f32::INFINITY); [INFO] [stdout] 1622 + let inf = f16::from_f32(f32::INFINITY); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: usage of a legacy numeric constant [INFO] [stdout] --> src/binary16.rs:1623:37 [INFO] [stdout] | [INFO] [stdout] 1623 | let neg_inf = f16::from_f32(core::f32::NEG_INFINITY); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants [INFO] [stdout] help: use the associated constant instead [INFO] [stdout] | [INFO] [stdout] 1623 - let neg_inf = f16::from_f32(core::f32::NEG_INFINITY); [INFO] [stdout] 1623 + let neg_inf = f16::from_f32(f32::NEG_INFINITY); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: usage of a legacy numeric constant [INFO] [stdout] --> src/binary16.rs:1624:33 [INFO] [stdout] | [INFO] [stdout] 1624 | let nan = f16::from_f32(core::f32::NAN); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants [INFO] [stdout] help: use the associated constant instead [INFO] [stdout] | [INFO] [stdout] 1624 - let nan = f16::from_f32(core::f32::NAN); [INFO] [stdout] 1624 + let nan = f16::from_f32(f32::NAN); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: usage of a legacy numeric constant [INFO] [stdout] --> src/binary16.rs:1684:33 [INFO] [stdout] | [INFO] [stdout] 1684 | let inf = f16::from_f64(core::f64::INFINITY); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants [INFO] [stdout] help: use the associated constant instead [INFO] [stdout] | [INFO] [stdout] 1684 - let inf = f16::from_f64(core::f64::INFINITY); [INFO] [stdout] 1684 + let inf = f16::from_f64(f64::INFINITY); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: usage of a legacy numeric constant [INFO] [stdout] --> src/binary16.rs:1685:37 [INFO] [stdout] | [INFO] [stdout] 1685 | let neg_inf = f16::from_f64(core::f64::NEG_INFINITY); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants [INFO] [stdout] help: use the associated constant instead [INFO] [stdout] | [INFO] [stdout] 1685 - let neg_inf = f16::from_f64(core::f64::NEG_INFINITY); [INFO] [stdout] 1685 + let neg_inf = f16::from_f64(f64::NEG_INFINITY); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: usage of a legacy numeric constant [INFO] [stdout] --> src/binary16.rs:1686:33 [INFO] [stdout] | [INFO] [stdout] 1686 | let nan = f16::from_f64(core::f64::NAN); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants [INFO] [stdout] help: use the associated constant instead [INFO] [stdout] | [INFO] [stdout] 1686 - let nan = f16::from_f64(core::f64::NAN); [INFO] [stdout] 1686 + let nan = f16::from_f64(f64::NAN); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this boolean expression can be simplified [INFO] [stdout] --> src/binary16.rs:2014:16 [INFO] [stdout] | [INFO] [stdout] 2014 | if !expected.is_none() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: try: `expected.is_some()` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#nonminimal_bool [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: called `unwrap` on `expected` after checking its variant with `is_none` [INFO] [stdout] --> src/binary16.rs:2015:30 [INFO] [stdout] | [INFO] [stdout] 2014 | if !expected.is_none() { [INFO] [stdout] | ------------------ the check is happening here [INFO] [stdout] 2015 | let as_f32 = expected.unwrap().to_f32_const(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try using `match` [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_unwrap [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this boolean expression can be simplified [INFO] [stdout] --> src/binary16.rs:2056:16 [INFO] [stdout] | [INFO] [stdout] 2056 | if !expected.is_none() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: try: `expected.is_some()` [INFO] [stdout] | [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#nonminimal_bool [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: called `unwrap` on `expected` after checking its variant with `is_none` [INFO] [stdout] --> src/binary16.rs:2057:30 [INFO] [stdout] | [INFO] [stdout] 2056 | if !expected.is_none() { [INFO] [stdout] | ------------------ the check is happening here [INFO] [stdout] 2057 | let as_f64 = expected.unwrap().to_f64_const(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: try using `match` [INFO] [stdout] = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_unwrap [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s [INFO] running `Command { std: "docker" "inspect" "efbe002e18f5dc3cf76a5fda39a562b418e1486c0bbf9c21fbc2d113a7c8b24f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "efbe002e18f5dc3cf76a5fda39a562b418e1486c0bbf9c21fbc2d113a7c8b24f", kill_on_drop: false }` [INFO] [stdout] efbe002e18f5dc3cf76a5fda39a562b418e1486c0bbf9c21fbc2d113a7c8b24f