[INFO] fetching crate rustix 0.38.37... [INFO] checking rustix-0.38.37 against try#ccf408f4326a858c00dd845a64a86b16f360a801 for pr-129466-2 [INFO] extracting crate rustix 0.38.37 into /workspace/builds/worker-5-tc2/source [INFO] validating manifest of crates.io crate rustix 0.38.37 on toolchain ccf408f4326a858c00dd845a64a86b16f360a801 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ccf408f4326a858c00dd845a64a86b16f360a801" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rustix 0.38.37 [INFO] finished tweaking crates.io crate rustix 0.38.37 [INFO] tweaked toml for crates.io crate rustix 0.38.37 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate crates.io crate rustix 0.38.37 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" "+ccf408f4326a858c00dd845a64a86b16f360a801" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+ccf408f4326a858c00dd845a64a86b16f360a801" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 44985db4e8db5c8e10daa2d7ce70316bf4cc9ba985054f12ee1836e11f9c0543 [INFO] running `Command { std: "docker" "start" "-a" "44985db4e8db5c8e10daa2d7ce70316bf4cc9ba985054f12ee1836e11f9c0543", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "44985db4e8db5c8e10daa2d7ce70316bf4cc9ba985054f12ee1836e11f9c0543", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44985db4e8db5c8e10daa2d7ce70316bf4cc9ba985054f12ee1836e11f9c0543", kill_on_drop: false }` [INFO] [stdout] 44985db4e8db5c8e10daa2d7ce70316bf4cc9ba985054f12ee1836e11f9c0543 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+ccf408f4326a858c00dd845a64a86b16f360a801" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 65bc780ff3eb44c33676aa6c3e5ebbde45e94b5f528f4c557528132270b7f430 [INFO] running `Command { std: "docker" "start" "-a" "65bc780ff3eb44c33676aa6c3e5ebbde45e94b5f528f4c557528132270b7f430", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Migrating Cargo.toml from 2021 edition to 2024 [INFO] [stderr] Fixed Cargo.toml (7 fixes) [INFO] [stderr] Compiling libc v0.2.158 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling rustix v0.38.36 [INFO] [stderr] Checking futures-util v0.3.30 [INFO] [stderr] Compiling rustix v0.38.37 (/tmp/fixit) [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking flate2 v1.0.33 [INFO] [stderr] Migrating build.rs from 2021 edition to 2024 [INFO] [stderr] Compiling syn v2.0.77 [INFO] [stderr] Migrating src/lib.rs from 2021 edition to 2024 [INFO] [stderr] warning: failed to automatically apply fixes suggested by rustc to crate `rustix` [INFO] [stderr] [INFO] [stderr] after fixes were automatically applied the compiler reported errors within these files: [INFO] [stderr] [INFO] [stderr] * src/backend/linux_raw/arch/mod.rs [INFO] [stderr] * src/bitcast.rs [INFO] [stderr] * src/ioctl/linux.rs [INFO] [stderr] [INFO] [stderr] This likely indicates a bug in either rustc or cargo itself, [INFO] [stderr] and we would appreciate a bug report! You're likely to see [INFO] [stderr] a number of compiler warnings after this message which cargo [INFO] [stderr] attempted to fix but failed. If you could open an issue at [INFO] [stderr] https://github.com/rust-lang/rust/issues [INFO] [stderr] quoting the full output of this command we'd be very appreciative! [INFO] [stderr] Note that you may be able to make some more progress in the near-term [INFO] [stderr] fixing code with the `--broken-code` flag [INFO] [stderr] [INFO] [stderr] The following errors were reported: [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/bitcast.rs:8:6 [INFO] [stderr] | [INFO] [stderr] 8 | ($x:expr_2021) => {{ [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/bitcast.rs:36:6 [INFO] [stderr] | [INFO] [stderr] 36 | ($x:expr_2021) => {{ [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:78:17 [INFO] [stderr] | [INFO] [stderr] 78 | ($nr:ident, $a0:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:85:17 [INFO] [stderr] | [INFO] [stderr] 85 | ($nr:ident, $a0:expr_2021, $a1:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:85:32 [INFO] [stderr] | [INFO] [stderr] 85 | ($nr:ident, $a0:expr_2021, $a1:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:93:17 [INFO] [stderr] | [INFO] [stderr] 93 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:93:32 [INFO] [stderr] | [INFO] [stderr] 93 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:93:47 [INFO] [stderr] | [INFO] [stderr] 93 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:102:17 [INFO] [stderr] | [INFO] [stderr] 102 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:102:32 [INFO] [stderr] | [INFO] [stderr] 102 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:102:47 [INFO] [stderr] | [INFO] [stderr] 102 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:102:62 [INFO] [stderr] | [INFO] [stderr] 102 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:112:17 [INFO] [stderr] | [INFO] [stderr] 112 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:112:32 [INFO] [stderr] | [INFO] [stderr] 112 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:112:47 [INFO] [stderr] | [INFO] [stderr] 112 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:112:62 [INFO] [stderr] | [INFO] [stderr] 112 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:112:77 [INFO] [stderr] | [INFO] [stderr] 112 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:123:17 [INFO] [stderr] | [INFO] [stderr] 123 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:123:32 [INFO] [stderr] | [INFO] [stderr] 123 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:123:47 [INFO] [stderr] | [INFO] [stderr] 123 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:123:62 [INFO] [stderr] | [INFO] [stderr] 123 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:123:77 [INFO] [stderr] | [INFO] [stderr] 123 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:123:92 [INFO] [stderr] | [INFO] [stderr] 123 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:135:17 [INFO] [stderr] | [INFO] [stderr] 135 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:135:32 [INFO] [stderr] | [INFO] [stderr] 135 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:135:47 [INFO] [stderr] | [INFO] [stderr] 135 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:135:62 [INFO] [stderr] | [INFO] [stderr] 135 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:135:77 [INFO] [stderr] | [INFO] [stderr] 135 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:135:92 [INFO] [stderr] | [INFO] [stderr] 135 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:135:107 [INFO] [stderr] | [INFO] [stderr] 135 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:157:17 [INFO] [stderr] | [INFO] [stderr] 157 | ($nr:ident, $a0:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:164:17 [INFO] [stderr] | [INFO] [stderr] 164 | ($nr:ident, $a0:expr_2021, $a1:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:164:32 [INFO] [stderr] | [INFO] [stderr] 164 | ($nr:ident, $a0:expr_2021, $a1:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:172:17 [INFO] [stderr] | [INFO] [stderr] 172 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:172:32 [INFO] [stderr] | [INFO] [stderr] 172 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:172:47 [INFO] [stderr] | [INFO] [stderr] 172 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:181:17 [INFO] [stderr] | [INFO] [stderr] 181 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:181:32 [INFO] [stderr] | [INFO] [stderr] 181 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:181:47 [INFO] [stderr] | [INFO] [stderr] 181 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:181:62 [INFO] [stderr] | [INFO] [stderr] 181 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:191:17 [INFO] [stderr] | [INFO] [stderr] 191 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:191:32 [INFO] [stderr] | [INFO] [stderr] 191 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:191:47 [INFO] [stderr] | [INFO] [stderr] 191 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:191:62 [INFO] [stderr] | [INFO] [stderr] 191 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:191:77 [INFO] [stderr] | [INFO] [stderr] 191 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:202:17 [INFO] [stderr] | [INFO] [stderr] 202 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:202:32 [INFO] [stderr] | [INFO] [stderr] 202 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:202:47 [INFO] [stderr] | [INFO] [stderr] 202 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:202:62 [INFO] [stderr] | [INFO] [stderr] 202 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:202:77 [INFO] [stderr] | [INFO] [stderr] 202 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:202:92 [INFO] [stderr] | [INFO] [stderr] 202 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:214:17 [INFO] [stderr] | [INFO] [stderr] 214 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:214:32 [INFO] [stderr] | [INFO] [stderr] 214 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:214:47 [INFO] [stderr] | [INFO] [stderr] 214 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:214:62 [INFO] [stderr] | [INFO] [stderr] 214 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:214:77 [INFO] [stderr] | [INFO] [stderr] 214 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:214:92 [INFO] [stderr] | [INFO] [stderr] 214 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:214:107 [INFO] [stderr] | [INFO] [stderr] 214 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:237:17 [INFO] [stderr] | [INFO] [stderr] 237 | ($nr:ident, $a0:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:244:17 [INFO] [stderr] | [INFO] [stderr] 244 | ($nr:ident, $a0:expr_2021, $a1:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:244:32 [INFO] [stderr] | [INFO] [stderr] 244 | ($nr:ident, $a0:expr_2021, $a1:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:252:32 [INFO] [stderr] | [INFO] [stderr] 252 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:252:47 [INFO] [stderr] | [INFO] [stderr] 252 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:261:17 [INFO] [stderr] | [INFO] [stderr] 261 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:261:32 [INFO] [stderr] | [INFO] [stderr] 261 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:261:47 [INFO] [stderr] | [INFO] [stderr] 261 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:261:62 [INFO] [stderr] | [INFO] [stderr] 261 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:271:17 [INFO] [stderr] | [INFO] [stderr] 271 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:271:32 [INFO] [stderr] | [INFO] [stderr] 271 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:271:47 [INFO] [stderr] | [INFO] [stderr] 271 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:271:62 [INFO] [stderr] | [INFO] [stderr] 271 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:271:77 [INFO] [stderr] | [INFO] [stderr] 271 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:282:32 [INFO] [stderr] | [INFO] [stderr] 282 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:282:47 [INFO] [stderr] | [INFO] [stderr] 282 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:282:62 [INFO] [stderr] | [INFO] [stderr] 282 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:282:77 [INFO] [stderr] | [INFO] [stderr] 282 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/bitcast.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | ($x:expr) => {{ [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] = note: `--force-warn edition-2024-expr-fragment-specifier` implied by `--force-warn rust-2024-compatibility` [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 8 | ($x:expr_2021) => {{ [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/bitcast.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | ($x:expr) => {{ [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 36 | ($x:expr_2021) => {{ [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: extern blocks should be unsafe [INFO] [stdout] --> src/weak.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | extern "C" { [INFO] [stdout] | ^ [INFO] [stdout] | | [INFO] [stdout] | _____help: needs `unsafe` before the extern keyword: `unsafe` [INFO] [stdout] | | [INFO] [stdout] 129 | | pub(super) fn dlsym(handle: *mut c_void, symbol: *const c_char) -> *mut c_void; [INFO] [stdout] 130 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123743 [INFO] [stdout] = note: `--force-warn missing-unsafe-on-extern` implied by `--force-warn rust-2024-compatibility` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:78:21 [INFO] [stdout] | [INFO] [stdout] 78 | ($nr:ident, $a0:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 78 | ($nr:ident, $a0:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:85:21 [INFO] [stdout] | [INFO] [stdout] 85 | ($nr:ident, $a0:expr, $a1:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 85 | ($nr:ident, $a0:expr_2021, $a1:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:85:31 [INFO] [stdout] | [INFO] [stdout] 85 | ($nr:ident, $a0:expr, $a1:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 85 | ($nr:ident, $a0:expr, $a1:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:93:21 [INFO] [stdout] | [INFO] [stdout] 93 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 93 | ($nr:ident, $a0:expr_2021, $a1:expr, $a2:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:93:31 [INFO] [stdout] | [INFO] [stdout] 93 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 93 | ($nr:ident, $a0:expr, $a1:expr_2021, $a2:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:93:41 [INFO] [stdout] | [INFO] [stdout] 93 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 93 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:102:21 [INFO] [stdout] | [INFO] [stdout] 102 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 102 | ($nr:ident, $a0:expr_2021, $a1:expr, $a2:expr, $a3:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:102:31 [INFO] [stdout] | [INFO] [stdout] 102 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 102 | ($nr:ident, $a0:expr, $a1:expr_2021, $a2:expr, $a3:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:102:41 [INFO] [stdout] | [INFO] [stdout] 102 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 102 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr_2021, $a3:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:102:51 [INFO] [stdout] | [INFO] [stdout] 102 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 102 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:112:21 [INFO] [stdout] | [INFO] [stdout] 112 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 112 | ($nr:ident, $a0:expr_2021, $a1:expr, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:112:31 [INFO] [stdout] | [INFO] [stdout] 112 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 112 | ($nr:ident, $a0:expr, $a1:expr_2021, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:112:41 [INFO] [stdout] | [INFO] [stdout] 112 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 112 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr_2021, $a3:expr, $a4:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:112:51 [INFO] [stdout] | [INFO] [stdout] 112 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 112 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr_2021, $a4:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:112:61 [INFO] [stdout] | [INFO] [stdout] 112 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 112 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:123:21 [INFO] [stdout] | [INFO] [stdout] 123 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 123 | ($nr:ident, $a0:expr_2021, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:123:31 [INFO] [stdout] | [INFO] [stdout] 123 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 123 | ($nr:ident, $a0:expr, $a1:expr_2021, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:123:41 [INFO] [stdout] | [INFO] [stdout] 123 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 123 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr_2021, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:123:51 [INFO] [stdout] | [INFO] [stdout] 123 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 123 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr_2021, $a4:expr, $a5:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:123:61 [INFO] [stdout] | [INFO] [stdout] 123 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 123 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr_2021, $a5:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:123:71 [INFO] [stdout] | [INFO] [stdout] 123 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 123 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:135:21 [INFO] [stdout] | [INFO] [stdout] 135 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 135 | ($nr:ident, $a0:expr_2021, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:135:31 [INFO] [stdout] | [INFO] [stdout] 135 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 135 | ($nr:ident, $a0:expr, $a1:expr_2021, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:135:41 [INFO] [stdout] | [INFO] [stdout] 135 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 135 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr_2021, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:135:51 [INFO] [stdout] | [INFO] [stdout] 135 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 135 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr_2021, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:135:61 [INFO] [stdout] | [INFO] [stdout] 135 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 135 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr_2021, $a5:expr, $a6:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:135:71 [INFO] [stdout] | [INFO] [stdout] 135 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 135 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr_2021, $a6:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:135:81 [INFO] [stdout] | [INFO] [stdout] 135 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 135 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:157:21 [INFO] [stdout] | [INFO] [stdout] 157 | ($nr:ident, $a0:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 157 | ($nr:ident, $a0:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:164:21 [INFO] [stdout] | [INFO] [stdout] 164 | ($nr:ident, $a0:expr, $a1:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 164 | ($nr:ident, $a0:expr_2021, $a1:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:164:31 [INFO] [stdout] | [INFO] [stdout] 164 | ($nr:ident, $a0:expr, $a1:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 164 | ($nr:ident, $a0:expr, $a1:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:172:21 [INFO] [stdout] | [INFO] [stdout] 172 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 172 | ($nr:ident, $a0:expr_2021, $a1:expr, $a2:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:172:31 [INFO] [stdout] | [INFO] [stdout] 172 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 172 | ($nr:ident, $a0:expr, $a1:expr_2021, $a2:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:172:41 [INFO] [stdout] | [INFO] [stdout] 172 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 172 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:181:21 [INFO] [stdout] | [INFO] [stdout] 181 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 181 | ($nr:ident, $a0:expr_2021, $a1:expr, $a2:expr, $a3:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:181:31 [INFO] [stdout] | [INFO] [stdout] 181 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 181 | ($nr:ident, $a0:expr, $a1:expr_2021, $a2:expr, $a3:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:181:41 [INFO] [stdout] | [INFO] [stdout] 181 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 181 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr_2021, $a3:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:181:51 [INFO] [stdout] | [INFO] [stdout] 181 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 181 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:191:21 [INFO] [stdout] | [INFO] [stdout] 191 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 191 | ($nr:ident, $a0:expr_2021, $a1:expr, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:191:31 [INFO] [stdout] | [INFO] [stdout] 191 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 191 | ($nr:ident, $a0:expr, $a1:expr_2021, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:191:41 [INFO] [stdout] | [INFO] [stdout] 191 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 191 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr_2021, $a3:expr, $a4:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:191:51 [INFO] [stdout] | [INFO] [stdout] 191 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 191 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr_2021, $a4:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:191:61 [INFO] [stdout] | [INFO] [stdout] 191 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 191 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:202:21 [INFO] [stdout] | [INFO] [stdout] 202 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 202 | ($nr:ident, $a0:expr_2021, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:202:31 [INFO] [stdout] | [INFO] [stdout] 202 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 202 | ($nr:ident, $a0:expr, $a1:expr_2021, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:202:41 [INFO] [stdout] | [INFO] [stdout] 202 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 202 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr_2021, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:202:51 [INFO] [stdout] | [INFO] [stdout] 202 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 202 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr_2021, $a4:expr, $a5:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:202:61 [INFO] [stdout] | [INFO] [stdout] 202 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 202 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr_2021, $a5:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:202:71 [INFO] [stdout] | [INFO] [stdout] 202 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 202 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:214:21 [INFO] [stdout] | [INFO] [stdout] 214 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 214 | ($nr:ident, $a0:expr_2021, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:214:31 [INFO] [stdout] | [INFO] [stdout] 214 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 214 | ($nr:ident, $a0:expr, $a1:expr_2021, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:214:41 [INFO] [stdout] | [INFO] [stdout] 214 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 214 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr_2021, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:214:51 [INFO] [stdout] | [INFO] [stdout] 214 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 214 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr_2021, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:214:61 [INFO] [stdout] | [INFO] [stdout] 214 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 214 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr_2021, $a5:expr, $a6:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:214:71 [INFO] [stdout] | [INFO] [stdout] 214 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 214 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr_2021, $a6:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:214:81 [INFO] [stdout] | [INFO] [stdout] 214 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 214 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:237:21 [INFO] [stdout] | [INFO] [stdout] 237 | ($nr:ident, $a0:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 237 | ($nr:ident, $a0:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:244:21 [INFO] [stdout] | [INFO] [stdout] 244 | ($nr:ident, $a0:expr, $a1:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 244 | ($nr:ident, $a0:expr_2021, $a1:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:244:31 [INFO] [stdout] | [INFO] [stdout] 244 | ($nr:ident, $a0:expr, $a1:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 244 | ($nr:ident, $a0:expr, $a1:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:252:21 [INFO] [stdout] | [INFO] [stdout] 252 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 252 | ($nr:ident, $a0:expr_2021, $a1:expr, $a2:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:252:31 [INFO] [stdout] | [INFO] [stdout] 252 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 252 | ($nr:ident, $a0:expr, $a1:expr_2021, $a2:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:252:41 [INFO] [stdout] | [INFO] [stdout] 252 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 252 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:261:21 [INFO] [stdout] | [INFO] [stdout] 261 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 261 | ($nr:ident, $a0:expr_2021, $a1:expr, $a2:expr, $a3:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:261:31 [INFO] [stdout] | [INFO] [stdout] 261 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 261 | ($nr:ident, $a0:expr, $a1:expr_2021, $a2:expr, $a3:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:261:41 [INFO] [stdout] | [INFO] [stdout] 261 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 261 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr_2021, $a3:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:261:51 [INFO] [stdout] | [INFO] [stdout] 261 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 261 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:271:21 [INFO] [stdout] | [INFO] [stdout] 271 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 271 | ($nr:ident, $a0:expr_2021, $a1:expr, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:271:31 [INFO] [stdout] | [INFO] [stdout] 271 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 271 | ($nr:ident, $a0:expr, $a1:expr_2021, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:271:41 [INFO] [stdout] | [INFO] [stdout] 271 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 271 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr_2021, $a3:expr, $a4:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:271:51 [INFO] [stdout] | [INFO] [stdout] 271 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 271 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr_2021, $a4:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:271:61 [INFO] [stdout] | [INFO] [stdout] 271 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 271 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:282:21 [INFO] [stdout] | [INFO] [stdout] 282 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 282 | ($nr:ident, $a0:expr_2021, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:282:31 [INFO] [stdout] | [INFO] [stdout] 282 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 282 | ($nr:ident, $a0:expr, $a1:expr_2021, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:282:41 [INFO] [stdout] | [INFO] [stdout] 282 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 282 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr_2021, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:282:51 [INFO] [stdout] | [INFO] [stdout] 282 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 282 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr_2021, $a4:expr, $a5:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:282:61 [INFO] [stdout] | [INFO] [stdout] 282 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 282 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr_2021, $a5:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:282:71 [INFO] [stdout] | [INFO] [stdout] 282 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 282 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:294:21 [INFO] [stdout] | [INFO] [stdout] 294 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 294 | ($nr:ident, $a0:expr_2021, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:294:31 [INFO] [stdout] | [INFO] [stdout] 294 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 294 | ($nr:ident, $a0:expr, $a1:expr_2021, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:294:41 [INFO] [stdout] | [INFO] [stdout] 294 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 294 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr_2021, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:294:51 [INFO] [stdout] | [INFO] [stdout] 294 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 294 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr_2021, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:294:61 [INFO] [stdout] | [INFO] [stdout] 294 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 294 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr_2021, $a5:expr, $a6:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:294:71 [INFO] [stdout] | [INFO] [stdout] 294 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 294 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr_2021, $a6:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:294:81 [INFO] [stdout] | [INFO] [stdout] 294 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 294 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/ioctl/linux.rs:14:15 [INFO] [stdout] | [INFO] [stdout] 14 | ($val:expr, $shift:expr, $mask:expr) => {{ [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 14 | ($val:expr_2021, $shift:expr, $mask:expr) => {{ [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/ioctl/linux.rs:14:28 [INFO] [stdout] | [INFO] [stdout] 14 | ($val:expr, $shift:expr, $mask:expr) => {{ [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 14 | ($val:expr, $shift:expr_2021, $mask:expr) => {{ [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/ioctl/linux.rs:14:40 [INFO] [stdout] | [INFO] [stdout] 14 | ($val:expr, $shift:expr, $mask:expr) => {{ [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 14 | ($val:expr, $shift:expr, $mask:expr_2021) => {{ [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `std::slice::from_raw_parts_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/buffer.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | let init = slice::from_raw_parts_mut(init.as_mut_ptr().cast::(), init.len()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/buffer.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / pub(super) unsafe fn split_init( [INFO] [stdout] 15 | | buf: &mut [MaybeUninit], [INFO] [stdout] 16 | | init: usize, [INFO] [stdout] 17 | | ) -> (&mut [u8], &mut [MaybeUninit]) { [INFO] [stdout] | |________________________________________^ [INFO] [stdout] = note: `--force-warn unsafe-op-in-unsafe-fn` implied by `--force-warn rust-2024-compatibility` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `weak::fetch` is unsafe and requires unsafe block [INFO] [stdout] --> src/weak.rs:104:19 [INFO] [stdout] | [INFO] [stdout] 104 | let val = fetch(self.name); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/weak.rs:103:5 [INFO] [stdout] | [INFO] [stdout] 103 | unsafe fn initialize(&self) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `std::mem::transmute_copy` is unsafe and requires unsafe block [INFO] [stdout] --> src/weak.rs:110:26 [INFO] [stdout] | [INFO] [stdout] 110 | addr => Some(mem::transmute_copy::<*mut c_void, F>(&addr)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `weak::libc::dlsym` is unsafe and requires unsafe block [INFO] [stdout] --> src/weak.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | libc::dlsym(libc::RTLD_DEFAULT, name.as_ptr().cast()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/weak.rs:138:1 [INFO] [stdout] | [INFO] [stdout] 138 | unsafe fn fetch(name: &str) -> *mut c_void { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | / asm!( [INFO] [stdout] 15 | | "syscall", [INFO] [stdout] 16 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 17 | | lateout("rcx") _, [INFO] [stdout] 18 | | lateout("r11") _, [INFO] [stdout] 19 | | options(nostack, preserves_flags, readonly) [INFO] [stdout] 20 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | pub(in crate::backend) unsafe fn syscall0_readonly(nr: SyscallNumber<'_>) -> RetReg { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:16:26 [INFO] [stdout] | [INFO] [stdout] 16 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | / asm!( [INFO] [stdout] 28 | | "syscall", [INFO] [stdout] 29 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 30 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 33 | | options(nostack, preserves_flags) [INFO] [stdout] 34 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | pub(in crate::backend) unsafe fn syscall1(nr: SyscallNumber<'_>, a0: ArgReg<'_, A0>) -> RetReg { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:29:26 [INFO] [stdout] | [INFO] [stdout] 29 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:30:19 [INFO] [stdout] | [INFO] [stdout] 30 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | / asm!( [INFO] [stdout] 45 | | "syscall", [INFO] [stdout] 46 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 47 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 50 | | options(nostack, preserves_flags, readonly) [INFO] [stdout] 51 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | / pub(in crate::backend) unsafe fn syscall1_readonly( [INFO] [stdout] 40 | | nr: SyscallNumber<'_>, [INFO] [stdout] 41 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 42 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:46:26 [INFO] [stdout] | [INFO] [stdout] 46 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:282:92 [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:47:19 [INFO] [stdout] | [INFO] [stdout] 47 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] 282 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021) => { [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:57:5 [INFO] [stdout] | [INFO] [stdout] 57 | / asm!( [INFO] [stdout] 58 | | "syscall", [INFO] [stdout] 59 | | in("rax") nr.to_asm(), [INFO] [stdout] 60 | | in("rdi") a0.to_asm(), [INFO] [stdout] 61 | | options(nostack, noreturn) [INFO] [stdout] 62 | | ) [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | pub(in crate::backend) unsafe fn syscall1_noreturn(nr: SyscallNumber<'_>, a0: ArgReg<'_, A0>) -> ! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:59:19 [INFO] [stdout] | [INFO] [stdout] 59 | in("rax") nr.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:60:19 [INFO] [stdout] | [INFO] [stdout] 60 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | / asm!( [INFO] [stdout] 73 | | "syscall", [INFO] [stdout] 74 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 75 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 79 | | options(nostack, preserves_flags) [INFO] [stdout] 80 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:66:1 [INFO] [stdout] | [INFO] [stdout] 66 | / pub(in crate::backend) unsafe fn syscall2( [INFO] [stdout] 67 | | nr: SyscallNumber<'_>, [INFO] [stdout] 68 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 69 | | a1: ArgReg<'_, A1>, [INFO] [stdout] 70 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:74:26 [INFO] [stdout] | [INFO] [stdout] 74 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:75:19 [INFO] [stdout] | [INFO] [stdout] 75 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:76:19 [INFO] [stdout] | [INFO] [stdout] 76 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 81 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:294:17 [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | / asm!( [INFO] [stdout] 92 | | "syscall", [INFO] [stdout] 93 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 94 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 98 | | options(nostack, preserves_flags, readonly) [INFO] [stdout] 99 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | / pub(in crate::backend) unsafe fn syscall2_readonly( [INFO] [stdout] 86 | | nr: SyscallNumber<'_>, [INFO] [stdout] 87 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 88 | | a1: ArgReg<'_, A1>, [INFO] [stdout] 89 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:93:26 [INFO] [stdout] | [INFO] [stdout] 93 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] 294 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:94:19 [INFO] [stdout] | [INFO] [stdout] 94 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:95:19 [INFO] [stdout] | [INFO] [stdout] 95 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:100:5 [INFO] [stdout] | [INFO] [stdout] 100 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:111:5 [INFO] [stdout] | [INFO] [stdout] 111 | / asm!( [INFO] [stdout] 112 | | "syscall", [INFO] [stdout] 113 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 114 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 119 | | options(nostack, preserves_flags) [INFO] [stdout] 120 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | / pub(in crate::backend) unsafe fn syscall3( [INFO] [stdout] 105 | | nr: SyscallNumber<'_>, [INFO] [stdout] 106 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 107 | | a1: ArgReg<'_, A1>, [INFO] [stdout] 108 | | a2: ArgReg<'_, A2>, [INFO] [stdout] 109 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:113:26 [INFO] [stdout] | [INFO] [stdout] 113 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:114:19 [INFO] [stdout] | [INFO] [stdout] 114 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:115:19 [INFO] [stdout] | [INFO] [stdout] 115 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:116:19 [INFO] [stdout] | [INFO] [stdout] 116 | in("rdx") a2.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:294:32 [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:121:5 [INFO] [stdout] | [INFO] [stdout] 121 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:132:5 [INFO] [stdout] | [INFO] [stdout] 132 | / asm!( [INFO] [stdout] 133 | | "syscall", [INFO] [stdout] 134 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 135 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 140 | | options(nostack, preserves_flags, readonly) [INFO] [stdout] 141 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:125:1 [INFO] [stdout] | [INFO] [stdout] 125 | / pub(in crate::backend) unsafe fn syscall3_readonly( [INFO] [stdout] 126 | | nr: SyscallNumber<'_>, [INFO] [stdout] 127 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 128 | | a1: ArgReg<'_, A1>, [INFO] [stdout] 129 | | a2: ArgReg<'_, A2>, [INFO] [stdout] 130 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] 294 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:134:26 [INFO] [stdout] | [INFO] [stdout] 134 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:135:19 [INFO] [stdout] | [INFO] [stdout] 135 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:136:19 [INFO] [stdout] | [INFO] [stdout] 136 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:137:19 [INFO] [stdout] | [INFO] [stdout] 137 | in("rdx") a2.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:142:5 [INFO] [stdout] | [INFO] [stdout] 142 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | / asm!( [INFO] [stdout] 155 | | "syscall", [INFO] [stdout] 156 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 157 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 163 | | options(nostack, preserves_flags) [INFO] [stdout] 164 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:146:1 [INFO] [stdout] | [INFO] [stdout] 146 | / pub(in crate::backend) unsafe fn syscall4( [INFO] [stdout] 147 | | nr: SyscallNumber<'_>, [INFO] [stdout] 148 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 149 | | a1: ArgReg<'_, A1>, [INFO] [stdout] 150 | | a2: ArgReg<'_, A2>, [INFO] [stdout] 151 | | a3: ArgReg<'_, A3>, [INFO] [stdout] 152 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:156:26 [INFO] [stdout] | [INFO] [stdout] 156 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:157:19 [INFO] [stdout] | [INFO] [stdout] 157 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:294:47 [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:158:19 [INFO] [stdout] | [INFO] [stdout] 158 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:159:19 [INFO] [stdout] | [INFO] [stdout] 159 | in("rdx") a2.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] 294 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:160:19 [INFO] [stdout] | [INFO] [stdout] 160 | in("r10") a3.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:165:5 [INFO] [stdout] | [INFO] [stdout] 165 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:177:5 [INFO] [stdout] | [INFO] [stdout] 177 | / asm!( [INFO] [stdout] 178 | | "syscall", [INFO] [stdout] 179 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 180 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 186 | | options(nostack, preserves_flags, readonly) [INFO] [stdout] 187 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:169:1 [INFO] [stdout] | [INFO] [stdout] 169 | / pub(in crate::backend) unsafe fn syscall4_readonly( [INFO] [stdout] 170 | | nr: SyscallNumber<'_>, [INFO] [stdout] 171 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 172 | | a1: ArgReg<'_, A1>, [INFO] [stdout] 173 | | a2: ArgReg<'_, A2>, [INFO] [stdout] 174 | | a3: ArgReg<'_, A3>, [INFO] [stdout] 175 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:179:26 [INFO] [stdout] | [INFO] [stdout] 179 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:180:19 [INFO] [stdout] | [INFO] [stdout] 180 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:181:19 [INFO] [stdout] | [INFO] [stdout] 181 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:182:19 [INFO] [stdout] | [INFO] [stdout] 182 | in("rdx") a2.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:183:19 [INFO] [stdout] | [INFO] [stdout] 183 | in("r10") a3.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:294:62 [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:188:5 [INFO] [stdout] | [INFO] [stdout] 188 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:201:5 [INFO] [stdout] | [INFO] [stdout] 201 | / asm!( [INFO] [stdout] 202 | | "syscall", [INFO] [stdout] 203 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 204 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 211 | | options(nostack, preserves_flags) [INFO] [stdout] 212 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:192:1 [INFO] [stdout] | [INFO] [stdout] 192 | / pub(in crate::backend) unsafe fn syscall5( [INFO] [stdout] 193 | | nr: SyscallNumber<'_>, [INFO] [stdout] 194 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 195 | | a1: ArgReg<'_, A1>, [INFO] [stdout] ... | [INFO] [stdout] 198 | | a4: ArgReg<'_, A4>, [INFO] [stdout] 199 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] 294 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:203:26 [INFO] [stdout] | [INFO] [stdout] 203 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:204:19 [INFO] [stdout] | [INFO] [stdout] 204 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:205:19 [INFO] [stdout] | [INFO] [stdout] 205 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:206:19 [INFO] [stdout] | [INFO] [stdout] 206 | in("rdx") a2.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:207:19 [INFO] [stdout] | [INFO] [stdout] 207 | in("r10") a3.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:208:18 [INFO] [stdout] | [INFO] [stdout] 208 | in("r8") a4.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:213:5 [INFO] [stdout] | [INFO] [stdout] 213 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:226:5 [INFO] [stdout] | [INFO] [stdout] 226 | / asm!( [INFO] [stdout] 227 | | "syscall", [INFO] [stdout] 228 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 229 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 236 | | options(nostack, preserves_flags, readonly) [INFO] [stdout] 237 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:217:1 [INFO] [stdout] | [INFO] [stdout] 217 | / pub(in crate::backend) unsafe fn syscall5_readonly( [INFO] [stdout] 218 | | nr: SyscallNumber<'_>, [INFO] [stdout] 219 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 220 | | a1: ArgReg<'_, A1>, [INFO] [stdout] ... | [INFO] [stdout] 223 | | a4: ArgReg<'_, A4>, [INFO] [stdout] 224 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:294:77 [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:228:26 [INFO] [stdout] | [INFO] [stdout] 228 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:229:19 [INFO] [stdout] | [INFO] [stdout] 229 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] 294 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:230:19 [INFO] [stdout] | [INFO] [stdout] 230 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:231:19 [INFO] [stdout] | [INFO] [stdout] 231 | in("rdx") a2.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:232:19 [INFO] [stdout] | [INFO] [stdout] 232 | in("r10") a3.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:233:18 [INFO] [stdout] | [INFO] [stdout] 233 | in("r8") a4.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:238:5 [INFO] [stdout] | [INFO] [stdout] 238 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:252:5 [INFO] [stdout] | [INFO] [stdout] 252 | / asm!( [INFO] [stdout] 253 | | "syscall", [INFO] [stdout] 254 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 255 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 263 | | options(nostack, preserves_flags) [INFO] [stdout] 264 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:242:1 [INFO] [stdout] | [INFO] [stdout] 242 | / pub(in crate::backend) unsafe fn syscall6( [INFO] [stdout] 243 | | nr: SyscallNumber<'_>, [INFO] [stdout] 244 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 245 | | a1: ArgReg<'_, A1>, [INFO] [stdout] ... | [INFO] [stdout] 249 | | a5: ArgReg<'_, A5>, [INFO] [stdout] 250 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:254:26 [INFO] [stdout] | [INFO] [stdout] 254 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:255:19 [INFO] [stdout] | [INFO] [stdout] 255 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:294:92 [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:256:19 [INFO] [stdout] | [INFO] [stdout] 256 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:257:19 [INFO] [stdout] | [INFO] [stdout] 257 | in("rdx") a2.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] 294 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:258:19 [INFO] [stdout] | [INFO] [stdout] 258 | in("r10") a3.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:259:18 [INFO] [stdout] | [INFO] [stdout] 259 | in("r8") a4.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:260:18 [INFO] [stdout] | [INFO] [stdout] 260 | in("r9") a5.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:265:5 [INFO] [stdout] | [INFO] [stdout] 265 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:279:5 [INFO] [stdout] | [INFO] [stdout] 279 | / asm!( [INFO] [stdout] 280 | | "syscall", [INFO] [stdout] 281 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 282 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 290 | | options(nostack, preserves_flags, readonly) [INFO] [stdout] 291 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | / pub(in crate::backend) unsafe fn syscall6_readonly( [INFO] [stdout] 270 | | nr: SyscallNumber<'_>, [INFO] [stdout] 271 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 272 | | a1: ArgReg<'_, A1>, [INFO] [stdout] ... | [INFO] [stdout] 276 | | a5: ArgReg<'_, A5>, [INFO] [stdout] 277 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:281:26 [INFO] [stdout] | [INFO] [stdout] 281 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:282:19 [INFO] [stdout] | [INFO] [stdout] 282 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:283:19 [INFO] [stdout] | [INFO] [stdout] 283 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:294:107 [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:284:19 [INFO] [stdout] | [INFO] [stdout] 284 | in("rdx") a2.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:285:19 [INFO] [stdout] | [INFO] [stdout] 285 | in("r10") a3.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] 294 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:286:18 [INFO] [stdout] | [INFO] [stdout] 286 | in("r8") a4.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:287:18 [INFO] [stdout] | [INFO] [stdout] 287 | in("r9") a5.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:292:5 [INFO] [stdout] | [INFO] [stdout] 292 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stdout] warning[E0133]: call to unsafe function `backend::io::errno::try_decode_void` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/conv.rs:876:5 [INFO] [stdout] | [INFO] [stdout] 876 | try_decode_void(raw) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/conv.rs:875:1 [INFO] [stdout] | [INFO] [stdout] 875 | pub(super) unsafe fn ret(raw: RetReg) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stdout] warning[E0133]: call to unsafe function `backend::io::errno::try_decode_void` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/conv.rs:902:9 [INFO] [stdout] | [INFO] [stdout] 902 | try_decode_void(raw).unwrap() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/conv.rs:899:1 [INFO] [stdout] | [INFO] [stdout] 899 | pub(super) unsafe fn ret_infallible(raw: RetReg) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] warning[E0133]: call to unsafe function `backend::io::errno::try_decode_raw_fd` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/conv.rs:1003:18 [INFO] [stdout] | [INFO] [stdout] 1003 | let raw_fd = try_decode_raw_fd(raw)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/conv.rs:1002:1 [INFO] [stdout] | [INFO] [stdout] 1002 | pub(super) unsafe fn ret_owned_fd(raw: RetReg) -> io::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] warning[E0133]: call to unsafe function `std::os::fd::FromRawFd::from_raw_fd` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/conv.rs:1004:8 [INFO] [stdout] | [INFO] [stdout] 1004 | Ok(crate::backend::fd::OwnedFd::from_raw_fd(raw_fd)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stdout] warning[E0133]: call to unsafe function `backend::io::errno::try_decode_raw_fd` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/conv.rs:1018:19 [INFO] [stdout] | [INFO] [stdout] 1018 | let _raw_fd = try_decode_raw_fd(raw)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/conv.rs:1017:1 [INFO] [stdout] | [INFO] [stdout] 1017 | pub(super) unsafe fn ret_discarded_fd(raw: RetReg) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] --> src/ioctl/linux.rs:14:10 [INFO] [stdout] warning[E0133]: call to unsafe function `backend::arch::asm::syscall3` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | / $crate::backend::arch::choose::syscall3( [INFO] [stdout] 95 | | $crate::backend::reg::nr(linux_raw_sys::general::$nr), [INFO] [stdout] 96 | | $a0.into(), [INFO] [stdout] 97 | | $a1.into(), [INFO] [stdout] 98 | | $a2.into(), [INFO] [stdout] 99 | | ) [INFO] [stdout] | |_________^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] ::: src/backend/linux_raw/io/syscalls.rs:33:15 [INFO] [stdout] | [INFO] [stdout] 33 | ret_usize(syscall!(__NR_read, fd, buf, pass_usize(len))) [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/io/syscalls.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | pub(crate) unsafe fn read(fd: BorrowedFd<'_>, buf: *mut u8, len: usize) -> io::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this warning originates in the macro `syscall` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] warning[E0133]: call to unsafe function `backend::arch::asm::syscall4` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:103:9 [INFO] [stdout] | [INFO] [stdout] 103 | / $crate::backend::arch::choose::syscall4( [INFO] [stdout] 104 | | $crate::backend::reg::nr(linux_raw_sys::general::$nr), [INFO] [stdout] 105 | | $a0.into(), [INFO] [stdout] 106 | | $a1.into(), [INFO] [stdout] 107 | | $a2.into(), [INFO] [stdout] 108 | | $a3.into(), [INFO] [stdout] 109 | | ) [INFO] [stdout] | |_________^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] ::: src/backend/linux_raw/io/syscalls.rs:74:15 [INFO] [stdout] | [INFO] [stdout] 74 | ret_usize(syscall!( [INFO] [stdout] | _______________- [INFO] [stdout] 75 | | __NR_pread64, [INFO] [stdout] 76 | | fd, [INFO] [stdout] 77 | | buf, [INFO] [stdout] 78 | | pass_usize(len), [INFO] [stdout] 79 | | loff_t_from_u64(pos) [INFO] [stdout] 80 | | )) [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/io/syscalls.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | / pub(crate) unsafe fn pread( [INFO] [stdout] 38 | | fd: BorrowedFd<'_>, [INFO] [stdout] 39 | | buf: *mut u8, [INFO] [stdout] 40 | | len: usize, [INFO] [stdout] 41 | | pos: u64, [INFO] [stdout] 42 | | ) -> io::Result { [INFO] [stdout] | |______________________^ [INFO] [stdout] = note: this warning originates in the macro `syscall` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] 14 | ($val:expr_2021, $shift:expr_2021, $mask:expr_2021) => {{ [INFO] [stdout] warning[E0133]: call to unsafe function `backend::arch::asm::syscall1_readonly` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:238:9 [INFO] [stdout] | [INFO] [stdout] 238 | / $crate::backend::arch::choose::syscall1_readonly( [INFO] [stdout] 239 | | $crate::backend::reg::nr(linux_raw_sys::general::$nr), [INFO] [stdout] 240 | | $a0.into(), [INFO] [stdout] 241 | | ) [INFO] [stdout] | |_________^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] ::: src/backend/linux_raw/io/syscalls.rs:241:5 [INFO] [stdout] | [INFO] [stdout] 241 | syscall_readonly!(__NR_close, raw_fd(fd)).decode_void(); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/io/syscalls.rs:239:1 [INFO] [stdout] | [INFO] [stdout] 239 | pub(crate) unsafe fn close(fd: RawFd) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this warning originates in the macro `syscall_readonly` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stdout] warning[E0133]: call to unsafe function `backend::conv::raw_fd` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/io/syscalls.rs:241:35 [INFO] [stdout] | [INFO] [stdout] 241 | syscall_readonly!(__NR_close, raw_fd(fd)).decode_void(); [INFO] [stdout] | ^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] warning[E0133]: call to unsafe function `backend::arch::asm::syscall3` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | / $crate::backend::arch::choose::syscall3( [INFO] [stdout] 95 | | $crate::backend::reg::nr(linux_raw_sys::general::$nr), [INFO] [stdout] 96 | | $a0.into(), [INFO] [stdout] 97 | | $a1.into(), [INFO] [stdout] 98 | | $a2.into(), [INFO] [stdout] 99 | | ) [INFO] [stdout] | |_________^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] ::: src/backend/linux_raw/io/syscalls.rs:256:15 [INFO] [stdout] | [INFO] [stdout] 256 | ret_c_int(syscall!(__NR_ioctl, fd, c_uint(request), arg)) [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/io/syscalls.rs:251:1 [INFO] [stdout] | [INFO] [stdout] 251 | / pub(crate) unsafe fn ioctl( [INFO] [stdout] 252 | | fd: BorrowedFd<'_>, [INFO] [stdout] 253 | | request: RawOpcode, [INFO] [stdout] 254 | | arg: *mut c::c_void, [INFO] [stdout] 255 | | ) -> io::Result { [INFO] [stdout] | |____________________________^ [INFO] [stdout] = note: this warning originates in the macro `syscall` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stdout] warning[E0133]: call to unsafe function `backend::arch::asm::syscall3_readonly` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:253:9 [INFO] [stdout] | [INFO] [stdout] 253 | / $crate::backend::arch::choose::syscall3_readonly( [INFO] [stdout] 254 | | $crate::backend::reg::nr(linux_raw_sys::general::$nr), [INFO] [stdout] 255 | | $a0.into(), [INFO] [stdout] 256 | | $a1.into(), [INFO] [stdout] 257 | | $a2.into(), [INFO] [stdout] 258 | | ) [INFO] [stdout] | |_________^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] ::: src/backend/linux_raw/io/syscalls.rs:265:15 [INFO] [stdout] | [INFO] [stdout] 265 | ret_c_int(syscall_readonly!(__NR_ioctl, fd, c_uint(request), arg)) [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/io/syscalls.rs:260:1 [INFO] [stdout] | [INFO] [stdout] 260 | / pub(crate) unsafe fn ioctl_readonly( [INFO] [stdout] 261 | | fd: BorrowedFd<'_>, [INFO] [stdout] 262 | | request: RawOpcode, [INFO] [stdout] 263 | | arg: *mut c::c_void, [INFO] [stdout] 264 | | ) -> io::Result { [INFO] [stdout] | |____________________________^ [INFO] [stdout] = note: this warning originates in the macro `syscall_readonly` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stdout] warning[E0133]: call to unsafe function `backend::io::syscalls::close` is unsafe and requires unsafe block [INFO] [stdout] --> src/io/close.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | backend::io::syscalls::close(raw_fd) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/io/close.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | pub unsafe fn close(raw_fd: RawFd) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::read` is unsafe and requires unsafe block [INFO] [stdout] --> src/ioctl/patterns.rs:99:12 [INFO] [stdout] | [INFO] [stdout] 99 | Ok(ptr.cast::().read()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/ioctl/patterns.rs:98:5 [INFO] [stdout] | [INFO] [stdout] 98 | unsafe fn output_from_ptr(_: IoctlOutput, ptr: *mut c::c_void) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] warning[E0133]: call to unsafe function `ioctl::_ioctl` is unsafe and requires unsafe block [INFO] [stdout] --> src/ioctl/mod.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | _ioctl(fd, request, arg)? [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/ioctl/mod.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | pub unsafe fn ioctl(fd: F, mut ioctl: I) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stdout] warning[E0133]: call to unsafe function `ioctl::_ioctl_readonly` is unsafe and requires unsafe block [INFO] [stdout] --> src/ioctl/mod.rs:96:9 [INFO] [stdout] | [INFO] [stdout] 96 | _ioctl_readonly(fd, request, arg)? [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] --> src/ioctl/linux.rs:14:26 [INFO] [stdout] warning[E0133]: call to unsafe function `ioctl::Ioctl::output_from_ptr` is unsafe and requires unsafe block [INFO] [stdout] --> src/ioctl/mod.rs:101:5 [INFO] [stdout] | [INFO] [stdout] 101 | I::output_from_ptr(output, arg) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] warning[E0133]: call to unsafe function `backend::io::syscalls::ioctl` is unsafe and requires unsafe block [INFO] [stdout] --> src/ioctl/mod.rs:109:5 [INFO] [stdout] | [INFO] [stdout] 109 | crate::backend::io::syscalls::ioctl(fd, request, arg) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/ioctl/mod.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | / unsafe fn _ioctl( [INFO] [stdout] 105 | | fd: BorrowedFd<'_>, [INFO] [stdout] 106 | | request: RawOpcode, [INFO] [stdout] 107 | | arg: *mut c::c_void, [INFO] [stdout] 108 | | ) -> Result { [INFO] [stdout] | |________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] 14 | ($val:expr_2021, $shift:expr_2021, $mask:expr_2021) => {{ [INFO] [stdout] warning[E0133]: call to unsafe function `backend::io::syscalls::ioctl_readonly` is unsafe and requires unsafe block [INFO] [stdout] --> src/ioctl/mod.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | crate::backend::io::syscalls::ioctl_readonly(fd, request, arg) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/ioctl/mod.rs:112:1 [INFO] [stdout] | [INFO] [stdout] 112 | / unsafe fn _ioctl_readonly( [INFO] [stdout] 113 | | fd: BorrowedFd<'_>, [INFO] [stdout] 114 | | request: RawOpcode, [INFO] [stdout] 115 | | arg: *mut c::c_void, [INFO] [stdout] 116 | | ) -> Result { [INFO] [stdout] | |________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] warning: 196 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] For more information about this error, try `rustc --explain E0133`. [INFO] [stdout] [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/ioctl/linux.rs:14:44 [INFO] [stderr] | [INFO] [stderr] 14 | ($val:expr_2021, $shift:expr_2021, $mask:expr_2021) => {{ [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error: aborting due to 89 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0658`. [INFO] [stderr] Original diagnostics will follow. [INFO] [stderr] [INFO] [stderr] Checking parking_lot_core v0.9.10 [INFO] [stderr] Checking errno v0.3.9 [INFO] [stderr] Checking tempfile v3.12.0 [INFO] [stderr] Checking dashmap v5.5.3 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking futures-executor v0.3.30 [INFO] [stderr] Checking futures v0.3.30 [INFO] [stderr] Compiling serial_test_derive v2.0.0 [INFO] [stderr] Checking serial_test v2.0.0 [INFO] [stderr] Migrating benches/mod.rs from 2021 edition to 2024 [INFO] [stderr] warning: failed to automatically apply fixes suggested by rustc to crate `rustix` [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/bitcast.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | ($x:expr) => {{ [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] = note: `--force-warn edition-2024-expr-fragment-specifier` implied by `--force-warn rust-2024-compatibility` [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 8 | ($x:expr_2021) => {{ [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/bitcast.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | ($x:expr) => {{ [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 36 | ($x:expr_2021) => {{ [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] after fixes were automatically applied the compiler reported errors within these files: [INFO] [stdout] warning: extern blocks should be unsafe [INFO] [stdout] --> src/weak.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | extern "C" { [INFO] [stdout] | ^ [INFO] [stdout] | | [INFO] [stdout] | _____help: needs `unsafe` before the extern keyword: `unsafe` [INFO] [stdout] | | [INFO] [stdout] 129 | | pub(super) fn dlsym(handle: *mut c_void, symbol: *const c_char) -> *mut c_void; [INFO] [stdout] 130 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024! [INFO] [stdout] = note: for more information, see issue #123743 [INFO] [stdout] = note: `--force-warn missing-unsafe-on-extern` implied by `--force-warn rust-2024-compatibility` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:78:21 [INFO] [stdout] | [INFO] [stdout] 78 | ($nr:ident, $a0:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 78 | ($nr:ident, $a0:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] * src/backend/linux_raw/arch/mod.rs [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:85:21 [INFO] [stdout] | [INFO] [stdout] 85 | ($nr:ident, $a0:expr, $a1:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 85 | ($nr:ident, $a0:expr_2021, $a1:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] * src/bitcast.rs [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:85:31 [INFO] [stdout] | [INFO] [stdout] 85 | ($nr:ident, $a0:expr, $a1:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 85 | ($nr:ident, $a0:expr, $a1:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] * src/ioctl/linux.rs [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:93:21 [INFO] [stdout] | [INFO] [stdout] 93 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 93 | ($nr:ident, $a0:expr_2021, $a1:expr, $a2:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:93:31 [INFO] [stdout] | [INFO] [stdout] 93 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 93 | ($nr:ident, $a0:expr, $a1:expr_2021, $a2:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] This likely indicates a bug in either rustc or cargo itself, [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:93:41 [INFO] [stdout] | [INFO] [stdout] 93 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 93 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] and we would appreciate a bug report! You're likely to see [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:102:21 [INFO] [stdout] | [INFO] [stdout] 102 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 102 | ($nr:ident, $a0:expr_2021, $a1:expr, $a2:expr, $a3:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] a number of compiler warnings after this message which cargo [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:102:31 [INFO] [stdout] | [INFO] [stdout] 102 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 102 | ($nr:ident, $a0:expr, $a1:expr_2021, $a2:expr, $a3:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] attempted to fix but failed. If you could open an issue at [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:102:41 [INFO] [stdout] | [INFO] [stdout] 102 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 102 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr_2021, $a3:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] https://github.com/rust-lang/rust/issues [INFO] [stderr] quoting the full output of this command we'd be very appreciative! [INFO] [stderr] Note that you may be able to make some more progress in the near-term [INFO] [stderr] fixing code with the `--broken-code` flag [INFO] [stderr] [INFO] [stderr] The following errors were reported: [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/bitcast.rs:8:6 [INFO] [stderr] | [INFO] [stderr] 8 | ($x:expr_2021) => {{ [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/bitcast.rs:36:6 [INFO] [stderr] | [INFO] [stderr] 36 | ($x:expr_2021) => {{ [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:78:17 [INFO] [stderr] | [INFO] [stderr] 78 | ($nr:ident, $a0:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:85:17 [INFO] [stderr] | [INFO] [stderr] 85 | ($nr:ident, $a0:expr_2021, $a1:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:85:32 [INFO] [stderr] | [INFO] [stderr] 85 | ($nr:ident, $a0:expr_2021, $a1:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:93:17 [INFO] [stderr] | [INFO] [stderr] 93 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:93:32 [INFO] [stderr] | [INFO] [stderr] 93 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:93:47 [INFO] [stderr] | [INFO] [stderr] 93 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:102:17 [INFO] [stderr] | [INFO] [stderr] 102 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:102:32 [INFO] [stderr] | [INFO] [stderr] 102 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:102:47 [INFO] [stderr] | [INFO] [stderr] 102 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:102:62 [INFO] [stderr] | [INFO] [stderr] 102 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:112:17 [INFO] [stderr] | [INFO] [stderr] 112 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:112:32 [INFO] [stderr] | [INFO] [stderr] 112 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:112:47 [INFO] [stderr] | [INFO] [stderr] 112 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:112:62 [INFO] [stderr] | [INFO] [stderr] 112 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:112:77 [INFO] [stderr] | [INFO] [stderr] 112 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:102:51 [INFO] [stdout] | [INFO] [stdout] 102 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 102 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:112:21 [INFO] [stdout] | [INFO] [stdout] 112 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 112 | ($nr:ident, $a0:expr_2021, $a1:expr, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:112:31 [INFO] [stdout] | [INFO] [stdout] 112 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 112 | ($nr:ident, $a0:expr, $a1:expr_2021, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:123:17 [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:112:41 [INFO] [stdout] | [INFO] [stdout] 112 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 112 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr_2021, $a3:expr, $a4:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:112:51 [INFO] [stdout] | [INFO] [stdout] 112 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 112 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr_2021, $a4:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] 123 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:123:32 [INFO] [stderr] | [INFO] [stderr] 123 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:123:47 [INFO] [stderr] | [INFO] [stderr] 123 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:123:62 [INFO] [stderr] | [INFO] [stderr] 123 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:123:77 [INFO] [stderr] | [INFO] [stderr] 123 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:123:92 [INFO] [stderr] | [INFO] [stderr] 123 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:135:17 [INFO] [stderr] | [INFO] [stderr] 135 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:135:32 [INFO] [stderr] | [INFO] [stderr] 135 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:135:47 [INFO] [stderr] | [INFO] [stderr] 135 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:135:62 [INFO] [stderr] | [INFO] [stderr] 135 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:135:77 [INFO] [stderr] | [INFO] [stderr] 135 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:135:92 [INFO] [stderr] | [INFO] [stderr] 135 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:135:107 [INFO] [stderr] | [INFO] [stderr] 135 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:157:17 [INFO] [stderr] | [INFO] [stderr] 157 | ($nr:ident, $a0:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:164:17 [INFO] [stderr] | [INFO] [stderr] 164 | ($nr:ident, $a0:expr_2021, $a1:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:164:32 [INFO] [stderr] | [INFO] [stderr] 164 | ($nr:ident, $a0:expr_2021, $a1:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:172:17 [INFO] [stderr] | [INFO] [stderr] 172 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:172:32 [INFO] [stderr] | [INFO] [stderr] 172 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:172:47 [INFO] [stderr] | [INFO] [stderr] 172 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:181:17 [INFO] [stderr] | [INFO] [stderr] 181 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:181:32 [INFO] [stderr] | [INFO] [stderr] 181 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:181:47 [INFO] [stderr] | [INFO] [stderr] 181 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:181:62 [INFO] [stderr] | [INFO] [stderr] 181 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:191:17 [INFO] [stderr] | [INFO] [stderr] 191 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:191:32 [INFO] [stderr] | [INFO] [stderr] 191 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:191:47 [INFO] [stderr] | [INFO] [stderr] 191 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:191:62 [INFO] [stderr] | [INFO] [stderr] 191 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:191:77 [INFO] [stderr] | [INFO] [stderr] 191 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:202:17 [INFO] [stderr] | [INFO] [stderr] 202 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:202:32 [INFO] [stderr] | [INFO] [stderr] 202 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:202:47 [INFO] [stderr] | [INFO] [stderr] 202 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:202:62 [INFO] [stderr] | [INFO] [stderr] 202 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:202:77 [INFO] [stderr] | [INFO] [stderr] 202 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:202:92 [INFO] [stderr] | [INFO] [stderr] 202 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:214:17 [INFO] [stderr] | [INFO] [stderr] 214 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:214:32 [INFO] [stderr] | [INFO] [stderr] 214 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:112:61 [INFO] [stdout] | [INFO] [stdout] 112 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 112 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:123:21 [INFO] [stdout] | [INFO] [stdout] 123 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 123 | ($nr:ident, $a0:expr_2021, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:123:31 [INFO] [stdout] | [INFO] [stdout] 123 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 123 | ($nr:ident, $a0:expr, $a1:expr_2021, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:123:41 [INFO] [stdout] | [INFO] [stdout] 123 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 123 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr_2021, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:214:47 [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:123:51 [INFO] [stdout] | [INFO] [stdout] 123 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 123 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr_2021, $a4:expr, $a5:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:123:61 [INFO] [stdout] | [INFO] [stdout] 123 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 123 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr_2021, $a5:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] 214 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:123:71 [INFO] [stdout] | [INFO] [stdout] 123 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 123 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:214:62 [INFO] [stderr] | [INFO] [stderr] 214 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:214:77 [INFO] [stderr] | [INFO] [stderr] 214 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:214:92 [INFO] [stderr] | [INFO] [stderr] 214 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:214:107 [INFO] [stderr] | [INFO] [stderr] 214 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:237:17 [INFO] [stderr] | [INFO] [stderr] 237 | ($nr:ident, $a0:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:244:17 [INFO] [stderr] | [INFO] [stderr] 244 | ($nr:ident, $a0:expr_2021, $a1:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:244:32 [INFO] [stderr] | [INFO] [stderr] 244 | ($nr:ident, $a0:expr_2021, $a1:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:252:17 [INFO] [stderr] | [INFO] [stderr] 252 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:252:32 [INFO] [stderr] | [INFO] [stderr] 252 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:252:47 [INFO] [stderr] | [INFO] [stderr] 252 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:261:17 [INFO] [stderr] | [INFO] [stderr] 261 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:261:32 [INFO] [stderr] | [INFO] [stderr] 261 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:261:47 [INFO] [stderr] | [INFO] [stderr] 261 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:261:62 [INFO] [stderr] | [INFO] [stderr] 261 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:271:17 [INFO] [stderr] | [INFO] [stderr] 271 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:271:32 [INFO] [stderr] | [INFO] [stderr] 271 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:271:47 [INFO] [stderr] | [INFO] [stderr] 271 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:271:62 [INFO] [stderr] | [INFO] [stderr] 271 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:271:77 [INFO] [stderr] | [INFO] [stderr] 271 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:282:17 [INFO] [stderr] | [INFO] [stderr] 282 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:282:32 [INFO] [stderr] | [INFO] [stderr] 282 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:282:47 [INFO] [stderr] | [INFO] [stderr] 282 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:282:62 [INFO] [stderr] | [INFO] [stderr] 282 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:282:77 [INFO] [stderr] | [INFO] [stderr] 282 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:282:92 [INFO] [stderr] | [INFO] [stderr] 282 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:294:17 [INFO] [stderr] | [INFO] [stderr] 294 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:294:32 [INFO] [stderr] | [INFO] [stderr] 294 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:294:47 [INFO] [stderr] | [INFO] [stderr] 294 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:294:62 [INFO] [stderr] | [INFO] [stderr] 294 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:294:77 [INFO] [stderr] | [INFO] [stderr] 294 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:294:92 [INFO] [stderr] | [INFO] [stderr] 294 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/backend/linux_raw/arch/mod.rs:294:107 [INFO] [stderr] | [INFO] [stderr] 294 | ($nr:ident, $a0:expr_2021, $a1:expr_2021, $a2:expr_2021, $a3:expr_2021, $a4:expr_2021, $a5:expr_2021, $a6:expr_2021) => { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/ioctl/linux.rs:14:10 [INFO] [stderr] | [INFO] [stderr] 14 | ($val:expr_2021, $shift:expr_2021, $mask:expr_2021) => {{ [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/ioctl/linux.rs:14:26 [INFO] [stderr] | [INFO] [stderr] 14 | ($val:expr_2021, $shift:expr_2021, $mask:expr_2021) => {{ [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error[E0658]: fragment specifier `expr_2021` is unstable [INFO] [stderr] --> src/ioctl/linux.rs:14:44 [INFO] [stderr] | [INFO] [stderr] 14 | ($val:expr_2021, $shift:expr_2021, $mask:expr_2021) => {{ [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #123742 for more information [INFO] [stderr] = help: add `#![feature(expr_fragment_specifier_2024)]` to the crate attributes to enable [INFO] [stderr] = note: this compiler was built on 2024-09-17; consider upgrading it if it is out of date [INFO] [stderr] [INFO] [stderr] error: aborting due to 89 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0658`. [INFO] [stderr] Original diagnostics will follow. [INFO] [stderr] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:135:21 [INFO] [stdout] | [INFO] [stdout] 135 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 135 | ($nr:ident, $a0:expr_2021, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:135:31 [INFO] [stdout] | [INFO] [stdout] 135 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 135 | ($nr:ident, $a0:expr, $a1:expr_2021, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:135:41 [INFO] [stdout] | [INFO] [stdout] 135 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 135 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr_2021, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:135:51 [INFO] [stdout] | [INFO] [stdout] 135 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 135 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr_2021, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:135:61 [INFO] [stdout] | [INFO] [stdout] 135 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 135 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr_2021, $a5:expr, $a6:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:135:71 [INFO] [stdout] | [INFO] [stdout] 135 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 135 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr_2021, $a6:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:135:81 [INFO] [stdout] | [INFO] [stdout] 135 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 135 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:157:21 [INFO] [stdout] | [INFO] [stdout] 157 | ($nr:ident, $a0:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 157 | ($nr:ident, $a0:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:164:21 [INFO] [stdout] | [INFO] [stdout] 164 | ($nr:ident, $a0:expr, $a1:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 164 | ($nr:ident, $a0:expr_2021, $a1:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:164:31 [INFO] [stdout] | [INFO] [stdout] 164 | ($nr:ident, $a0:expr, $a1:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 164 | ($nr:ident, $a0:expr, $a1:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:172:21 [INFO] [stdout] | [INFO] [stdout] 172 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 172 | ($nr:ident, $a0:expr_2021, $a1:expr, $a2:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:172:31 [INFO] [stdout] | [INFO] [stdout] 172 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 172 | ($nr:ident, $a0:expr, $a1:expr_2021, $a2:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:172:41 [INFO] [stdout] | [INFO] [stdout] 172 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 172 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:181:21 [INFO] [stdout] | [INFO] [stdout] 181 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 181 | ($nr:ident, $a0:expr_2021, $a1:expr, $a2:expr, $a3:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:181:31 [INFO] [stdout] | [INFO] [stdout] 181 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 181 | ($nr:ident, $a0:expr, $a1:expr_2021, $a2:expr, $a3:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:181:41 [INFO] [stdout] | [INFO] [stdout] 181 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 181 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr_2021, $a3:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:181:51 [INFO] [stdout] | [INFO] [stdout] 181 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 181 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:191:21 [INFO] [stdout] | [INFO] [stdout] 191 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 191 | ($nr:ident, $a0:expr_2021, $a1:expr, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:191:31 [INFO] [stdout] | [INFO] [stdout] 191 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 191 | ($nr:ident, $a0:expr, $a1:expr_2021, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:191:41 [INFO] [stdout] | [INFO] [stdout] 191 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 191 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr_2021, $a3:expr, $a4:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:191:51 [INFO] [stdout] | [INFO] [stdout] 191 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 191 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr_2021, $a4:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:191:61 [INFO] [stdout] | [INFO] [stdout] 191 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 191 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:202:21 [INFO] [stdout] | [INFO] [stdout] 202 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 202 | ($nr:ident, $a0:expr_2021, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:202:31 [INFO] [stdout] | [INFO] [stdout] 202 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 202 | ($nr:ident, $a0:expr, $a1:expr_2021, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:202:41 [INFO] [stdout] | [INFO] [stdout] 202 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 202 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr_2021, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:202:51 [INFO] [stdout] | [INFO] [stdout] 202 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 202 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr_2021, $a4:expr, $a5:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:202:61 [INFO] [stdout] | [INFO] [stdout] 202 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 202 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr_2021, $a5:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:202:71 [INFO] [stdout] | [INFO] [stdout] 202 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 202 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:214:21 [INFO] [stdout] | [INFO] [stdout] 214 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 214 | ($nr:ident, $a0:expr_2021, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:214:31 [INFO] [stdout] | [INFO] [stdout] 214 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 214 | ($nr:ident, $a0:expr, $a1:expr_2021, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:214:41 [INFO] [stdout] | [INFO] [stdout] 214 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 214 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr_2021, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:214:51 [INFO] [stdout] | [INFO] [stdout] 214 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 214 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr_2021, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:214:61 [INFO] [stdout] | [INFO] [stdout] 214 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 214 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr_2021, $a5:expr, $a6:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:214:71 [INFO] [stdout] | [INFO] [stdout] 214 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 214 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr_2021, $a6:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:214:81 [INFO] [stdout] | [INFO] [stdout] 214 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 214 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:237:21 [INFO] [stdout] | [INFO] [stdout] 237 | ($nr:ident, $a0:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 237 | ($nr:ident, $a0:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:244:21 [INFO] [stdout] | [INFO] [stdout] 244 | ($nr:ident, $a0:expr, $a1:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 244 | ($nr:ident, $a0:expr_2021, $a1:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:244:31 [INFO] [stdout] | [INFO] [stdout] 244 | ($nr:ident, $a0:expr, $a1:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 244 | ($nr:ident, $a0:expr, $a1:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:252:21 [INFO] [stdout] | [INFO] [stdout] 252 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 252 | ($nr:ident, $a0:expr_2021, $a1:expr, $a2:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:252:31 [INFO] [stdout] | [INFO] [stdout] 252 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 252 | ($nr:ident, $a0:expr, $a1:expr_2021, $a2:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:252:41 [INFO] [stdout] | [INFO] [stdout] 252 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 252 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:261:21 [INFO] [stdout] | [INFO] [stdout] 261 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 261 | ($nr:ident, $a0:expr_2021, $a1:expr, $a2:expr, $a3:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:261:31 [INFO] [stdout] | [INFO] [stdout] 261 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 261 | ($nr:ident, $a0:expr, $a1:expr_2021, $a2:expr, $a3:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:261:41 [INFO] [stdout] | [INFO] [stdout] 261 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 261 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr_2021, $a3:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:261:51 [INFO] [stdout] | [INFO] [stdout] 261 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 261 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:271:21 [INFO] [stdout] | [INFO] [stdout] 271 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 271 | ($nr:ident, $a0:expr_2021, $a1:expr, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:271:31 [INFO] [stdout] | [INFO] [stdout] 271 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 271 | ($nr:ident, $a0:expr, $a1:expr_2021, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:271:41 [INFO] [stdout] | [INFO] [stdout] 271 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 271 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr_2021, $a3:expr, $a4:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:271:51 [INFO] [stdout] | [INFO] [stdout] 271 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 271 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr_2021, $a4:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:271:61 [INFO] [stdout] | [INFO] [stdout] 271 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 271 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:282:21 [INFO] [stdout] | [INFO] [stdout] 282 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 282 | ($nr:ident, $a0:expr_2021, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:282:31 [INFO] [stdout] | [INFO] [stdout] 282 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 282 | ($nr:ident, $a0:expr, $a1:expr_2021, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:282:41 [INFO] [stdout] | [INFO] [stdout] 282 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 282 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr_2021, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:282:51 [INFO] [stdout] | [INFO] [stdout] 282 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 282 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr_2021, $a4:expr, $a5:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:282:61 [INFO] [stdout] | [INFO] [stdout] 282 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 282 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr_2021, $a5:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:282:71 [INFO] [stdout] | [INFO] [stdout] 282 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 282 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:294:21 [INFO] [stdout] | [INFO] [stdout] 294 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 294 | ($nr:ident, $a0:expr_2021, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:294:31 [INFO] [stdout] | [INFO] [stdout] 294 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 294 | ($nr:ident, $a0:expr, $a1:expr_2021, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:294:41 [INFO] [stdout] | [INFO] [stdout] 294 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 294 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr_2021, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:294:51 [INFO] [stdout] | [INFO] [stdout] 294 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 294 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr_2021, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:294:61 [INFO] [stdout] | [INFO] [stdout] 294 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 294 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr_2021, $a5:expr, $a6:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:294:71 [INFO] [stdout] | [INFO] [stdout] 294 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 294 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr_2021, $a6:expr) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:294:81 [INFO] [stdout] | [INFO] [stdout] 294 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr) => { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 294 | ($nr:ident, $a0:expr, $a1:expr, $a2:expr, $a3:expr, $a4:expr, $a5:expr, $a6:expr_2021) => { [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/ioctl/linux.rs:14:15 [INFO] [stdout] | [INFO] [stdout] 14 | ($val:expr, $shift:expr, $mask:expr) => {{ [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 14 | ($val:expr_2021, $shift:expr, $mask:expr) => {{ [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/ioctl/linux.rs:14:28 [INFO] [stdout] | [INFO] [stdout] 14 | ($val:expr, $shift:expr, $mask:expr) => {{ [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 14 | ($val:expr, $shift:expr_2021, $mask:expr) => {{ [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the `expr` fragment specifier will accept more expressions in the 2024 edition [INFO] [stdout] --> src/ioctl/linux.rs:14:40 [INFO] [stdout] | [INFO] [stdout] 14 | ($val:expr, $shift:expr, $mask:expr) => {{ [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see Migration Guide [INFO] [stdout] help: to keep the existing behavior, use the `expr_2021` fragment specifier [INFO] [stdout] | [INFO] [stdout] 14 | ($val:expr, $shift:expr, $mask:expr_2021) => {{ [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `std::slice::from_raw_parts_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/buffer.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | let init = slice::from_raw_parts_mut(init.as_mut_ptr().cast::(), init.len()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/buffer.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / pub(super) unsafe fn split_init( [INFO] [stdout] 15 | | buf: &mut [MaybeUninit], [INFO] [stdout] 16 | | init: usize, [INFO] [stdout] 17 | | ) -> (&mut [u8], &mut [MaybeUninit]) { [INFO] [stdout] | |________________________________________^ [INFO] [stdout] = note: `--force-warn unsafe-op-in-unsafe-fn` implied by `--force-warn rust-2024-compatibility` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `weak::fetch` is unsafe and requires unsafe block [INFO] [stdout] --> src/weak.rs:104:19 [INFO] [stdout] | [INFO] [stdout] 104 | let val = fetch(self.name); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/weak.rs:103:5 [INFO] [stdout] | [INFO] [stdout] 103 | unsafe fn initialize(&self) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `std::mem::transmute_copy` is unsafe and requires unsafe block [INFO] [stdout] --> src/weak.rs:110:26 [INFO] [stdout] | [INFO] [stdout] 110 | addr => Some(mem::transmute_copy::<*mut c_void, F>(&addr)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `weak::libc::dlsym` is unsafe and requires unsafe block [INFO] [stdout] --> src/weak.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | libc::dlsym(libc::RTLD_DEFAULT, name.as_ptr().cast()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/weak.rs:138:1 [INFO] [stdout] | [INFO] [stdout] 138 | unsafe fn fetch(name: &str) -> *mut c_void { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | / asm!( [INFO] [stdout] 15 | | "syscall", [INFO] [stdout] 16 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 17 | | lateout("rcx") _, [INFO] [stdout] 18 | | lateout("r11") _, [INFO] [stdout] 19 | | options(nostack, preserves_flags, readonly) [INFO] [stdout] 20 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | pub(in crate::backend) unsafe fn syscall0_readonly(nr: SyscallNumber<'_>) -> RetReg { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:16:26 [INFO] [stdout] | [INFO] [stdout] 16 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | / asm!( [INFO] [stdout] 28 | | "syscall", [INFO] [stdout] 29 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 30 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 33 | | options(nostack, preserves_flags) [INFO] [stdout] 34 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | pub(in crate::backend) unsafe fn syscall1(nr: SyscallNumber<'_>, a0: ArgReg<'_, A0>) -> RetReg { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:29:26 [INFO] [stdout] | [INFO] [stdout] 29 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:30:19 [INFO] [stdout] | [INFO] [stdout] 30 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | / asm!( [INFO] [stdout] 45 | | "syscall", [INFO] [stdout] 46 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 47 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 50 | | options(nostack, preserves_flags, readonly) [INFO] [stdout] 51 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | / pub(in crate::backend) unsafe fn syscall1_readonly( [INFO] [stdout] 40 | | nr: SyscallNumber<'_>, [INFO] [stdout] 41 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 42 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:46:26 [INFO] [stdout] | [INFO] [stdout] 46 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:47:19 [INFO] [stdout] | [INFO] [stdout] 47 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:57:5 [INFO] [stdout] | [INFO] [stdout] 57 | / asm!( [INFO] [stdout] 58 | | "syscall", [INFO] [stdout] 59 | | in("rax") nr.to_asm(), [INFO] [stdout] 60 | | in("rdi") a0.to_asm(), [INFO] [stdout] 61 | | options(nostack, noreturn) [INFO] [stdout] 62 | | ) [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | pub(in crate::backend) unsafe fn syscall1_noreturn(nr: SyscallNumber<'_>, a0: ArgReg<'_, A0>) -> ! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:59:19 [INFO] [stdout] | [INFO] [stdout] 59 | in("rax") nr.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:60:19 [INFO] [stdout] | [INFO] [stdout] 60 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | / asm!( [INFO] [stdout] 73 | | "syscall", [INFO] [stdout] 74 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 75 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 79 | | options(nostack, preserves_flags) [INFO] [stdout] 80 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:66:1 [INFO] [stdout] | [INFO] [stdout] 66 | / pub(in crate::backend) unsafe fn syscall2( [INFO] [stdout] 67 | | nr: SyscallNumber<'_>, [INFO] [stdout] 68 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 69 | | a1: ArgReg<'_, A1>, [INFO] [stdout] 70 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:74:26 [INFO] [stdout] | [INFO] [stdout] 74 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:75:19 [INFO] [stdout] | [INFO] [stdout] 75 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:76:19 [INFO] [stdout] | [INFO] [stdout] 76 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 81 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | / asm!( [INFO] [stdout] 92 | | "syscall", [INFO] [stdout] 93 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 94 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 98 | | options(nostack, preserves_flags, readonly) [INFO] [stdout] 99 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | / pub(in crate::backend) unsafe fn syscall2_readonly( [INFO] [stdout] 86 | | nr: SyscallNumber<'_>, [INFO] [stdout] 87 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 88 | | a1: ArgReg<'_, A1>, [INFO] [stdout] 89 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:93:26 [INFO] [stdout] | [INFO] [stdout] 93 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:94:19 [INFO] [stdout] | [INFO] [stdout] 94 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:95:19 [INFO] [stdout] | [INFO] [stdout] 95 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:100:5 [INFO] [stdout] | [INFO] [stdout] 100 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:111:5 [INFO] [stdout] | [INFO] [stdout] 111 | / asm!( [INFO] [stdout] 112 | | "syscall", [INFO] [stdout] 113 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 114 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 119 | | options(nostack, preserves_flags) [INFO] [stdout] 120 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | / pub(in crate::backend) unsafe fn syscall3( [INFO] [stdout] 105 | | nr: SyscallNumber<'_>, [INFO] [stdout] 106 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 107 | | a1: ArgReg<'_, A1>, [INFO] [stdout] 108 | | a2: ArgReg<'_, A2>, [INFO] [stdout] 109 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:113:26 [INFO] [stdout] | [INFO] [stdout] 113 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:114:19 [INFO] [stdout] | [INFO] [stdout] 114 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:115:19 [INFO] [stdout] | [INFO] [stdout] 115 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:116:19 [INFO] [stdout] | [INFO] [stdout] 116 | in("rdx") a2.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:121:5 [INFO] [stdout] | [INFO] [stdout] 121 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:132:5 [INFO] [stdout] | [INFO] [stdout] 132 | / asm!( [INFO] [stdout] 133 | | "syscall", [INFO] [stdout] 134 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 135 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 140 | | options(nostack, preserves_flags, readonly) [INFO] [stdout] 141 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:125:1 [INFO] [stdout] | [INFO] [stdout] 125 | / pub(in crate::backend) unsafe fn syscall3_readonly( [INFO] [stdout] 126 | | nr: SyscallNumber<'_>, [INFO] [stdout] 127 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 128 | | a1: ArgReg<'_, A1>, [INFO] [stdout] 129 | | a2: ArgReg<'_, A2>, [INFO] [stdout] 130 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:134:26 [INFO] [stdout] | [INFO] [stdout] 134 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:135:19 [INFO] [stdout] | [INFO] [stdout] 135 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:136:19 [INFO] [stdout] | [INFO] [stdout] 136 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:137:19 [INFO] [stdout] | [INFO] [stdout] 137 | in("rdx") a2.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:142:5 [INFO] [stdout] | [INFO] [stdout] 142 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | / asm!( [INFO] [stdout] 155 | | "syscall", [INFO] [stdout] 156 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 157 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 163 | | options(nostack, preserves_flags) [INFO] [stdout] 164 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:146:1 [INFO] [stdout] | [INFO] [stdout] 146 | / pub(in crate::backend) unsafe fn syscall4( [INFO] [stdout] 147 | | nr: SyscallNumber<'_>, [INFO] [stdout] 148 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 149 | | a1: ArgReg<'_, A1>, [INFO] [stdout] 150 | | a2: ArgReg<'_, A2>, [INFO] [stdout] 151 | | a3: ArgReg<'_, A3>, [INFO] [stdout] 152 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:156:26 [INFO] [stdout] | [INFO] [stdout] 156 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:157:19 [INFO] [stdout] | [INFO] [stdout] 157 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:158:19 [INFO] [stdout] | [INFO] [stdout] 158 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:159:19 [INFO] [stdout] | [INFO] [stdout] 159 | in("rdx") a2.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:160:19 [INFO] [stdout] | [INFO] [stdout] 160 | in("r10") a3.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:165:5 [INFO] [stdout] | [INFO] [stdout] 165 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:177:5 [INFO] [stdout] | [INFO] [stdout] 177 | / asm!( [INFO] [stdout] 178 | | "syscall", [INFO] [stdout] 179 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 180 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 186 | | options(nostack, preserves_flags, readonly) [INFO] [stdout] 187 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:169:1 [INFO] [stdout] | [INFO] [stdout] 169 | / pub(in crate::backend) unsafe fn syscall4_readonly( [INFO] [stdout] 170 | | nr: SyscallNumber<'_>, [INFO] [stdout] 171 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 172 | | a1: ArgReg<'_, A1>, [INFO] [stdout] 173 | | a2: ArgReg<'_, A2>, [INFO] [stdout] 174 | | a3: ArgReg<'_, A3>, [INFO] [stdout] 175 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:179:26 [INFO] [stdout] | [INFO] [stdout] 179 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:180:19 [INFO] [stdout] | [INFO] [stdout] 180 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:181:19 [INFO] [stdout] | [INFO] [stdout] 181 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:182:19 [INFO] [stdout] | [INFO] [stdout] 182 | in("rdx") a2.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:183:19 [INFO] [stdout] | [INFO] [stdout] 183 | in("r10") a3.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:188:5 [INFO] [stdout] | [INFO] [stdout] 188 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:201:5 [INFO] [stdout] | [INFO] [stdout] 201 | / asm!( [INFO] [stdout] 202 | | "syscall", [INFO] [stdout] 203 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 204 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 211 | | options(nostack, preserves_flags) [INFO] [stdout] 212 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:192:1 [INFO] [stdout] | [INFO] [stdout] 192 | / pub(in crate::backend) unsafe fn syscall5( [INFO] [stdout] 193 | | nr: SyscallNumber<'_>, [INFO] [stdout] 194 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 195 | | a1: ArgReg<'_, A1>, [INFO] [stdout] ... | [INFO] [stdout] 198 | | a4: ArgReg<'_, A4>, [INFO] [stdout] 199 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:203:26 [INFO] [stdout] | [INFO] [stdout] 203 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:204:19 [INFO] [stdout] | [INFO] [stdout] 204 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:205:19 [INFO] [stdout] | [INFO] [stdout] 205 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:206:19 [INFO] [stdout] | [INFO] [stdout] 206 | in("rdx") a2.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:207:19 [INFO] [stdout] | [INFO] [stdout] 207 | in("r10") a3.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:208:18 [INFO] [stdout] | [INFO] [stdout] 208 | in("r8") a4.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:213:5 [INFO] [stdout] | [INFO] [stdout] 213 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:226:5 [INFO] [stdout] | [INFO] [stdout] 226 | / asm!( [INFO] [stdout] 227 | | "syscall", [INFO] [stdout] 228 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 229 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 236 | | options(nostack, preserves_flags, readonly) [INFO] [stdout] 237 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:217:1 [INFO] [stdout] | [INFO] [stdout] 217 | / pub(in crate::backend) unsafe fn syscall5_readonly( [INFO] [stdout] 218 | | nr: SyscallNumber<'_>, [INFO] [stdout] 219 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 220 | | a1: ArgReg<'_, A1>, [INFO] [stdout] ... | [INFO] [stdout] 223 | | a4: ArgReg<'_, A4>, [INFO] [stdout] 224 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:228:26 [INFO] [stdout] | [INFO] [stdout] 228 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:229:19 [INFO] [stdout] | [INFO] [stdout] 229 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:230:19 [INFO] [stdout] | [INFO] [stdout] 230 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:231:19 [INFO] [stdout] | [INFO] [stdout] 231 | in("rdx") a2.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:232:19 [INFO] [stdout] | [INFO] [stdout] 232 | in("r10") a3.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:233:18 [INFO] [stdout] | [INFO] [stdout] 233 | in("r8") a4.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:238:5 [INFO] [stdout] | [INFO] [stdout] 238 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:252:5 [INFO] [stdout] | [INFO] [stdout] 252 | / asm!( [INFO] [stdout] 253 | | "syscall", [INFO] [stdout] 254 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 255 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 263 | | options(nostack, preserves_flags) [INFO] [stdout] 264 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:242:1 [INFO] [stdout] | [INFO] [stdout] 242 | / pub(in crate::backend) unsafe fn syscall6( [INFO] [stdout] 243 | | nr: SyscallNumber<'_>, [INFO] [stdout] 244 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 245 | | a1: ArgReg<'_, A1>, [INFO] [stdout] ... | [INFO] [stdout] 249 | | a5: ArgReg<'_, A5>, [INFO] [stdout] 250 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:254:26 [INFO] [stdout] | [INFO] [stdout] 254 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:255:19 [INFO] [stdout] | [INFO] [stdout] 255 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:256:19 [INFO] [stdout] | [INFO] [stdout] 256 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:257:19 [INFO] [stdout] | [INFO] [stdout] 257 | in("rdx") a2.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:258:19 [INFO] [stdout] | [INFO] [stdout] 258 | in("r10") a3.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:259:18 [INFO] [stdout] | [INFO] [stdout] 259 | in("r8") a4.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:260:18 [INFO] [stdout] | [INFO] [stdout] 260 | in("r9") a5.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:265:5 [INFO] [stdout] | [INFO] [stdout] 265 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:279:5 [INFO] [stdout] | [INFO] [stdout] 279 | / asm!( [INFO] [stdout] 280 | | "syscall", [INFO] [stdout] 281 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 282 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 290 | | options(nostack, preserves_flags, readonly) [INFO] [stdout] 291 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | / pub(in crate::backend) unsafe fn syscall6_readonly( [INFO] [stdout] 270 | | nr: SyscallNumber<'_>, [INFO] [stdout] 271 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 272 | | a1: ArgReg<'_, A1>, [INFO] [stdout] ... | [INFO] [stdout] 276 | | a5: ArgReg<'_, A5>, [INFO] [stdout] 277 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:281:26 [INFO] [stdout] | [INFO] [stdout] 281 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:282:19 [INFO] [stdout] | [INFO] [stdout] 282 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:283:19 [INFO] [stdout] | [INFO] [stdout] 283 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:284:19 [INFO] [stdout] | [INFO] [stdout] 284 | in("rdx") a2.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:285:19 [INFO] [stdout] | [INFO] [stdout] 285 | in("r10") a3.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:286:18 [INFO] [stdout] | [INFO] [stdout] 286 | in("r8") a4.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:287:18 [INFO] [stdout] | [INFO] [stdout] 287 | in("r9") a5.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:292:5 [INFO] [stdout] | [INFO] [stdout] 292 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::io::errno::try_decode_void` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/conv.rs:876:5 [INFO] [stdout] | [INFO] [stdout] 876 | try_decode_void(raw) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/conv.rs:875:1 [INFO] [stdout] | [INFO] [stdout] 875 | pub(super) unsafe fn ret(raw: RetReg) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::io::errno::try_decode_void` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/conv.rs:902:9 [INFO] [stdout] | [INFO] [stdout] 902 | try_decode_void(raw).unwrap() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/conv.rs:899:1 [INFO] [stdout] | [INFO] [stdout] 899 | pub(super) unsafe fn ret_infallible(raw: RetReg) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::io::errno::try_decode_raw_fd` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/conv.rs:1003:18 [INFO] [stdout] | [INFO] [stdout] 1003 | let raw_fd = try_decode_raw_fd(raw)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/conv.rs:1002:1 [INFO] [stdout] | [INFO] [stdout] 1002 | pub(super) unsafe fn ret_owned_fd(raw: RetReg) -> io::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `std::os::fd::FromRawFd::from_raw_fd` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/conv.rs:1004:8 [INFO] [stdout] | [INFO] [stdout] 1004 | Ok(crate::backend::fd::OwnedFd::from_raw_fd(raw_fd)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::io::errno::try_decode_raw_fd` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/conv.rs:1018:19 [INFO] [stdout] | [INFO] [stdout] 1018 | let _raw_fd = try_decode_raw_fd(raw)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/conv.rs:1017:1 [INFO] [stdout] | [INFO] [stdout] 1017 | pub(super) unsafe fn ret_discarded_fd(raw: RetReg) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::arch::asm::syscall3` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | / $crate::backend::arch::choose::syscall3( [INFO] [stdout] 95 | | $crate::backend::reg::nr(linux_raw_sys::general::$nr), [INFO] [stdout] 96 | | $a0.into(), [INFO] [stdout] 97 | | $a1.into(), [INFO] [stdout] 98 | | $a2.into(), [INFO] [stdout] 99 | | ) [INFO] [stdout] | |_________^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] ::: src/backend/linux_raw/io/syscalls.rs:33:15 [INFO] [stdout] | [INFO] [stdout] 33 | ret_usize(syscall!(__NR_read, fd, buf, pass_usize(len))) [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/io/syscalls.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | pub(crate) unsafe fn read(fd: BorrowedFd<'_>, buf: *mut u8, len: usize) -> io::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this warning originates in the macro `syscall` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::arch::asm::syscall4` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:103:9 [INFO] [stdout] | [INFO] [stdout] 103 | / $crate::backend::arch::choose::syscall4( [INFO] [stdout] 104 | | $crate::backend::reg::nr(linux_raw_sys::general::$nr), [INFO] [stdout] 105 | | $a0.into(), [INFO] [stdout] 106 | | $a1.into(), [INFO] [stdout] 107 | | $a2.into(), [INFO] [stdout] 108 | | $a3.into(), [INFO] [stdout] 109 | | ) [INFO] [stdout] | |_________^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] ::: src/backend/linux_raw/io/syscalls.rs:74:15 [INFO] [stdout] | [INFO] [stdout] 74 | ret_usize(syscall!( [INFO] [stdout] | _______________- [INFO] [stdout] 75 | | __NR_pread64, [INFO] [stdout] 76 | | fd, [INFO] [stdout] 77 | | buf, [INFO] [stdout] 78 | | pass_usize(len), [INFO] [stdout] 79 | | loff_t_from_u64(pos) [INFO] [stdout] 80 | | )) [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/io/syscalls.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | / pub(crate) unsafe fn pread( [INFO] [stdout] 38 | | fd: BorrowedFd<'_>, [INFO] [stdout] 39 | | buf: *mut u8, [INFO] [stdout] 40 | | len: usize, [INFO] [stdout] 41 | | pos: u64, [INFO] [stdout] 42 | | ) -> io::Result { [INFO] [stdout] | |______________________^ [INFO] [stdout] = note: this warning originates in the macro `syscall` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::arch::asm::syscall1_readonly` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:238:9 [INFO] [stdout] | [INFO] [stdout] 238 | / $crate::backend::arch::choose::syscall1_readonly( [INFO] [stdout] 239 | | $crate::backend::reg::nr(linux_raw_sys::general::$nr), [INFO] [stdout] 240 | | $a0.into(), [INFO] [stdout] 241 | | ) [INFO] [stdout] | |_________^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] ::: src/backend/linux_raw/io/syscalls.rs:241:5 [INFO] [stdout] | [INFO] [stdout] 241 | syscall_readonly!(__NR_close, raw_fd(fd)).decode_void(); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/io/syscalls.rs:239:1 [INFO] [stdout] | [INFO] [stdout] 239 | pub(crate) unsafe fn close(fd: RawFd) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this warning originates in the macro `syscall_readonly` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::conv::raw_fd` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/io/syscalls.rs:241:35 [INFO] [stdout] | [INFO] [stdout] 241 | syscall_readonly!(__NR_close, raw_fd(fd)).decode_void(); [INFO] [stdout] | ^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::arch::asm::syscall3` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | / $crate::backend::arch::choose::syscall3( [INFO] [stdout] 95 | | $crate::backend::reg::nr(linux_raw_sys::general::$nr), [INFO] [stdout] 96 | | $a0.into(), [INFO] [stdout] 97 | | $a1.into(), [INFO] [stdout] 98 | | $a2.into(), [INFO] [stdout] 99 | | ) [INFO] [stdout] | |_________^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] ::: src/backend/linux_raw/io/syscalls.rs:256:15 [INFO] [stdout] | [INFO] [stdout] 256 | ret_c_int(syscall!(__NR_ioctl, fd, c_uint(request), arg)) [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/io/syscalls.rs:251:1 [INFO] [stdout] | [INFO] [stdout] 251 | / pub(crate) unsafe fn ioctl( [INFO] [stdout] 252 | | fd: BorrowedFd<'_>, [INFO] [stdout] 253 | | request: RawOpcode, [INFO] [stdout] 254 | | arg: *mut c::c_void, [INFO] [stdout] 255 | | ) -> io::Result { [INFO] [stdout] | |____________________________^ [INFO] [stdout] = note: this warning originates in the macro `syscall` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::arch::asm::syscall3_readonly` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:253:9 [INFO] [stdout] | [INFO] [stdout] 253 | / $crate::backend::arch::choose::syscall3_readonly( [INFO] [stdout] 254 | | $crate::backend::reg::nr(linux_raw_sys::general::$nr), [INFO] [stdout] 255 | | $a0.into(), [INFO] [stdout] 256 | | $a1.into(), [INFO] [stdout] 257 | | $a2.into(), [INFO] [stdout] 258 | | ) [INFO] [stdout] | |_________^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] ::: src/backend/linux_raw/io/syscalls.rs:265:15 [INFO] [stdout] | [INFO] [stdout] 265 | ret_c_int(syscall_readonly!(__NR_ioctl, fd, c_uint(request), arg)) [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/io/syscalls.rs:260:1 [INFO] [stdout] | [INFO] [stdout] 260 | / pub(crate) unsafe fn ioctl_readonly( [INFO] [stdout] 261 | | fd: BorrowedFd<'_>, [INFO] [stdout] 262 | | request: RawOpcode, [INFO] [stdout] 263 | | arg: *mut c::c_void, [INFO] [stdout] 264 | | ) -> io::Result { [INFO] [stdout] | |____________________________^ [INFO] [stdout] = note: this warning originates in the macro `syscall_readonly` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s [INFO] [stdout] warning[E0133]: call to unsafe function `backend::io::syscalls::close` is unsafe and requires unsafe block [INFO] [stdout] --> src/io/close.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | backend::io::syscalls::close(raw_fd) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/io/close.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | pub unsafe fn close(raw_fd: RawFd) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::read` is unsafe and requires unsafe block [INFO] [stdout] --> src/ioctl/patterns.rs:99:12 [INFO] [stdout] | [INFO] [stdout] 99 | Ok(ptr.cast::().read()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/ioctl/patterns.rs:98:5 [INFO] [stdout] | [INFO] [stdout] 98 | unsafe fn output_from_ptr(_: IoctlOutput, ptr: *mut c::c_void) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `ioctl::_ioctl` is unsafe and requires unsafe block [INFO] [stdout] --> src/ioctl/mod.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | _ioctl(fd, request, arg)? [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/ioctl/mod.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | pub unsafe fn ioctl(fd: F, mut ioctl: I) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `ioctl::_ioctl_readonly` is unsafe and requires unsafe block [INFO] [stdout] --> src/ioctl/mod.rs:96:9 [INFO] [stdout] | [INFO] [stdout] 96 | _ioctl_readonly(fd, request, arg)? [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `ioctl::Ioctl::output_from_ptr` is unsafe and requires unsafe block [INFO] [stdout] --> src/ioctl/mod.rs:101:5 [INFO] [stdout] | [INFO] [stdout] 101 | I::output_from_ptr(output, arg) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::io::syscalls::ioctl` is unsafe and requires unsafe block [INFO] [stdout] --> src/ioctl/mod.rs:109:5 [INFO] [stdout] | [INFO] [stdout] 109 | crate::backend::io::syscalls::ioctl(fd, request, arg) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/ioctl/mod.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | / unsafe fn _ioctl( [INFO] [stdout] 105 | | fd: BorrowedFd<'_>, [INFO] [stdout] 106 | | request: RawOpcode, [INFO] [stdout] 107 | | arg: *mut c::c_void, [INFO] [stdout] 108 | | ) -> Result { [INFO] [stdout] | |________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::io::syscalls::ioctl_readonly` is unsafe and requires unsafe block [INFO] [stdout] --> src/ioctl/mod.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | crate::backend::io::syscalls::ioctl_readonly(fd, request, arg) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/ioctl/mod.rs:112:1 [INFO] [stdout] | [INFO] [stdout] 112 | / unsafe fn _ioctl_readonly( [INFO] [stdout] 113 | | fd: BorrowedFd<'_>, [INFO] [stdout] 114 | | request: RawOpcode, [INFO] [stdout] 115 | | arg: *mut c::c_void, [INFO] [stdout] 116 | | ) -> Result { [INFO] [stdout] | |________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 196 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0133`. [INFO] [stdout] [INFO] [stderr] Running `cargo check` to verify 2024 [INFO] [stderr] Compiling rustix v0.38.37 (/tmp/fixit) [INFO] [stdout] error: extern blocks must be unsafe [INFO] [stdout] --> src/weak.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | / extern "C" { [INFO] [stdout] 129 | | pub(super) fn dlsym(handle: *mut c_void, symbol: *const c_char) -> *mut c_void; [INFO] [stdout] 130 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: extern blocks must be unsafe [INFO] [stdout] --> src/weak.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 128 | / extern "C" { [INFO] [stdout] 129 | | pub(super) fn dlsym(handle: *mut c_void, symbol: *const c_char) -> *mut c_void; [INFO] [stdout] 130 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `std::slice::from_raw_parts_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/buffer.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | let init = slice::from_raw_parts_mut(init.as_mut_ptr().cast::(), init.len()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/buffer.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / pub(super) unsafe fn split_init( [INFO] [stdout] 15 | | buf: &mut [MaybeUninit], [INFO] [stdout] 16 | | init: usize, [INFO] [stdout] 17 | | ) -> (&mut [u8], &mut [MaybeUninit]) { [INFO] [stdout] | |________________________________________^ [INFO] [stdout] = note: `#[warn(unsafe_op_in_unsafe_fn)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `weak::fetch` is unsafe and requires unsafe block [INFO] [stdout] --> src/weak.rs:104:19 [INFO] [stdout] | [INFO] [stdout] 104 | let val = fetch(self.name); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/weak.rs:103:5 [INFO] [stdout] | [INFO] [stdout] 103 | unsafe fn initialize(&self) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `std::mem::transmute_copy` is unsafe and requires unsafe block [INFO] [stdout] --> src/weak.rs:110:26 [INFO] [stdout] | [INFO] [stdout] 110 | addr => Some(mem::transmute_copy::<*mut c_void, F>(&addr)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `weak::libc::dlsym` is unsafe and requires unsafe block [INFO] [stdout] --> src/weak.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | libc::dlsym(libc::RTLD_DEFAULT, name.as_ptr().cast()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/weak.rs:138:1 [INFO] [stdout] | [INFO] [stdout] 138 | unsafe fn fetch(name: &str) -> *mut c_void { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | / asm!( [INFO] [stdout] 15 | | "syscall", [INFO] [stdout] 16 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 17 | | lateout("rcx") _, [INFO] [stdout] 18 | | lateout("r11") _, [INFO] [stdout] 19 | | options(nostack, preserves_flags, readonly) [INFO] [stdout] 20 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | pub(in crate::backend) unsafe fn syscall0_readonly(nr: SyscallNumber<'_>) -> RetReg { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:16:26 [INFO] [stdout] | [INFO] [stdout] 16 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | / asm!( [INFO] [stdout] 28 | | "syscall", [INFO] [stdout] 29 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 30 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 33 | | options(nostack, preserves_flags) [INFO] [stdout] 34 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | pub(in crate::backend) unsafe fn syscall1(nr: SyscallNumber<'_>, a0: ArgReg<'_, A0>) -> RetReg { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:29:26 [INFO] [stdout] | [INFO] [stdout] 29 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:30:19 [INFO] [stdout] | [INFO] [stdout] 30 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | / asm!( [INFO] [stdout] 45 | | "syscall", [INFO] [stdout] 46 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 47 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 50 | | options(nostack, preserves_flags, readonly) [INFO] [stdout] 51 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | / pub(in crate::backend) unsafe fn syscall1_readonly( [INFO] [stdout] 40 | | nr: SyscallNumber<'_>, [INFO] [stdout] 41 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 42 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:46:26 [INFO] [stdout] | [INFO] [stdout] 46 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:47:19 [INFO] [stdout] | [INFO] [stdout] 47 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:57:5 [INFO] [stdout] | [INFO] [stdout] 57 | / asm!( [INFO] [stdout] 58 | | "syscall", [INFO] [stdout] 59 | | in("rax") nr.to_asm(), [INFO] [stdout] 60 | | in("rdi") a0.to_asm(), [INFO] [stdout] 61 | | options(nostack, noreturn) [INFO] [stdout] 62 | | ) [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | pub(in crate::backend) unsafe fn syscall1_noreturn(nr: SyscallNumber<'_>, a0: ArgReg<'_, A0>) -> ! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:59:19 [INFO] [stdout] | [INFO] [stdout] 59 | in("rax") nr.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:60:19 [INFO] [stdout] | [INFO] [stdout] 60 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | / asm!( [INFO] [stdout] 73 | | "syscall", [INFO] [stdout] 74 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 75 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 79 | | options(nostack, preserves_flags) [INFO] [stdout] 80 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:66:1 [INFO] [stdout] | [INFO] [stdout] 66 | / pub(in crate::backend) unsafe fn syscall2( [INFO] [stdout] 67 | | nr: SyscallNumber<'_>, [INFO] [stdout] 68 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 69 | | a1: ArgReg<'_, A1>, [INFO] [stdout] 70 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:74:26 [INFO] [stdout] | [INFO] [stdout] 74 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:75:19 [INFO] [stdout] | [INFO] [stdout] 75 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:76:19 [INFO] [stdout] | [INFO] [stdout] 76 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 81 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | / asm!( [INFO] [stdout] 92 | | "syscall", [INFO] [stdout] 93 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 94 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 98 | | options(nostack, preserves_flags, readonly) [INFO] [stdout] 99 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | / pub(in crate::backend) unsafe fn syscall2_readonly( [INFO] [stdout] 86 | | nr: SyscallNumber<'_>, [INFO] [stdout] 87 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 88 | | a1: ArgReg<'_, A1>, [INFO] [stdout] 89 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:93:26 [INFO] [stdout] | [INFO] [stdout] 93 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:94:19 [INFO] [stdout] | [INFO] [stdout] 94 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:95:19 [INFO] [stdout] | [INFO] [stdout] 95 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:100:5 [INFO] [stdout] | [INFO] [stdout] 100 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:111:5 [INFO] [stdout] | [INFO] [stdout] 111 | / asm!( [INFO] [stdout] 112 | | "syscall", [INFO] [stdout] 113 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 114 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 119 | | options(nostack, preserves_flags) [INFO] [stdout] 120 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | / pub(in crate::backend) unsafe fn syscall3( [INFO] [stdout] 105 | | nr: SyscallNumber<'_>, [INFO] [stdout] 106 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 107 | | a1: ArgReg<'_, A1>, [INFO] [stdout] 108 | | a2: ArgReg<'_, A2>, [INFO] [stdout] 109 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:113:26 [INFO] [stdout] | [INFO] [stdout] 113 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:114:19 [INFO] [stdout] | [INFO] [stdout] 114 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:115:19 [INFO] [stdout] | [INFO] [stdout] 115 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:116:19 [INFO] [stdout] | [INFO] [stdout] 116 | in("rdx") a2.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:121:5 [INFO] [stdout] | [INFO] [stdout] 121 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:132:5 [INFO] [stdout] | [INFO] [stdout] 132 | / asm!( [INFO] [stdout] 133 | | "syscall", [INFO] [stdout] 134 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 135 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 140 | | options(nostack, preserves_flags, readonly) [INFO] [stdout] 141 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:125:1 [INFO] [stdout] | [INFO] [stdout] 125 | / pub(in crate::backend) unsafe fn syscall3_readonly( [INFO] [stdout] 126 | | nr: SyscallNumber<'_>, [INFO] [stdout] 127 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 128 | | a1: ArgReg<'_, A1>, [INFO] [stdout] 129 | | a2: ArgReg<'_, A2>, [INFO] [stdout] 130 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:134:26 [INFO] [stdout] | [INFO] [stdout] 134 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:135:19 [INFO] [stdout] | [INFO] [stdout] 135 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:136:19 [INFO] [stdout] | [INFO] [stdout] 136 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:137:19 [INFO] [stdout] | [INFO] [stdout] 137 | in("rdx") a2.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:142:5 [INFO] [stdout] | [INFO] [stdout] 142 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | / asm!( [INFO] [stdout] 155 | | "syscall", [INFO] [stdout] 156 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 157 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 163 | | options(nostack, preserves_flags) [INFO] [stdout] 164 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:146:1 [INFO] [stdout] | [INFO] [stdout] 146 | / pub(in crate::backend) unsafe fn syscall4( [INFO] [stdout] 147 | | nr: SyscallNumber<'_>, [INFO] [stdout] 148 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 149 | | a1: ArgReg<'_, A1>, [INFO] [stdout] 150 | | a2: ArgReg<'_, A2>, [INFO] [stdout] 151 | | a3: ArgReg<'_, A3>, [INFO] [stdout] 152 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:156:26 [INFO] [stdout] | [INFO] [stdout] 156 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:157:19 [INFO] [stdout] | [INFO] [stdout] 157 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:158:19 [INFO] [stdout] | [INFO] [stdout] 158 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:159:19 [INFO] [stdout] | [INFO] [stdout] 159 | in("rdx") a2.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:160:19 [INFO] [stdout] | [INFO] [stdout] 160 | in("r10") a3.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:165:5 [INFO] [stdout] | [INFO] [stdout] 165 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:177:5 [INFO] [stdout] | [INFO] [stdout] 177 | / asm!( [INFO] [stdout] 178 | | "syscall", [INFO] [stdout] 179 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 180 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 186 | | options(nostack, preserves_flags, readonly) [INFO] [stdout] 187 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:169:1 [INFO] [stdout] | [INFO] [stdout] 169 | / pub(in crate::backend) unsafe fn syscall4_readonly( [INFO] [stdout] 170 | | nr: SyscallNumber<'_>, [INFO] [stdout] 171 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 172 | | a1: ArgReg<'_, A1>, [INFO] [stdout] 173 | | a2: ArgReg<'_, A2>, [INFO] [stdout] 174 | | a3: ArgReg<'_, A3>, [INFO] [stdout] 175 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:179:26 [INFO] [stdout] | [INFO] [stdout] 179 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:180:19 [INFO] [stdout] | [INFO] [stdout] 180 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:181:19 [INFO] [stdout] | [INFO] [stdout] 181 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:182:19 [INFO] [stdout] | [INFO] [stdout] 182 | in("rdx") a2.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:183:19 [INFO] [stdout] | [INFO] [stdout] 183 | in("r10") a3.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:188:5 [INFO] [stdout] | [INFO] [stdout] 188 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:201:5 [INFO] [stdout] | [INFO] [stdout] 201 | / asm!( [INFO] [stdout] 202 | | "syscall", [INFO] [stdout] 203 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 204 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 211 | | options(nostack, preserves_flags) [INFO] [stdout] 212 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:192:1 [INFO] [stdout] | [INFO] [stdout] 192 | / pub(in crate::backend) unsafe fn syscall5( [INFO] [stdout] 193 | | nr: SyscallNumber<'_>, [INFO] [stdout] 194 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 195 | | a1: ArgReg<'_, A1>, [INFO] [stdout] ... | [INFO] [stdout] 198 | | a4: ArgReg<'_, A4>, [INFO] [stdout] 199 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:203:26 [INFO] [stdout] | [INFO] [stdout] 203 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:204:19 [INFO] [stdout] | [INFO] [stdout] 204 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:205:19 [INFO] [stdout] | [INFO] [stdout] 205 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:206:19 [INFO] [stdout] | [INFO] [stdout] 206 | in("rdx") a2.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:207:19 [INFO] [stdout] | [INFO] [stdout] 207 | in("r10") a3.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:208:18 [INFO] [stdout] | [INFO] [stdout] 208 | in("r8") a4.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:213:5 [INFO] [stdout] | [INFO] [stdout] 213 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:226:5 [INFO] [stdout] | [INFO] [stdout] 226 | / asm!( [INFO] [stdout] 227 | | "syscall", [INFO] [stdout] 228 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 229 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 236 | | options(nostack, preserves_flags, readonly) [INFO] [stdout] 237 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:217:1 [INFO] [stdout] | [INFO] [stdout] 217 | / pub(in crate::backend) unsafe fn syscall5_readonly( [INFO] [stdout] 218 | | nr: SyscallNumber<'_>, [INFO] [stdout] 219 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 220 | | a1: ArgReg<'_, A1>, [INFO] [stdout] ... | [INFO] [stdout] 223 | | a4: ArgReg<'_, A4>, [INFO] [stdout] 224 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:228:26 [INFO] [stdout] | [INFO] [stdout] 228 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:229:19 [INFO] [stdout] | [INFO] [stdout] 229 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:230:19 [INFO] [stdout] | [INFO] [stdout] 230 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:231:19 [INFO] [stdout] | [INFO] [stdout] 231 | in("rdx") a2.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:232:19 [INFO] [stdout] | [INFO] [stdout] 232 | in("r10") a3.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:233:18 [INFO] [stdout] | [INFO] [stdout] 233 | in("r8") a4.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:238:5 [INFO] [stdout] | [INFO] [stdout] 238 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:252:5 [INFO] [stdout] | [INFO] [stdout] 252 | / asm!( [INFO] [stdout] 253 | | "syscall", [INFO] [stdout] 254 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 255 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 263 | | options(nostack, preserves_flags) [INFO] [stdout] 264 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:242:1 [INFO] [stdout] | [INFO] [stdout] 242 | / pub(in crate::backend) unsafe fn syscall6( [INFO] [stdout] 243 | | nr: SyscallNumber<'_>, [INFO] [stdout] 244 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 245 | | a1: ArgReg<'_, A1>, [INFO] [stdout] ... | [INFO] [stdout] 249 | | a5: ArgReg<'_, A5>, [INFO] [stdout] 250 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:254:26 [INFO] [stdout] | [INFO] [stdout] 254 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:255:19 [INFO] [stdout] | [INFO] [stdout] 255 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:256:19 [INFO] [stdout] | [INFO] [stdout] 256 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:257:19 [INFO] [stdout] | [INFO] [stdout] 257 | in("rdx") a2.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:258:19 [INFO] [stdout] | [INFO] [stdout] 258 | in("r10") a3.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:259:18 [INFO] [stdout] | [INFO] [stdout] 259 | in("r8") a4.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:260:18 [INFO] [stdout] | [INFO] [stdout] 260 | in("r9") a5.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:265:5 [INFO] [stdout] | [INFO] [stdout] 265 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:279:5 [INFO] [stdout] | [INFO] [stdout] 279 | / asm!( [INFO] [stdout] 280 | | "syscall", [INFO] [stdout] 281 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 282 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 290 | | options(nostack, preserves_flags, readonly) [INFO] [stdout] 291 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | / pub(in crate::backend) unsafe fn syscall6_readonly( [INFO] [stdout] 270 | | nr: SyscallNumber<'_>, [INFO] [stdout] 271 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 272 | | a1: ArgReg<'_, A1>, [INFO] [stdout] ... | [INFO] [stdout] 276 | | a5: ArgReg<'_, A5>, [INFO] [stdout] 277 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:281:26 [INFO] [stdout] | [INFO] [stdout] 281 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:282:19 [INFO] [stdout] | [INFO] [stdout] 282 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:283:19 [INFO] [stdout] | [INFO] [stdout] 283 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:284:19 [INFO] [stdout] | [INFO] [stdout] 284 | in("rdx") a2.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:285:19 [INFO] [stdout] | [INFO] [stdout] 285 | in("r10") a3.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:286:18 [INFO] [stdout] | [INFO] [stdout] 286 | in("r8") a4.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:287:18 [INFO] [stdout] | [INFO] [stdout] 287 | in("r9") a5.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:292:5 [INFO] [stdout] | [INFO] [stdout] 292 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::io::errno::try_decode_void` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/conv.rs:876:5 [INFO] [stdout] | [INFO] [stdout] 876 | try_decode_void(raw) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/conv.rs:875:1 [INFO] [stdout] | [INFO] [stdout] 875 | pub(super) unsafe fn ret(raw: RetReg) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::io::errno::try_decode_void` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/conv.rs:902:9 [INFO] [stdout] | [INFO] [stdout] 902 | try_decode_void(raw).unwrap() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/conv.rs:899:1 [INFO] [stdout] | [INFO] [stdout] 899 | pub(super) unsafe fn ret_infallible(raw: RetReg) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::io::errno::try_decode_raw_fd` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/conv.rs:1003:18 [INFO] [stdout] | [INFO] [stdout] 1003 | let raw_fd = try_decode_raw_fd(raw)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/conv.rs:1002:1 [INFO] [stdout] | [INFO] [stdout] 1002 | pub(super) unsafe fn ret_owned_fd(raw: RetReg) -> io::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `std::os::fd::FromRawFd::from_raw_fd` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/conv.rs:1004:8 [INFO] [stdout] | [INFO] [stdout] 1004 | Ok(crate::backend::fd::OwnedFd::from_raw_fd(raw_fd)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::io::errno::try_decode_raw_fd` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/conv.rs:1018:19 [INFO] [stdout] | [INFO] [stdout] 1018 | let _raw_fd = try_decode_raw_fd(raw)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/conv.rs:1017:1 [INFO] [stdout] | [INFO] [stdout] 1017 | pub(super) unsafe fn ret_discarded_fd(raw: RetReg) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::arch::asm::syscall3` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | / $crate::backend::arch::choose::syscall3( [INFO] [stdout] 95 | | $crate::backend::reg::nr(linux_raw_sys::general::$nr), [INFO] [stdout] 96 | | $a0.into(), [INFO] [stdout] 97 | | $a1.into(), [INFO] [stdout] 98 | | $a2.into(), [INFO] [stdout] 99 | | ) [INFO] [stdout] | |_________^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] ::: src/backend/linux_raw/io/syscalls.rs:33:15 [INFO] [stdout] | [INFO] [stdout] 33 | ret_usize(syscall!(__NR_read, fd, buf, pass_usize(len))) [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/io/syscalls.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | pub(crate) unsafe fn read(fd: BorrowedFd<'_>, buf: *mut u8, len: usize) -> io::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this warning originates in the macro `syscall` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::arch::asm::syscall4` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:103:9 [INFO] [stdout] | [INFO] [stdout] 103 | / $crate::backend::arch::choose::syscall4( [INFO] [stdout] 104 | | $crate::backend::reg::nr(linux_raw_sys::general::$nr), [INFO] [stdout] 105 | | $a0.into(), [INFO] [stdout] 106 | | $a1.into(), [INFO] [stdout] 107 | | $a2.into(), [INFO] [stdout] 108 | | $a3.into(), [INFO] [stdout] 109 | | ) [INFO] [stdout] | |_________^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] ::: src/backend/linux_raw/io/syscalls.rs:74:15 [INFO] [stdout] | [INFO] [stdout] 74 | ret_usize(syscall!( [INFO] [stdout] | _______________- [INFO] [stdout] 75 | | __NR_pread64, [INFO] [stdout] 76 | | fd, [INFO] [stdout] 77 | | buf, [INFO] [stdout] 78 | | pass_usize(len), [INFO] [stdout] 79 | | loff_t_from_u64(pos) [INFO] [stdout] 80 | | )) [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/io/syscalls.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | / pub(crate) unsafe fn pread( [INFO] [stdout] 38 | | fd: BorrowedFd<'_>, [INFO] [stdout] 39 | | buf: *mut u8, [INFO] [stdout] 40 | | len: usize, [INFO] [stdout] 41 | | pos: u64, [INFO] [stdout] 42 | | ) -> io::Result { [INFO] [stdout] | |______________________^ [INFO] [stdout] = note: this warning originates in the macro `syscall` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `std::slice::from_raw_parts_mut` is unsafe and requires unsafe block [INFO] [stdout] --> src/buffer.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | let init = slice::from_raw_parts_mut(init.as_mut_ptr().cast::(), init.len()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/buffer.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / pub(super) unsafe fn split_init( [INFO] [stdout] 15 | | buf: &mut [MaybeUninit], [INFO] [stdout] 16 | | init: usize, [INFO] [stdout] 17 | | ) -> (&mut [u8], &mut [MaybeUninit]) { [INFO] [stdout] | |________________________________________^ [INFO] [stdout] = note: `#[warn(unsafe_op_in_unsafe_fn)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::arch::asm::syscall1_readonly` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:238:9 [INFO] [stdout] | [INFO] [stdout] 238 | / $crate::backend::arch::choose::syscall1_readonly( [INFO] [stdout] 239 | | $crate::backend::reg::nr(linux_raw_sys::general::$nr), [INFO] [stdout] 240 | | $a0.into(), [INFO] [stdout] 241 | | ) [INFO] [stdout] | |_________^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] ::: src/backend/linux_raw/io/syscalls.rs:241:5 [INFO] [stdout] | [INFO] [stdout] 241 | syscall_readonly!(__NR_close, raw_fd(fd)).decode_void(); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/io/syscalls.rs:239:1 [INFO] [stdout] | [INFO] [stdout] 239 | pub(crate) unsafe fn close(fd: RawFd) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this warning originates in the macro `syscall_readonly` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `weak::fetch` is unsafe and requires unsafe block [INFO] [stdout] --> src/weak.rs:104:19 [INFO] [stdout] | [INFO] [stdout] 104 | let val = fetch(self.name); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/weak.rs:103:5 [INFO] [stdout] | [INFO] [stdout] 103 | unsafe fn initialize(&self) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::conv::raw_fd` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/io/syscalls.rs:241:35 [INFO] [stdout] | [INFO] [stdout] 241 | syscall_readonly!(__NR_close, raw_fd(fd)).decode_void(); [INFO] [stdout] | ^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `std::mem::transmute_copy` is unsafe and requires unsafe block [INFO] [stdout] --> src/weak.rs:110:26 [INFO] [stdout] | [INFO] [stdout] 110 | addr => Some(mem::transmute_copy::<*mut c_void, F>(&addr)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::arch::asm::syscall3` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | / $crate::backend::arch::choose::syscall3( [INFO] [stdout] 95 | | $crate::backend::reg::nr(linux_raw_sys::general::$nr), [INFO] [stdout] 96 | | $a0.into(), [INFO] [stdout] 97 | | $a1.into(), [INFO] [stdout] 98 | | $a2.into(), [INFO] [stdout] 99 | | ) [INFO] [stdout] | |_________^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] ::: src/backend/linux_raw/io/syscalls.rs:256:15 [INFO] [stdout] | [INFO] [stdout] 256 | ret_c_int(syscall!(__NR_ioctl, fd, c_uint(request), arg)) [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/io/syscalls.rs:251:1 [INFO] [stdout] | [INFO] [stdout] 251 | / pub(crate) unsafe fn ioctl( [INFO] [stdout] 252 | | fd: BorrowedFd<'_>, [INFO] [stdout] 253 | | request: RawOpcode, [INFO] [stdout] 254 | | arg: *mut c::c_void, [INFO] [stdout] 255 | | ) -> io::Result { [INFO] [stdout] | |____________________________^ [INFO] [stdout] = note: this warning originates in the macro `syscall` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `weak::libc::dlsym` is unsafe and requires unsafe block [INFO] [stdout] --> src/weak.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | libc::dlsym(libc::RTLD_DEFAULT, name.as_ptr().cast()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/weak.rs:138:1 [INFO] [stdout] | [INFO] [stdout] 138 | unsafe fn fetch(name: &str) -> *mut c_void { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::arch::asm::syscall3_readonly` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:253:9 [INFO] [stdout] | [INFO] [stdout] 253 | / $crate::backend::arch::choose::syscall3_readonly( [INFO] [stdout] 254 | | $crate::backend::reg::nr(linux_raw_sys::general::$nr), [INFO] [stdout] 255 | | $a0.into(), [INFO] [stdout] 256 | | $a1.into(), [INFO] [stdout] 257 | | $a2.into(), [INFO] [stdout] 258 | | ) [INFO] [stdout] | |_________^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] ::: src/backend/linux_raw/io/syscalls.rs:265:15 [INFO] [stdout] | [INFO] [stdout] 265 | ret_c_int(syscall_readonly!(__NR_ioctl, fd, c_uint(request), arg)) [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/io/syscalls.rs:260:1 [INFO] [stdout] | [INFO] [stdout] 260 | / pub(crate) unsafe fn ioctl_readonly( [INFO] [stdout] 261 | | fd: BorrowedFd<'_>, [INFO] [stdout] 262 | | request: RawOpcode, [INFO] [stdout] 263 | | arg: *mut c::c_void, [INFO] [stdout] 264 | | ) -> io::Result { [INFO] [stdout] | |____________________________^ [INFO] [stdout] = note: this warning originates in the macro `syscall_readonly` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | / asm!( [INFO] [stdout] 15 | | "syscall", [INFO] [stdout] 16 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 17 | | lateout("rcx") _, [INFO] [stdout] 18 | | lateout("r11") _, [INFO] [stdout] 19 | | options(nostack, preserves_flags, readonly) [INFO] [stdout] 20 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | pub(in crate::backend) unsafe fn syscall0_readonly(nr: SyscallNumber<'_>) -> RetReg { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:16:26 [INFO] [stdout] | [INFO] [stdout] 16 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | / asm!( [INFO] [stdout] 28 | | "syscall", [INFO] [stdout] 29 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 30 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 33 | | options(nostack, preserves_flags) [INFO] [stdout] 34 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | pub(in crate::backend) unsafe fn syscall1(nr: SyscallNumber<'_>, a0: ArgReg<'_, A0>) -> RetReg { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:29:26 [INFO] [stdout] | [INFO] [stdout] 29 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:30:19 [INFO] [stdout] | [INFO] [stdout] 30 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | / asm!( [INFO] [stdout] 45 | | "syscall", [INFO] [stdout] 46 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 47 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 50 | | options(nostack, preserves_flags, readonly) [INFO] [stdout] 51 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:39:1 [INFO] [stdout] | [INFO] [stdout] 39 | / pub(in crate::backend) unsafe fn syscall1_readonly( [INFO] [stdout] 40 | | nr: SyscallNumber<'_>, [INFO] [stdout] 41 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 42 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:46:26 [INFO] [stdout] | [INFO] [stdout] 46 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:47:19 [INFO] [stdout] | [INFO] [stdout] 47 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:57:5 [INFO] [stdout] | [INFO] [stdout] 57 | / asm!( [INFO] [stdout] 58 | | "syscall", [INFO] [stdout] 59 | | in("rax") nr.to_asm(), [INFO] [stdout] 60 | | in("rdi") a0.to_asm(), [INFO] [stdout] 61 | | options(nostack, noreturn) [INFO] [stdout] 62 | | ) [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | pub(in crate::backend) unsafe fn syscall1_noreturn(nr: SyscallNumber<'_>, a0: ArgReg<'_, A0>) -> ! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:59:19 [INFO] [stdout] | [INFO] [stdout] 59 | in("rax") nr.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:60:19 [INFO] [stdout] | [INFO] [stdout] 60 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | / asm!( [INFO] [stdout] 73 | | "syscall", [INFO] [stdout] 74 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 75 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 79 | | options(nostack, preserves_flags) [INFO] [stdout] 80 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:66:1 [INFO] [stdout] | [INFO] [stdout] 66 | / pub(in crate::backend) unsafe fn syscall2( [INFO] [stdout] 67 | | nr: SyscallNumber<'_>, [INFO] [stdout] 68 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 69 | | a1: ArgReg<'_, A1>, [INFO] [stdout] 70 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:74:26 [INFO] [stdout] | [INFO] [stdout] 74 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:75:19 [INFO] [stdout] | [INFO] [stdout] 75 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:76:19 [INFO] [stdout] | [INFO] [stdout] 76 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 81 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | / asm!( [INFO] [stdout] 92 | | "syscall", [INFO] [stdout] 93 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 94 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 98 | | options(nostack, preserves_flags, readonly) [INFO] [stdout] 99 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 85 | / pub(in crate::backend) unsafe fn syscall2_readonly( [INFO] [stdout] 86 | | nr: SyscallNumber<'_>, [INFO] [stdout] 87 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 88 | | a1: ArgReg<'_, A1>, [INFO] [stdout] 89 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:93:26 [INFO] [stdout] | [INFO] [stdout] 93 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:94:19 [INFO] [stdout] | [INFO] [stdout] 94 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:95:19 [INFO] [stdout] | [INFO] [stdout] 95 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:100:5 [INFO] [stdout] | [INFO] [stdout] 100 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:111:5 [INFO] [stdout] | [INFO] [stdout] 111 | / asm!( [INFO] [stdout] 112 | | "syscall", [INFO] [stdout] 113 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 114 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 119 | | options(nostack, preserves_flags) [INFO] [stdout] 120 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | / pub(in crate::backend) unsafe fn syscall3( [INFO] [stdout] 105 | | nr: SyscallNumber<'_>, [INFO] [stdout] 106 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 107 | | a1: ArgReg<'_, A1>, [INFO] [stdout] 108 | | a2: ArgReg<'_, A2>, [INFO] [stdout] 109 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:113:26 [INFO] [stdout] | [INFO] [stdout] 113 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:114:19 [INFO] [stdout] | [INFO] [stdout] 114 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:115:19 [INFO] [stdout] | [INFO] [stdout] 115 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:116:19 [INFO] [stdout] | [INFO] [stdout] 116 | in("rdx") a2.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:121:5 [INFO] [stdout] | [INFO] [stdout] 121 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:132:5 [INFO] [stdout] | [INFO] [stdout] 132 | / asm!( [INFO] [stdout] 133 | | "syscall", [INFO] [stdout] 134 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 135 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 140 | | options(nostack, preserves_flags, readonly) [INFO] [stdout] 141 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:125:1 [INFO] [stdout] | [INFO] [stdout] 125 | / pub(in crate::backend) unsafe fn syscall3_readonly( [INFO] [stdout] 126 | | nr: SyscallNumber<'_>, [INFO] [stdout] 127 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 128 | | a1: ArgReg<'_, A1>, [INFO] [stdout] 129 | | a2: ArgReg<'_, A2>, [INFO] [stdout] 130 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:134:26 [INFO] [stdout] | [INFO] [stdout] 134 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:135:19 [INFO] [stdout] | [INFO] [stdout] 135 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:136:19 [INFO] [stdout] | [INFO] [stdout] 136 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:137:19 [INFO] [stdout] | [INFO] [stdout] 137 | in("rdx") a2.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:142:5 [INFO] [stdout] | [INFO] [stdout] 142 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | / asm!( [INFO] [stdout] 155 | | "syscall", [INFO] [stdout] 156 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 157 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 163 | | options(nostack, preserves_flags) [INFO] [stdout] 164 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:146:1 [INFO] [stdout] | [INFO] [stdout] 146 | / pub(in crate::backend) unsafe fn syscall4( [INFO] [stdout] 147 | | nr: SyscallNumber<'_>, [INFO] [stdout] 148 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 149 | | a1: ArgReg<'_, A1>, [INFO] [stdout] 150 | | a2: ArgReg<'_, A2>, [INFO] [stdout] 151 | | a3: ArgReg<'_, A3>, [INFO] [stdout] 152 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:156:26 [INFO] [stdout] | [INFO] [stdout] 156 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:157:19 [INFO] [stdout] | [INFO] [stdout] 157 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:158:19 [INFO] [stdout] | [INFO] [stdout] 158 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:159:19 [INFO] [stdout] | [INFO] [stdout] 159 | in("rdx") a2.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:160:19 [INFO] [stdout] | [INFO] [stdout] 160 | in("r10") a3.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:165:5 [INFO] [stdout] | [INFO] [stdout] 165 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:177:5 [INFO] [stdout] | [INFO] [stdout] 177 | / asm!( [INFO] [stdout] 178 | | "syscall", [INFO] [stdout] 179 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 180 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 186 | | options(nostack, preserves_flags, readonly) [INFO] [stdout] 187 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:169:1 [INFO] [stdout] | [INFO] [stdout] 169 | / pub(in crate::backend) unsafe fn syscall4_readonly( [INFO] [stdout] 170 | | nr: SyscallNumber<'_>, [INFO] [stdout] 171 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 172 | | a1: ArgReg<'_, A1>, [INFO] [stdout] 173 | | a2: ArgReg<'_, A2>, [INFO] [stdout] 174 | | a3: ArgReg<'_, A3>, [INFO] [stdout] 175 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:179:26 [INFO] [stdout] | [INFO] [stdout] 179 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:180:19 [INFO] [stdout] | [INFO] [stdout] 180 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:181:19 [INFO] [stdout] | [INFO] [stdout] 181 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:182:19 [INFO] [stdout] | [INFO] [stdout] 182 | in("rdx") a2.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:183:19 [INFO] [stdout] | [INFO] [stdout] 183 | in("r10") a3.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:188:5 [INFO] [stdout] | [INFO] [stdout] 188 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:201:5 [INFO] [stdout] | [INFO] [stdout] 201 | / asm!( [INFO] [stdout] 202 | | "syscall", [INFO] [stdout] 203 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 204 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 211 | | options(nostack, preserves_flags) [INFO] [stdout] 212 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:192:1 [INFO] [stdout] | [INFO] [stdout] 192 | / pub(in crate::backend) unsafe fn syscall5( [INFO] [stdout] 193 | | nr: SyscallNumber<'_>, [INFO] [stdout] 194 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 195 | | a1: ArgReg<'_, A1>, [INFO] [stdout] ... | [INFO] [stdout] 198 | | a4: ArgReg<'_, A4>, [INFO] [stdout] 199 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:203:26 [INFO] [stdout] | [INFO] [stdout] 203 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:204:19 [INFO] [stdout] | [INFO] [stdout] 204 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:205:19 [INFO] [stdout] | [INFO] [stdout] 205 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:206:19 [INFO] [stdout] | [INFO] [stdout] 206 | in("rdx") a2.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:207:19 [INFO] [stdout] | [INFO] [stdout] 207 | in("r10") a3.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:208:18 [INFO] [stdout] | [INFO] [stdout] 208 | in("r8") a4.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:213:5 [INFO] [stdout] | [INFO] [stdout] 213 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:226:5 [INFO] [stdout] | [INFO] [stdout] 226 | / asm!( [INFO] [stdout] 227 | | "syscall", [INFO] [stdout] 228 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 229 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 236 | | options(nostack, preserves_flags, readonly) [INFO] [stdout] 237 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:217:1 [INFO] [stdout] | [INFO] [stdout] 217 | / pub(in crate::backend) unsafe fn syscall5_readonly( [INFO] [stdout] 218 | | nr: SyscallNumber<'_>, [INFO] [stdout] 219 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 220 | | a1: ArgReg<'_, A1>, [INFO] [stdout] ... | [INFO] [stdout] 223 | | a4: ArgReg<'_, A4>, [INFO] [stdout] 224 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:228:26 [INFO] [stdout] | [INFO] [stdout] 228 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:229:19 [INFO] [stdout] | [INFO] [stdout] 229 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:230:19 [INFO] [stdout] | [INFO] [stdout] 230 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:231:19 [INFO] [stdout] | [INFO] [stdout] 231 | in("rdx") a2.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:232:19 [INFO] [stdout] | [INFO] [stdout] 232 | in("r10") a3.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:233:18 [INFO] [stdout] | [INFO] [stdout] 233 | in("r8") a4.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:238:5 [INFO] [stdout] | [INFO] [stdout] 238 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:252:5 [INFO] [stdout] | [INFO] [stdout] 252 | / asm!( [INFO] [stdout] 253 | | "syscall", [INFO] [stdout] 254 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 255 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 263 | | options(nostack, preserves_flags) [INFO] [stdout] 264 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:242:1 [INFO] [stdout] | [INFO] [stdout] 242 | / pub(in crate::backend) unsafe fn syscall6( [INFO] [stdout] 243 | | nr: SyscallNumber<'_>, [INFO] [stdout] 244 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 245 | | a1: ArgReg<'_, A1>, [INFO] [stdout] ... | [INFO] [stdout] 249 | | a5: ArgReg<'_, A5>, [INFO] [stdout] 250 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:254:26 [INFO] [stdout] | [INFO] [stdout] 254 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:255:19 [INFO] [stdout] | [INFO] [stdout] 255 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:256:19 [INFO] [stdout] | [INFO] [stdout] 256 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:257:19 [INFO] [stdout] | [INFO] [stdout] 257 | in("rdx") a2.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:258:19 [INFO] [stdout] | [INFO] [stdout] 258 | in("r10") a3.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:259:18 [INFO] [stdout] | [INFO] [stdout] 259 | in("r8") a4.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:260:18 [INFO] [stdout] | [INFO] [stdout] 260 | in("r9") a5.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:265:5 [INFO] [stdout] | [INFO] [stdout] 265 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: use of inline assembly is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:279:5 [INFO] [stdout] | [INFO] [stdout] 279 | / asm!( [INFO] [stdout] 280 | | "syscall", [INFO] [stdout] 281 | | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] 282 | | in("rdi") a0.to_asm(), [INFO] [stdout] ... | [INFO] [stdout] 290 | | options(nostack, preserves_flags, readonly) [INFO] [stdout] 291 | | ); [INFO] [stdout] | |_____^ use of inline assembly [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: inline assembly is entirely unchecked and can cause undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:269:1 [INFO] [stdout] | [INFO] [stdout] 269 | / pub(in crate::backend) unsafe fn syscall6_readonly( [INFO] [stdout] 270 | | nr: SyscallNumber<'_>, [INFO] [stdout] 271 | | a0: ArgReg<'_, A0>, [INFO] [stdout] 272 | | a1: ArgReg<'_, A1>, [INFO] [stdout] ... | [INFO] [stdout] 276 | | a5: ArgReg<'_, A5>, [INFO] [stdout] 277 | | ) -> RetReg { [INFO] [stdout] | |_______________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:281:26 [INFO] [stdout] | [INFO] [stdout] 281 | inlateout("rax") nr.to_asm() => r0, [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:282:19 [INFO] [stdout] | [INFO] [stdout] 282 | in("rdi") a0.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:283:19 [INFO] [stdout] | [INFO] [stdout] 283 | in("rsi") a1.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:284:19 [INFO] [stdout] | [INFO] [stdout] 284 | in("rdx") a2.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:285:19 [INFO] [stdout] | [INFO] [stdout] 285 | in("r10") a3.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:286:18 [INFO] [stdout] | [INFO] [stdout] 286 | in("r8") a4.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::ToAsm::to_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:287:18 [INFO] [stdout] | [INFO] [stdout] 287 | in("r9") a5.to_asm(), [INFO] [stdout] | ^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::reg::FromAsm::from_asm` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/x86_64.rs:292:5 [INFO] [stdout] | [INFO] [stdout] 292 | FromAsm::from_asm(r0) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::io::errno::try_decode_void` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/conv.rs:876:5 [INFO] [stdout] | [INFO] [stdout] 876 | try_decode_void(raw) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/conv.rs:875:1 [INFO] [stdout] | [INFO] [stdout] 875 | pub(super) unsafe fn ret(raw: RetReg) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::io::syscalls::close` is unsafe and requires unsafe block [INFO] [stdout] --> src/io/close.rs:54:5 [INFO] [stdout] | [INFO] [stdout] 54 | backend::io::syscalls::close(raw_fd) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/io/close.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | pub unsafe fn close(raw_fd: RawFd) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::io::errno::try_decode_void` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/conv.rs:902:9 [INFO] [stdout] | [INFO] [stdout] 902 | try_decode_void(raw).unwrap() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/conv.rs:899:1 [INFO] [stdout] | [INFO] [stdout] 899 | pub(super) unsafe fn ret_infallible(raw: RetReg) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::io::errno::try_decode_raw_fd` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/conv.rs:1003:18 [INFO] [stdout] | [INFO] [stdout] 1003 | let raw_fd = try_decode_raw_fd(raw)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/conv.rs:1002:1 [INFO] [stdout] | [INFO] [stdout] 1002 | pub(super) unsafe fn ret_owned_fd(raw: RetReg) -> io::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `std::os::fd::FromRawFd::from_raw_fd` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/conv.rs:1004:8 [INFO] [stdout] | [INFO] [stdout] 1004 | Ok(crate::backend::fd::OwnedFd::from_raw_fd(raw_fd)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::io::errno::try_decode_raw_fd` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/conv.rs:1018:19 [INFO] [stdout] | [INFO] [stdout] 1018 | let _raw_fd = try_decode_raw_fd(raw)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/conv.rs:1017:1 [INFO] [stdout] | [INFO] [stdout] 1017 | pub(super) unsafe fn ret_discarded_fd(raw: RetReg) -> io::Result<()> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `std::ptr::mut_ptr::::read` is unsafe and requires unsafe block [INFO] [stdout] --> src/ioctl/patterns.rs:99:12 [INFO] [stdout] | [INFO] [stdout] 99 | Ok(ptr.cast::().read()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/ioctl/patterns.rs:98:5 [INFO] [stdout] | [INFO] [stdout] 98 | unsafe fn output_from_ptr(_: IoctlOutput, ptr: *mut c::c_void) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `ioctl::_ioctl` is unsafe and requires unsafe block [INFO] [stdout] --> src/ioctl/mod.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | _ioctl(fd, request, arg)? [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/ioctl/mod.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | pub unsafe fn ioctl(fd: F, mut ioctl: I) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `ioctl::_ioctl_readonly` is unsafe and requires unsafe block [INFO] [stdout] --> src/ioctl/mod.rs:96:9 [INFO] [stdout] | [INFO] [stdout] 96 | _ioctl_readonly(fd, request, arg)? [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `ioctl::Ioctl::output_from_ptr` is unsafe and requires unsafe block [INFO] [stdout] --> src/ioctl/mod.rs:101:5 [INFO] [stdout] | [INFO] [stdout] 101 | I::output_from_ptr(output, arg) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::io::syscalls::ioctl` is unsafe and requires unsafe block [INFO] [stdout] --> src/ioctl/mod.rs:109:5 [INFO] [stdout] | [INFO] [stdout] 109 | crate::backend::io::syscalls::ioctl(fd, request, arg) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/ioctl/mod.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | / unsafe fn _ioctl( [INFO] [stdout] 105 | | fd: BorrowedFd<'_>, [INFO] [stdout] 106 | | request: RawOpcode, [INFO] [stdout] 107 | | arg: *mut c::c_void, [INFO] [stdout] 108 | | ) -> Result { [INFO] [stdout] | |________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::io::syscalls::ioctl_readonly` is unsafe and requires unsafe block [INFO] [stdout] --> src/ioctl/mod.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | crate::backend::io::syscalls::ioctl_readonly(fd, request, arg) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/ioctl/mod.rs:112:1 [INFO] [stdout] | [INFO] [stdout] 112 | / unsafe fn _ioctl_readonly( [INFO] [stdout] 113 | | fd: BorrowedFd<'_>, [INFO] [stdout] 114 | | request: RawOpcode, [INFO] [stdout] 115 | | arg: *mut c::c_void, [INFO] [stdout] 116 | | ) -> Result { [INFO] [stdout] | |________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::arch::asm::syscall3` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:94:9 [INFO] [stdout] | [INFO] [stdout] 94 | / $crate::backend::arch::choose::syscall3( [INFO] [stdout] 95 | | $crate::backend::reg::nr(linux_raw_sys::general::$nr), [INFO] [stdout] 96 | | $a0.into(), [INFO] [stdout] 97 | | $a1.into(), [INFO] [stdout] 98 | | $a2.into(), [INFO] [stdout] 99 | | ) [INFO] [stdout] | |_________^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] ::: src/backend/linux_raw/io/syscalls.rs:33:15 [INFO] [stdout] | [INFO] [stdout] 33 | ret_usize(syscall!(__NR_read, fd, buf, pass_usize(len))) [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/io/syscalls.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | pub(crate) unsafe fn read(fd: BorrowedFd<'_>, buf: *mut u8, len: usize) -> io::Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this warning originates in the macro `syscall` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::arch::asm::syscall4` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:103:9 [INFO] [stdout] | [INFO] [stdout] 103 | / $crate::backend::arch::choose::syscall4( [INFO] [stdout] 104 | | $crate::backend::reg::nr(linux_raw_sys::general::$nr), [INFO] [stdout] 105 | | $a0.into(), [INFO] [stdout] 106 | | $a1.into(), [INFO] [stdout] 107 | | $a2.into(), [INFO] [stdout] 108 | | $a3.into(), [INFO] [stdout] 109 | | ) [INFO] [stdout] | |_________^ call to unsafe function [INFO] [stdout] | [INFO] [stdout] ::: src/backend/linux_raw/io/syscalls.rs:74:15 [INFO] [stdout] | [INFO] [stdout] 74 | ret_usize(syscall!( [INFO] [stdout] | _______________- [INFO] [stdout] 75 | | __NR_pread64, [INFO] [stdout] 76 | | fd, [INFO] [stdout] 77 | | buf, [INFO] [stdout] 78 | | pass_usize(len), [INFO] [stdout] 79 | | loff_t_from_u64(pos) [INFO] [stdout] 80 | | )) [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: for more information, see issue #71668 [INFO] [stdout] = note: consult the function's documentation for information on how to avoid undefined behavior [INFO] [stdout] note: an unsafe function restricts its caller, but its body is safe by default [INFO] [stdout] --> src/backend/linux_raw/io/syscalls.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | / pub(crate) unsafe fn pread( [INFO] [stdout] 38 | | fd: BorrowedFd<'_>, [INFO] [stdout] 39 | | buf: *mut u8, [INFO] [stdout] 40 | | len: usize, [INFO] [stdout] 41 | | pos: u64, [INFO] [stdout] 42 | | ) -> io::Result { [INFO] [stdout] | |______________________^ [INFO] [stdout] = note: this warning originates in the macro `syscall` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0133]: call to unsafe function `backend::arch::asm::syscall1_readonly` is unsafe and requires unsafe block [INFO] [stdout] --> src/backend/linux_raw/arch/mod.rs:238:9 [INFO] [stdout] | [INFO] [stdout] 238 | / $crate::backend::arch::choose::syscall1_readonly( [INFO] [stdout] 239 | | $crate::backend::reg::nr(linux_raw_sys::general::$nr), [WARN] too many lines in the log, truncating it