[INFO] fetching crate rend 0.3.6... [INFO] testing rend-0.3.6 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate rend 0.3.6 into /workspace/builds/worker-64/source [INFO] validating manifest of crates.io crate rend 0.3.6 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rend 0.3.6 [INFO] finished tweaking crates.io crate rend 0.3.6 [INFO] tweaked toml for crates.io crate rend 0.3.6 written to /workspace/builds/worker-64/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-64/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-64/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1bbd0e4e87c2fce51a2536e8a88c0721301e08cce445cfed6e915444ac4ea9ed [INFO] running `Command { std: "docker" "start" "-a" "1bbd0e4e87c2fce51a2536e8a88c0721301e08cce445cfed6e915444ac4ea9ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1bbd0e4e87c2fce51a2536e8a88c0721301e08cce445cfed6e915444ac4ea9ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1bbd0e4e87c2fce51a2536e8a88c0721301e08cce445cfed6e915444ac4ea9ed", kill_on_drop: false }` [INFO] [stdout] 1bbd0e4e87c2fce51a2536e8a88c0721301e08cce445cfed6e915444ac4ea9ed [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-64/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-64/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5d366a15dda1ec1b7fc41647fc6ab6e31317501a7385aad47b1feb76d2c21d57 [INFO] running `Command { std: "docker" "start" "-a" "5d366a15dda1ec1b7fc41647fc6ab6e31317501a7385aad47b1feb76d2c21d57", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.37 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling bytecheck v0.6.7 [INFO] [stderr] Compiling rend v0.3.6 (/opt/rustwide/workdir) [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling ptr_meta_derive v0.1.4 [INFO] [stderr] Compiling bytecheck_derive v0.6.7 [INFO] [stderr] Compiling ptr_meta v0.1.4 [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:303:1 [INFO] [stdout] | [INFO] [stdout] 303 | / impl_endian!( [INFO] [stdout] 304 | | @atomic AtomicI16 = i16, [INFO] [stdout] 305 | | AtomicI16_ne = "`NativeEndian`", [INFO] [stdout] 306 | | AtomicI16_le = "`LittleEndian`", [INFO] [stdout] 307 | | AtomicI16_be = "`BigEndian`" [INFO] [stdout] 308 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 59 | future_incompatible, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(suspicious_auto_trait_impls)]` implied by `#[warn(future_incompatible)]` [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / pub struct NativeEndian { [INFO] [stdout] 96 | | /// The value of the type [INFO] [stdout] 97 | | pub value: T, [INFO] [stdout] 98 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI16` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:303:1 [INFO] [stdout] | [INFO] [stdout] 303 | / impl_endian!( [INFO] [stdout] 304 | | @atomic AtomicI16 = i16, [INFO] [stdout] 305 | | AtomicI16_ne = "`NativeEndian`", [INFO] [stdout] 306 | | AtomicI16_le = "`LittleEndian`", [INFO] [stdout] 307 | | AtomicI16_be = "`BigEndian`" [INFO] [stdout] 308 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / pub struct LittleEndian { [INFO] [stdout] 104 | | value: T, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI16` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:303:1 [INFO] [stdout] | [INFO] [stdout] 303 | / impl_endian!( [INFO] [stdout] 304 | | @atomic AtomicI16 = i16, [INFO] [stdout] 305 | | AtomicI16_ne = "`NativeEndian`", [INFO] [stdout] 306 | | AtomicI16_le = "`LittleEndian`", [INFO] [stdout] 307 | | AtomicI16_be = "`BigEndian`" [INFO] [stdout] 308 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / pub struct BigEndian { [INFO] [stdout] 111 | | value: T, [INFO] [stdout] 112 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI16` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:310:1 [INFO] [stdout] | [INFO] [stdout] 310 | / impl_endian!( [INFO] [stdout] 311 | | @atomic AtomicI32 = i32, [INFO] [stdout] 312 | | AtomicI32_ne = "`NativeEndian`", [INFO] [stdout] 313 | | AtomicI32_le = "`LittleEndian`", [INFO] [stdout] 314 | | AtomicI32_be = "`BigEndian`" [INFO] [stdout] 315 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / pub struct NativeEndian { [INFO] [stdout] 96 | | /// The value of the type [INFO] [stdout] 97 | | pub value: T, [INFO] [stdout] 98 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI32` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:310:1 [INFO] [stdout] | [INFO] [stdout] 310 | / impl_endian!( [INFO] [stdout] 311 | | @atomic AtomicI32 = i32, [INFO] [stdout] 312 | | AtomicI32_ne = "`NativeEndian`", [INFO] [stdout] 313 | | AtomicI32_le = "`LittleEndian`", [INFO] [stdout] 314 | | AtomicI32_be = "`BigEndian`" [INFO] [stdout] 315 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / pub struct LittleEndian { [INFO] [stdout] 104 | | value: T, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI32` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:310:1 [INFO] [stdout] | [INFO] [stdout] 310 | / impl_endian!( [INFO] [stdout] 311 | | @atomic AtomicI32 = i32, [INFO] [stdout] 312 | | AtomicI32_ne = "`NativeEndian`", [INFO] [stdout] 313 | | AtomicI32_le = "`LittleEndian`", [INFO] [stdout] 314 | | AtomicI32_be = "`BigEndian`" [INFO] [stdout] 315 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / pub struct BigEndian { [INFO] [stdout] 111 | | value: T, [INFO] [stdout] 112 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI32` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:317:1 [INFO] [stdout] | [INFO] [stdout] 317 | / impl_endian!( [INFO] [stdout] 318 | | @atomic AtomicI64 = i64, [INFO] [stdout] 319 | | AtomicI64_ne = "`NativeEndian`", [INFO] [stdout] 320 | | AtomicI64_le = "`LittleEndian`", [INFO] [stdout] 321 | | AtomicI64_be = "`BigEndian`" [INFO] [stdout] 322 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / pub struct NativeEndian { [INFO] [stdout] 96 | | /// The value of the type [INFO] [stdout] 97 | | pub value: T, [INFO] [stdout] 98 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI64` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:317:1 [INFO] [stdout] | [INFO] [stdout] 317 | / impl_endian!( [INFO] [stdout] 318 | | @atomic AtomicI64 = i64, [INFO] [stdout] 319 | | AtomicI64_ne = "`NativeEndian`", [INFO] [stdout] 320 | | AtomicI64_le = "`LittleEndian`", [INFO] [stdout] 321 | | AtomicI64_be = "`BigEndian`" [INFO] [stdout] 322 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / pub struct LittleEndian { [INFO] [stdout] 104 | | value: T, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI64` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:317:1 [INFO] [stdout] | [INFO] [stdout] 317 | / impl_endian!( [INFO] [stdout] 318 | | @atomic AtomicI64 = i64, [INFO] [stdout] 319 | | AtomicI64_ne = "`NativeEndian`", [INFO] [stdout] 320 | | AtomicI64_le = "`LittleEndian`", [INFO] [stdout] 321 | | AtomicI64_be = "`BigEndian`" [INFO] [stdout] 322 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / pub struct BigEndian { [INFO] [stdout] 111 | | value: T, [INFO] [stdout] 112 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI64` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:324:1 [INFO] [stdout] | [INFO] [stdout] 324 | / impl_endian!( [INFO] [stdout] 325 | | @atomic AtomicU16 = u16, [INFO] [stdout] 326 | | AtomicU16_ne = "`NativeEndian`", [INFO] [stdout] 327 | | AtomicU16_le = "`LittleEndian`", [INFO] [stdout] 328 | | AtomicU16_be = "`BigEndian`" [INFO] [stdout] 329 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / pub struct NativeEndian { [INFO] [stdout] 96 | | /// The value of the type [INFO] [stdout] 97 | | pub value: T, [INFO] [stdout] 98 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU16` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:324:1 [INFO] [stdout] | [INFO] [stdout] 324 | / impl_endian!( [INFO] [stdout] 325 | | @atomic AtomicU16 = u16, [INFO] [stdout] 326 | | AtomicU16_ne = "`NativeEndian`", [INFO] [stdout] 327 | | AtomicU16_le = "`LittleEndian`", [INFO] [stdout] 328 | | AtomicU16_be = "`BigEndian`" [INFO] [stdout] 329 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / pub struct LittleEndian { [INFO] [stdout] 104 | | value: T, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU16` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:324:1 [INFO] [stdout] | [INFO] [stdout] 324 | / impl_endian!( [INFO] [stdout] 325 | | @atomic AtomicU16 = u16, [INFO] [stdout] 326 | | AtomicU16_ne = "`NativeEndian`", [INFO] [stdout] 327 | | AtomicU16_le = "`LittleEndian`", [INFO] [stdout] 328 | | AtomicU16_be = "`BigEndian`" [INFO] [stdout] 329 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / pub struct BigEndian { [INFO] [stdout] 111 | | value: T, [INFO] [stdout] 112 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU16` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:331:1 [INFO] [stdout] | [INFO] [stdout] 331 | / impl_endian!( [INFO] [stdout] 332 | | @atomic AtomicU32 = u32, [INFO] [stdout] 333 | | AtomicU32_ne = "`NativeEndian`", [INFO] [stdout] 334 | | AtomicU32_le = "`LittleEndian`", [INFO] [stdout] 335 | | AtomicU32_be = "`BigEndian`" [INFO] [stdout] 336 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / pub struct NativeEndian { [INFO] [stdout] 96 | | /// The value of the type [INFO] [stdout] 97 | | pub value: T, [INFO] [stdout] 98 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU32` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:331:1 [INFO] [stdout] | [INFO] [stdout] 331 | / impl_endian!( [INFO] [stdout] 332 | | @atomic AtomicU32 = u32, [INFO] [stdout] 333 | | AtomicU32_ne = "`NativeEndian`", [INFO] [stdout] 334 | | AtomicU32_le = "`LittleEndian`", [INFO] [stdout] 335 | | AtomicU32_be = "`BigEndian`" [INFO] [stdout] 336 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / pub struct LittleEndian { [INFO] [stdout] 104 | | value: T, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU32` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:331:1 [INFO] [stdout] | [INFO] [stdout] 331 | / impl_endian!( [INFO] [stdout] 332 | | @atomic AtomicU32 = u32, [INFO] [stdout] 333 | | AtomicU32_ne = "`NativeEndian`", [INFO] [stdout] 334 | | AtomicU32_le = "`LittleEndian`", [INFO] [stdout] 335 | | AtomicU32_be = "`BigEndian`" [INFO] [stdout] 336 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / pub struct BigEndian { [INFO] [stdout] 111 | | value: T, [INFO] [stdout] 112 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU32` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:338:1 [INFO] [stdout] | [INFO] [stdout] 338 | / impl_endian!( [INFO] [stdout] 339 | | @atomic AtomicU64 = u64, [INFO] [stdout] 340 | | AtomicU64_ne = "`NativeEndian`", [INFO] [stdout] 341 | | AtomicU64_le = "`LittleEndian`", [INFO] [stdout] 342 | | AtomicU64_be = "`BigEndian`" [INFO] [stdout] 343 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / pub struct NativeEndian { [INFO] [stdout] 96 | | /// The value of the type [INFO] [stdout] 97 | | pub value: T, [INFO] [stdout] 98 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU64` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:338:1 [INFO] [stdout] | [INFO] [stdout] 338 | / impl_endian!( [INFO] [stdout] 339 | | @atomic AtomicU64 = u64, [INFO] [stdout] 340 | | AtomicU64_ne = "`NativeEndian`", [INFO] [stdout] 341 | | AtomicU64_le = "`LittleEndian`", [INFO] [stdout] 342 | | AtomicU64_be = "`BigEndian`" [INFO] [stdout] 343 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / pub struct LittleEndian { [INFO] [stdout] 104 | | value: T, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU64` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:338:1 [INFO] [stdout] | [INFO] [stdout] 338 | / impl_endian!( [INFO] [stdout] 339 | | @atomic AtomicU64 = u64, [INFO] [stdout] 340 | | AtomicU64_ne = "`NativeEndian`", [INFO] [stdout] 341 | | AtomicU64_le = "`LittleEndian`", [INFO] [stdout] 342 | | AtomicU64_be = "`BigEndian`" [INFO] [stdout] 343 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / pub struct BigEndian { [INFO] [stdout] 111 | | value: T, [INFO] [stdout] 112 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU64` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:303:1 [INFO] [stdout] | [INFO] [stdout] 303 | / impl_endian!( [INFO] [stdout] 304 | | @atomic AtomicI16 = i16, [INFO] [stdout] 305 | | AtomicI16_ne = "`NativeEndian`", [INFO] [stdout] 306 | | AtomicI16_le = "`LittleEndian`", [INFO] [stdout] 307 | | AtomicI16_be = "`BigEndian`" [INFO] [stdout] 308 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / pub struct NativeEndian { [INFO] [stdout] 96 | | /// The value of the type [INFO] [stdout] 97 | | pub value: T, [INFO] [stdout] 98 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI16` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:303:1 [INFO] [stdout] | [INFO] [stdout] 303 | / impl_endian!( [INFO] [stdout] 304 | | @atomic AtomicI16 = i16, [INFO] [stdout] 305 | | AtomicI16_ne = "`NativeEndian`", [INFO] [stdout] 306 | | AtomicI16_le = "`LittleEndian`", [INFO] [stdout] 307 | | AtomicI16_be = "`BigEndian`" [INFO] [stdout] 308 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / pub struct LittleEndian { [INFO] [stdout] 104 | | value: T, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI16` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:303:1 [INFO] [stdout] | [INFO] [stdout] 303 | / impl_endian!( [INFO] [stdout] 304 | | @atomic AtomicI16 = i16, [INFO] [stdout] 305 | | AtomicI16_ne = "`NativeEndian`", [INFO] [stdout] 306 | | AtomicI16_le = "`LittleEndian`", [INFO] [stdout] 307 | | AtomicI16_be = "`BigEndian`" [INFO] [stdout] 308 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / pub struct BigEndian { [INFO] [stdout] 111 | | value: T, [INFO] [stdout] 112 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI16` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:310:1 [INFO] [stdout] | [INFO] [stdout] 310 | / impl_endian!( [INFO] [stdout] 311 | | @atomic AtomicI32 = i32, [INFO] [stdout] 312 | | AtomicI32_ne = "`NativeEndian`", [INFO] [stdout] 313 | | AtomicI32_le = "`LittleEndian`", [INFO] [stdout] 314 | | AtomicI32_be = "`BigEndian`" [INFO] [stdout] 315 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / pub struct NativeEndian { [INFO] [stdout] 96 | | /// The value of the type [INFO] [stdout] 97 | | pub value: T, [INFO] [stdout] 98 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI32` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:310:1 [INFO] [stdout] | [INFO] [stdout] 310 | / impl_endian!( [INFO] [stdout] 311 | | @atomic AtomicI32 = i32, [INFO] [stdout] 312 | | AtomicI32_ne = "`NativeEndian`", [INFO] [stdout] 313 | | AtomicI32_le = "`LittleEndian`", [INFO] [stdout] 314 | | AtomicI32_be = "`BigEndian`" [INFO] [stdout] 315 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / pub struct LittleEndian { [INFO] [stdout] 104 | | value: T, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI32` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:310:1 [INFO] [stdout] | [INFO] [stdout] 310 | / impl_endian!( [INFO] [stdout] 311 | | @atomic AtomicI32 = i32, [INFO] [stdout] 312 | | AtomicI32_ne = "`NativeEndian`", [INFO] [stdout] 313 | | AtomicI32_le = "`LittleEndian`", [INFO] [stdout] 314 | | AtomicI32_be = "`BigEndian`" [INFO] [stdout] 315 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / pub struct BigEndian { [INFO] [stdout] 111 | | value: T, [INFO] [stdout] 112 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI32` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:317:1 [INFO] [stdout] | [INFO] [stdout] 317 | / impl_endian!( [INFO] [stdout] 318 | | @atomic AtomicI64 = i64, [INFO] [stdout] 319 | | AtomicI64_ne = "`NativeEndian`", [INFO] [stdout] 320 | | AtomicI64_le = "`LittleEndian`", [INFO] [stdout] 321 | | AtomicI64_be = "`BigEndian`" [INFO] [stdout] 322 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / pub struct NativeEndian { [INFO] [stdout] 96 | | /// The value of the type [INFO] [stdout] 97 | | pub value: T, [INFO] [stdout] 98 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI64` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:317:1 [INFO] [stdout] | [INFO] [stdout] 317 | / impl_endian!( [INFO] [stdout] 318 | | @atomic AtomicI64 = i64, [INFO] [stdout] 319 | | AtomicI64_ne = "`NativeEndian`", [INFO] [stdout] 320 | | AtomicI64_le = "`LittleEndian`", [INFO] [stdout] 321 | | AtomicI64_be = "`BigEndian`" [INFO] [stdout] 322 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / pub struct LittleEndian { [INFO] [stdout] 104 | | value: T, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI64` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:317:1 [INFO] [stdout] | [INFO] [stdout] 317 | / impl_endian!( [INFO] [stdout] 318 | | @atomic AtomicI64 = i64, [INFO] [stdout] 319 | | AtomicI64_ne = "`NativeEndian`", [INFO] [stdout] 320 | | AtomicI64_le = "`LittleEndian`", [INFO] [stdout] 321 | | AtomicI64_be = "`BigEndian`" [INFO] [stdout] 322 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / pub struct BigEndian { [INFO] [stdout] 111 | | value: T, [INFO] [stdout] 112 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI64` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:324:1 [INFO] [stdout] | [INFO] [stdout] 324 | / impl_endian!( [INFO] [stdout] 325 | | @atomic AtomicU16 = u16, [INFO] [stdout] 326 | | AtomicU16_ne = "`NativeEndian`", [INFO] [stdout] 327 | | AtomicU16_le = "`LittleEndian`", [INFO] [stdout] 328 | | AtomicU16_be = "`BigEndian`" [INFO] [stdout] 329 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / pub struct NativeEndian { [INFO] [stdout] 96 | | /// The value of the type [INFO] [stdout] 97 | | pub value: T, [INFO] [stdout] 98 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU16` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:324:1 [INFO] [stdout] | [INFO] [stdout] 324 | / impl_endian!( [INFO] [stdout] 325 | | @atomic AtomicU16 = u16, [INFO] [stdout] 326 | | AtomicU16_ne = "`NativeEndian`", [INFO] [stdout] 327 | | AtomicU16_le = "`LittleEndian`", [INFO] [stdout] 328 | | AtomicU16_be = "`BigEndian`" [INFO] [stdout] 329 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / pub struct LittleEndian { [INFO] [stdout] 104 | | value: T, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU16` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:324:1 [INFO] [stdout] | [INFO] [stdout] 324 | / impl_endian!( [INFO] [stdout] 325 | | @atomic AtomicU16 = u16, [INFO] [stdout] 326 | | AtomicU16_ne = "`NativeEndian`", [INFO] [stdout] 327 | | AtomicU16_le = "`LittleEndian`", [INFO] [stdout] 328 | | AtomicU16_be = "`BigEndian`" [INFO] [stdout] 329 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / pub struct BigEndian { [INFO] [stdout] 111 | | value: T, [INFO] [stdout] 112 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU16` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:331:1 [INFO] [stdout] | [INFO] [stdout] 331 | / impl_endian!( [INFO] [stdout] 332 | | @atomic AtomicU32 = u32, [INFO] [stdout] 333 | | AtomicU32_ne = "`NativeEndian`", [INFO] [stdout] 334 | | AtomicU32_le = "`LittleEndian`", [INFO] [stdout] 335 | | AtomicU32_be = "`BigEndian`" [INFO] [stdout] 336 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / pub struct NativeEndian { [INFO] [stdout] 96 | | /// The value of the type [INFO] [stdout] 97 | | pub value: T, [INFO] [stdout] 98 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU32` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:331:1 [INFO] [stdout] | [INFO] [stdout] 331 | / impl_endian!( [INFO] [stdout] 332 | | @atomic AtomicU32 = u32, [INFO] [stdout] 333 | | AtomicU32_ne = "`NativeEndian`", [INFO] [stdout] 334 | | AtomicU32_le = "`LittleEndian`", [INFO] [stdout] 335 | | AtomicU32_be = "`BigEndian`" [INFO] [stdout] 336 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / pub struct LittleEndian { [INFO] [stdout] 104 | | value: T, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU32` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:331:1 [INFO] [stdout] | [INFO] [stdout] 331 | / impl_endian!( [INFO] [stdout] 332 | | @atomic AtomicU32 = u32, [INFO] [stdout] 333 | | AtomicU32_ne = "`NativeEndian`", [INFO] [stdout] 334 | | AtomicU32_le = "`LittleEndian`", [INFO] [stdout] 335 | | AtomicU32_be = "`BigEndian`" [INFO] [stdout] 336 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / pub struct BigEndian { [INFO] [stdout] 111 | | value: T, [INFO] [stdout] 112 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU32` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:338:1 [INFO] [stdout] | [INFO] [stdout] 338 | / impl_endian!( [INFO] [stdout] 339 | | @atomic AtomicU64 = u64, [INFO] [stdout] 340 | | AtomicU64_ne = "`NativeEndian`", [INFO] [stdout] 341 | | AtomicU64_le = "`LittleEndian`", [INFO] [stdout] 342 | | AtomicU64_be = "`BigEndian`" [INFO] [stdout] 343 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / pub struct NativeEndian { [INFO] [stdout] 96 | | /// The value of the type [INFO] [stdout] 97 | | pub value: T, [INFO] [stdout] 98 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU64` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:338:1 [INFO] [stdout] | [INFO] [stdout] 338 | / impl_endian!( [INFO] [stdout] 339 | | @atomic AtomicU64 = u64, [INFO] [stdout] 340 | | AtomicU64_ne = "`NativeEndian`", [INFO] [stdout] 341 | | AtomicU64_le = "`LittleEndian`", [INFO] [stdout] 342 | | AtomicU64_be = "`BigEndian`" [INFO] [stdout] 343 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / pub struct LittleEndian { [INFO] [stdout] 104 | | value: T, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU64` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:338:1 [INFO] [stdout] | [INFO] [stdout] 338 | / impl_endian!( [INFO] [stdout] 339 | | @atomic AtomicU64 = u64, [INFO] [stdout] 340 | | AtomicU64_ne = "`NativeEndian`", [INFO] [stdout] 341 | | AtomicU64_le = "`LittleEndian`", [INFO] [stdout] 342 | | AtomicU64_be = "`BigEndian`" [INFO] [stdout] 343 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / pub struct BigEndian { [INFO] [stdout] 111 | | value: T, [INFO] [stdout] 112 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU64` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 36 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.77s [INFO] running `Command { std: "docker" "inspect" "5d366a15dda1ec1b7fc41647fc6ab6e31317501a7385aad47b1feb76d2c21d57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d366a15dda1ec1b7fc41647fc6ab6e31317501a7385aad47b1feb76d2c21d57", kill_on_drop: false }` [INFO] [stdout] 5d366a15dda1ec1b7fc41647fc6ab6e31317501a7385aad47b1feb76d2c21d57 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-64/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-64/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 349fbbfb4309e75903fe12f3d707bae0cad3884843a52affbd46baeeec02e7c2 [INFO] running `Command { std: "docker" "start" "-a" "349fbbfb4309e75903fe12f3d707bae0cad3884843a52affbd46baeeec02e7c2", kill_on_drop: false }` [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:303:1 [INFO] [stdout] | [INFO] [stdout] 303 | / impl_endian!( [INFO] [stdout] 304 | | @atomic AtomicI16 = i16, [INFO] [stdout] 305 | | AtomicI16_ne = "`NativeEndian`", [INFO] [stdout] 306 | | AtomicI16_le = "`LittleEndian`", [INFO] [stdout] 307 | | AtomicI16_be = "`BigEndian`" [INFO] [stdout] 308 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 59 | future_incompatible, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(suspicious_auto_trait_impls)]` implied by `#[warn(future_incompatible)]` [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / pub struct NativeEndian { [INFO] [stdout] 96 | | /// The value of the type [INFO] [stdout] 97 | | pub value: T, [INFO] [stdout] 98 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI16` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:303:1 [INFO] [stdout] | [INFO] [stdout] 303 | / impl_endian!( [INFO] [stdout] 304 | | @atomic AtomicI16 = i16, [INFO] [stdout] 305 | | AtomicI16_ne = "`NativeEndian`", [INFO] [stdout] 306 | | AtomicI16_le = "`LittleEndian`", [INFO] [stdout] 307 | | AtomicI16_be = "`BigEndian`" [INFO] [stdout] 308 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / pub struct LittleEndian { [INFO] [stdout] 104 | | value: T, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI16` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:303:1 [INFO] [stdout] | [INFO] [stdout] 303 | / impl_endian!( [INFO] [stdout] 304 | | @atomic AtomicI16 = i16, [INFO] [stdout] 305 | | AtomicI16_ne = "`NativeEndian`", [INFO] [stdout] 306 | | AtomicI16_le = "`LittleEndian`", [INFO] [stdout] 307 | | AtomicI16_be = "`BigEndian`" [INFO] [stdout] 308 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / pub struct BigEndian { [INFO] [stdout] 111 | | value: T, [INFO] [stdout] 112 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI16` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:310:1 [INFO] [stdout] | [INFO] [stdout] 310 | / impl_endian!( [INFO] [stdout] 311 | | @atomic AtomicI32 = i32, [INFO] [stdout] 312 | | AtomicI32_ne = "`NativeEndian`", [INFO] [stdout] 313 | | AtomicI32_le = "`LittleEndian`", [INFO] [stdout] 314 | | AtomicI32_be = "`BigEndian`" [INFO] [stdout] 315 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / pub struct NativeEndian { [INFO] [stdout] 96 | | /// The value of the type [INFO] [stdout] 97 | | pub value: T, [INFO] [stdout] 98 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI32` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:310:1 [INFO] [stdout] | [INFO] [stdout] 310 | / impl_endian!( [INFO] [stdout] 311 | | @atomic AtomicI32 = i32, [INFO] [stdout] 312 | | AtomicI32_ne = "`NativeEndian`", [INFO] [stdout] 313 | | AtomicI32_le = "`LittleEndian`", [INFO] [stdout] 314 | | AtomicI32_be = "`BigEndian`" [INFO] [stdout] 315 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / pub struct LittleEndian { [INFO] [stdout] 104 | | value: T, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI32` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:310:1 [INFO] [stdout] | [INFO] [stdout] 310 | / impl_endian!( [INFO] [stdout] 311 | | @atomic AtomicI32 = i32, [INFO] [stdout] 312 | | AtomicI32_ne = "`NativeEndian`", [INFO] [stdout] 313 | | AtomicI32_le = "`LittleEndian`", [INFO] [stdout] 314 | | AtomicI32_be = "`BigEndian`" [INFO] [stdout] 315 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / pub struct BigEndian { [INFO] [stdout] 111 | | value: T, [INFO] [stdout] 112 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI32` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:317:1 [INFO] [stdout] | [INFO] [stdout] 317 | / impl_endian!( [INFO] [stdout] 318 | | @atomic AtomicI64 = i64, [INFO] [stdout] 319 | | AtomicI64_ne = "`NativeEndian`", [INFO] [stdout] 320 | | AtomicI64_le = "`LittleEndian`", [INFO] [stdout] 321 | | AtomicI64_be = "`BigEndian`" [INFO] [stdout] 322 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / pub struct NativeEndian { [INFO] [stdout] 96 | | /// The value of the type [INFO] [stdout] 97 | | pub value: T, [INFO] [stdout] 98 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI64` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:317:1 [INFO] [stdout] | [INFO] [stdout] 317 | / impl_endian!( [INFO] [stdout] 318 | | @atomic AtomicI64 = i64, [INFO] [stdout] 319 | | AtomicI64_ne = "`NativeEndian`", [INFO] [stdout] 320 | | AtomicI64_le = "`LittleEndian`", [INFO] [stdout] 321 | | AtomicI64_be = "`BigEndian`" [INFO] [stdout] 322 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / pub struct LittleEndian { [INFO] [stdout] 104 | | value: T, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI64` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:317:1 [INFO] [stdout] | [INFO] [stdout] 317 | / impl_endian!( [INFO] [stdout] 318 | | @atomic AtomicI64 = i64, [INFO] [stdout] 319 | | AtomicI64_ne = "`NativeEndian`", [INFO] [stdout] 320 | | AtomicI64_le = "`LittleEndian`", [INFO] [stdout] 321 | | AtomicI64_be = "`BigEndian`" [INFO] [stdout] 322 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / pub struct BigEndian { [INFO] [stdout] 111 | | value: T, [INFO] [stdout] 112 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI64` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:324:1 [INFO] [stdout] | [INFO] [stdout] 324 | / impl_endian!( [INFO] [stdout] 325 | | @atomic AtomicU16 = u16, [INFO] [stdout] 326 | | AtomicU16_ne = "`NativeEndian`", [INFO] [stdout] 327 | | AtomicU16_le = "`LittleEndian`", [INFO] [stdout] 328 | | AtomicU16_be = "`BigEndian`" [INFO] [stdout] 329 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / pub struct NativeEndian { [INFO] [stdout] 96 | | /// The value of the type [INFO] [stdout] 97 | | pub value: T, [INFO] [stdout] 98 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU16` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:324:1 [INFO] [stdout] | [INFO] [stdout] 324 | / impl_endian!( [INFO] [stdout] 325 | | @atomic AtomicU16 = u16, [INFO] [stdout] 326 | | AtomicU16_ne = "`NativeEndian`", [INFO] [stdout] 327 | | AtomicU16_le = "`LittleEndian`", [INFO] [stdout] 328 | | AtomicU16_be = "`BigEndian`" [INFO] [stdout] 329 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / pub struct LittleEndian { [INFO] [stdout] 104 | | value: T, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU16` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:324:1 [INFO] [stdout] | [INFO] [stdout] 324 | / impl_endian!( [INFO] [stdout] 325 | | @atomic AtomicU16 = u16, [INFO] [stdout] 326 | | AtomicU16_ne = "`NativeEndian`", [INFO] [stdout] 327 | | AtomicU16_le = "`LittleEndian`", [INFO] [stdout] 328 | | AtomicU16_be = "`BigEndian`" [INFO] [stdout] 329 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / pub struct BigEndian { [INFO] [stdout] 111 | | value: T, [INFO] [stdout] 112 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU16` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:331:1 [INFO] [stdout] | [INFO] [stdout] 331 | / impl_endian!( [INFO] [stdout] 332 | | @atomic AtomicU32 = u32, [INFO] [stdout] 333 | | AtomicU32_ne = "`NativeEndian`", [INFO] [stdout] 334 | | AtomicU32_le = "`LittleEndian`", [INFO] [stdout] 335 | | AtomicU32_be = "`BigEndian`" [INFO] [stdout] 336 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / pub struct NativeEndian { [INFO] [stdout] 96 | | /// The value of the type [INFO] [stdout] 97 | | pub value: T, [INFO] [stdout] 98 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU32` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:331:1 [INFO] [stdout] | [INFO] [stdout] 331 | / impl_endian!( [INFO] [stdout] 332 | | @atomic AtomicU32 = u32, [INFO] [stdout] 333 | | AtomicU32_ne = "`NativeEndian`", [INFO] [stdout] 334 | | AtomicU32_le = "`LittleEndian`", [INFO] [stdout] 335 | | AtomicU32_be = "`BigEndian`" [INFO] [stdout] 336 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / pub struct LittleEndian { [INFO] [stdout] 104 | | value: T, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU32` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:331:1 [INFO] [stdout] | [INFO] [stdout] 331 | / impl_endian!( [INFO] [stdout] 332 | | @atomic AtomicU32 = u32, [INFO] [stdout] 333 | | AtomicU32_ne = "`NativeEndian`", [INFO] [stdout] 334 | | AtomicU32_le = "`LittleEndian`", [INFO] [stdout] 335 | | AtomicU32_be = "`BigEndian`" [INFO] [stdout] 336 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / pub struct BigEndian { [INFO] [stdout] 111 | | value: T, [INFO] [stdout] 112 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU32` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:338:1 [INFO] [stdout] | [INFO] [stdout] 338 | / impl_endian!( [INFO] [stdout] 339 | | @atomic AtomicU64 = u64, [INFO] [stdout] 340 | | AtomicU64_ne = "`NativeEndian`", [INFO] [stdout] 341 | | AtomicU64_le = "`LittleEndian`", [INFO] [stdout] 342 | | AtomicU64_be = "`BigEndian`" [INFO] [stdout] 343 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / pub struct NativeEndian { [INFO] [stdout] 96 | | /// The value of the type [INFO] [stdout] 97 | | pub value: T, [INFO] [stdout] 98 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU64` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:338:1 [INFO] [stdout] | [INFO] [stdout] 338 | / impl_endian!( [INFO] [stdout] 339 | | @atomic AtomicU64 = u64, [INFO] [stdout] 340 | | AtomicU64_ne = "`NativeEndian`", [INFO] [stdout] 341 | | AtomicU64_le = "`LittleEndian`", [INFO] [stdout] 342 | | AtomicU64_be = "`BigEndian`" [INFO] [stdout] 343 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / pub struct LittleEndian { [INFO] [stdout] 104 | | value: T, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU64` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:338:1 [INFO] [stdout] | [INFO] [stdout] 338 | / impl_endian!( [INFO] [stdout] 339 | | @atomic AtomicU64 = u64, [INFO] [stdout] 340 | | AtomicU64_ne = "`NativeEndian`", [INFO] [stdout] 341 | | AtomicU64_le = "`LittleEndian`", [INFO] [stdout] 342 | | AtomicU64_be = "`BigEndian`" [INFO] [stdout] 343 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / pub struct BigEndian { [INFO] [stdout] 111 | | value: T, [INFO] [stdout] 112 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU64` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:303:1 [INFO] [stdout] | [INFO] [stdout] 303 | / impl_endian!( [INFO] [stdout] 304 | | @atomic AtomicI16 = i16, [INFO] [stdout] 305 | | AtomicI16_ne = "`NativeEndian`", [INFO] [stdout] 306 | | AtomicI16_le = "`LittleEndian`", [INFO] [stdout] 307 | | AtomicI16_be = "`BigEndian`" [INFO] [stdout] 308 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / pub struct NativeEndian { [INFO] [stdout] 96 | | /// The value of the type [INFO] [stdout] 97 | | pub value: T, [INFO] [stdout] 98 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI16` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:303:1 [INFO] [stdout] | [INFO] [stdout] 303 | / impl_endian!( [INFO] [stdout] 304 | | @atomic AtomicI16 = i16, [INFO] [stdout] 305 | | AtomicI16_ne = "`NativeEndian`", [INFO] [stdout] 306 | | AtomicI16_le = "`LittleEndian`", [INFO] [stdout] 307 | | AtomicI16_be = "`BigEndian`" [INFO] [stdout] 308 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / pub struct LittleEndian { [INFO] [stdout] 104 | | value: T, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI16` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:303:1 [INFO] [stdout] | [INFO] [stdout] 303 | / impl_endian!( [INFO] [stdout] 304 | | @atomic AtomicI16 = i16, [INFO] [stdout] 305 | | AtomicI16_ne = "`NativeEndian`", [INFO] [stdout] 306 | | AtomicI16_le = "`LittleEndian`", [INFO] [stdout] 307 | | AtomicI16_be = "`BigEndian`" [INFO] [stdout] 308 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / pub struct BigEndian { [INFO] [stdout] 111 | | value: T, [INFO] [stdout] 112 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI16` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:310:1 [INFO] [stdout] | [INFO] [stdout] 310 | / impl_endian!( [INFO] [stdout] 311 | | @atomic AtomicI32 = i32, [INFO] [stdout] 312 | | AtomicI32_ne = "`NativeEndian`", [INFO] [stdout] 313 | | AtomicI32_le = "`LittleEndian`", [INFO] [stdout] 314 | | AtomicI32_be = "`BigEndian`" [INFO] [stdout] 315 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / pub struct NativeEndian { [INFO] [stdout] 96 | | /// The value of the type [INFO] [stdout] 97 | | pub value: T, [INFO] [stdout] 98 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI32` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:310:1 [INFO] [stdout] | [INFO] [stdout] 310 | / impl_endian!( [INFO] [stdout] 311 | | @atomic AtomicI32 = i32, [INFO] [stdout] 312 | | AtomicI32_ne = "`NativeEndian`", [INFO] [stdout] 313 | | AtomicI32_le = "`LittleEndian`", [INFO] [stdout] 314 | | AtomicI32_be = "`BigEndian`" [INFO] [stdout] 315 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / pub struct LittleEndian { [INFO] [stdout] 104 | | value: T, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI32` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:310:1 [INFO] [stdout] | [INFO] [stdout] 310 | / impl_endian!( [INFO] [stdout] 311 | | @atomic AtomicI32 = i32, [INFO] [stdout] 312 | | AtomicI32_ne = "`NativeEndian`", [INFO] [stdout] 313 | | AtomicI32_le = "`LittleEndian`", [INFO] [stdout] 314 | | AtomicI32_be = "`BigEndian`" [INFO] [stdout] 315 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / pub struct BigEndian { [INFO] [stdout] 111 | | value: T, [INFO] [stdout] 112 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI32` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:317:1 [INFO] [stdout] | [INFO] [stdout] 317 | / impl_endian!( [INFO] [stdout] 318 | | @atomic AtomicI64 = i64, [INFO] [stdout] 319 | | AtomicI64_ne = "`NativeEndian`", [INFO] [stdout] 320 | | AtomicI64_le = "`LittleEndian`", [INFO] [stdout] 321 | | AtomicI64_be = "`BigEndian`" [INFO] [stdout] 322 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / pub struct NativeEndian { [INFO] [stdout] 96 | | /// The value of the type [INFO] [stdout] 97 | | pub value: T, [INFO] [stdout] 98 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI64` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:317:1 [INFO] [stdout] | [INFO] [stdout] 317 | / impl_endian!( [INFO] [stdout] 318 | | @atomic AtomicI64 = i64, [INFO] [stdout] 319 | | AtomicI64_ne = "`NativeEndian`", [INFO] [stdout] 320 | | AtomicI64_le = "`LittleEndian`", [INFO] [stdout] 321 | | AtomicI64_be = "`BigEndian`" [INFO] [stdout] 322 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / pub struct LittleEndian { [INFO] [stdout] 104 | | value: T, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI64` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rend v0.3.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:317:1 [INFO] [stdout] | [INFO] [stdout] 317 | / impl_endian!( [INFO] [stdout] 318 | | @atomic AtomicI64 = i64, [INFO] [stdout] 319 | | AtomicI64_ne = "`NativeEndian`", [INFO] [stdout] 320 | | AtomicI64_le = "`LittleEndian`", [INFO] [stdout] 321 | | AtomicI64_be = "`BigEndian`" [INFO] [stdout] 322 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / pub struct BigEndian { [INFO] [stdout] 111 | | value: T, [INFO] [stdout] 112 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI64` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:324:1 [INFO] [stdout] | [INFO] [stdout] 324 | / impl_endian!( [INFO] [stdout] 325 | | @atomic AtomicU16 = u16, [INFO] [stdout] 326 | | AtomicU16_ne = "`NativeEndian`", [INFO] [stdout] 327 | | AtomicU16_le = "`LittleEndian`", [INFO] [stdout] 328 | | AtomicU16_be = "`BigEndian`" [INFO] [stdout] 329 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / pub struct NativeEndian { [INFO] [stdout] 96 | | /// The value of the type [INFO] [stdout] 97 | | pub value: T, [INFO] [stdout] 98 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU16` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:324:1 [INFO] [stdout] | [INFO] [stdout] 324 | / impl_endian!( [INFO] [stdout] 325 | | @atomic AtomicU16 = u16, [INFO] [stdout] 326 | | AtomicU16_ne = "`NativeEndian`", [INFO] [stdout] 327 | | AtomicU16_le = "`LittleEndian`", [INFO] [stdout] 328 | | AtomicU16_be = "`BigEndian`" [INFO] [stdout] 329 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / pub struct LittleEndian { [INFO] [stdout] 104 | | value: T, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU16` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:324:1 [INFO] [stdout] | [INFO] [stdout] 324 | / impl_endian!( [INFO] [stdout] 325 | | @atomic AtomicU16 = u16, [INFO] [stdout] 326 | | AtomicU16_ne = "`NativeEndian`", [INFO] [stdout] 327 | | AtomicU16_le = "`LittleEndian`", [INFO] [stdout] 328 | | AtomicU16_be = "`BigEndian`" [INFO] [stdout] 329 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / pub struct BigEndian { [INFO] [stdout] 111 | | value: T, [INFO] [stdout] 112 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU16` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:331:1 [INFO] [stdout] | [INFO] [stdout] 331 | / impl_endian!( [INFO] [stdout] 332 | | @atomic AtomicU32 = u32, [INFO] [stdout] 333 | | AtomicU32_ne = "`NativeEndian`", [INFO] [stdout] 334 | | AtomicU32_le = "`LittleEndian`", [INFO] [stdout] 335 | | AtomicU32_be = "`BigEndian`" [INFO] [stdout] 336 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / pub struct NativeEndian { [INFO] [stdout] 96 | | /// The value of the type [INFO] [stdout] 97 | | pub value: T, [INFO] [stdout] 98 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU32` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:331:1 [INFO] [stdout] | [INFO] [stdout] 331 | / impl_endian!( [INFO] [stdout] 332 | | @atomic AtomicU32 = u32, [INFO] [stdout] 333 | | AtomicU32_ne = "`NativeEndian`", [INFO] [stdout] 334 | | AtomicU32_le = "`LittleEndian`", [INFO] [stdout] 335 | | AtomicU32_be = "`BigEndian`" [INFO] [stdout] 336 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / pub struct LittleEndian { [INFO] [stdout] 104 | | value: T, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU32` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:331:1 [INFO] [stdout] | [INFO] [stdout] 331 | / impl_endian!( [INFO] [stdout] 332 | | @atomic AtomicU32 = u32, [INFO] [stdout] 333 | | AtomicU32_ne = "`NativeEndian`", [INFO] [stdout] 334 | | AtomicU32_le = "`LittleEndian`", [INFO] [stdout] 335 | | AtomicU32_be = "`BigEndian`" [INFO] [stdout] 336 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / pub struct BigEndian { [INFO] [stdout] 111 | | value: T, [INFO] [stdout] 112 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU32` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:338:1 [INFO] [stdout] | [INFO] [stdout] 338 | / impl_endian!( [INFO] [stdout] 339 | | @atomic AtomicU64 = u64, [INFO] [stdout] 340 | | AtomicU64_ne = "`NativeEndian`", [INFO] [stdout] 341 | | AtomicU64_le = "`LittleEndian`", [INFO] [stdout] 342 | | AtomicU64_be = "`BigEndian`" [INFO] [stdout] 343 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / pub struct NativeEndian { [INFO] [stdout] 96 | | /// The value of the type [INFO] [stdout] 97 | | pub value: T, [INFO] [stdout] 98 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU64` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:338:1 [INFO] [stdout] | [INFO] [stdout] 338 | / impl_endian!( [INFO] [stdout] 339 | | @atomic AtomicU64 = u64, [INFO] [stdout] 340 | | AtomicU64_ne = "`NativeEndian`", [INFO] [stdout] 341 | | AtomicU64_le = "`LittleEndian`", [INFO] [stdout] 342 | | AtomicU64_be = "`BigEndian`" [INFO] [stdout] 343 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / pub struct LittleEndian { [INFO] [stdout] 104 | | value: T, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU64` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:338:1 [INFO] [stdout] | [INFO] [stdout] 338 | / impl_endian!( [INFO] [stdout] 339 | | @atomic AtomicU64 = u64, [INFO] [stdout] 340 | | AtomicU64_ne = "`NativeEndian`", [INFO] [stdout] 341 | | AtomicU64_le = "`LittleEndian`", [INFO] [stdout] 342 | | AtomicU64_be = "`BigEndian`" [INFO] [stdout] 343 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / pub struct BigEndian { [INFO] [stdout] 111 | | value: T, [INFO] [stdout] 112 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU64` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 36 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:303:1 [INFO] [stdout] | [INFO] [stdout] 303 | / impl_endian!( [INFO] [stdout] 304 | | @atomic AtomicI16 = i16, [INFO] [stdout] 305 | | AtomicI16_ne = "`NativeEndian`", [INFO] [stdout] 306 | | AtomicI16_le = "`LittleEndian`", [INFO] [stdout] 307 | | AtomicI16_be = "`BigEndian`" [INFO] [stdout] 308 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 59 | future_incompatible, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: `#[warn(suspicious_auto_trait_impls)]` implied by `#[warn(future_incompatible)]` [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / pub struct NativeEndian { [INFO] [stdout] 96 | | /// The value of the type [INFO] [stdout] 97 | | pub value: T, [INFO] [stdout] 98 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI16` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:303:1 [INFO] [stdout] | [INFO] [stdout] 303 | / impl_endian!( [INFO] [stdout] 304 | | @atomic AtomicI16 = i16, [INFO] [stdout] 305 | | AtomicI16_ne = "`NativeEndian`", [INFO] [stdout] 306 | | AtomicI16_le = "`LittleEndian`", [INFO] [stdout] 307 | | AtomicI16_be = "`BigEndian`" [INFO] [stdout] 308 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / pub struct LittleEndian { [INFO] [stdout] 104 | | value: T, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI16` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:303:1 [INFO] [stdout] | [INFO] [stdout] 303 | / impl_endian!( [INFO] [stdout] 304 | | @atomic AtomicI16 = i16, [INFO] [stdout] 305 | | AtomicI16_ne = "`NativeEndian`", [INFO] [stdout] 306 | | AtomicI16_le = "`LittleEndian`", [INFO] [stdout] 307 | | AtomicI16_be = "`BigEndian`" [INFO] [stdout] 308 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / pub struct BigEndian { [INFO] [stdout] 111 | | value: T, [INFO] [stdout] 112 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI16` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:310:1 [INFO] [stdout] | [INFO] [stdout] 310 | / impl_endian!( [INFO] [stdout] 311 | | @atomic AtomicI32 = i32, [INFO] [stdout] 312 | | AtomicI32_ne = "`NativeEndian`", [INFO] [stdout] 313 | | AtomicI32_le = "`LittleEndian`", [INFO] [stdout] 314 | | AtomicI32_be = "`BigEndian`" [INFO] [stdout] 315 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / pub struct NativeEndian { [INFO] [stdout] 96 | | /// The value of the type [INFO] [stdout] 97 | | pub value: T, [INFO] [stdout] 98 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI32` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:310:1 [INFO] [stdout] | [INFO] [stdout] 310 | / impl_endian!( [INFO] [stdout] 311 | | @atomic AtomicI32 = i32, [INFO] [stdout] 312 | | AtomicI32_ne = "`NativeEndian`", [INFO] [stdout] 313 | | AtomicI32_le = "`LittleEndian`", [INFO] [stdout] 314 | | AtomicI32_be = "`BigEndian`" [INFO] [stdout] 315 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / pub struct LittleEndian { [INFO] [stdout] 104 | | value: T, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI32` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:310:1 [INFO] [stdout] | [INFO] [stdout] 310 | / impl_endian!( [INFO] [stdout] 311 | | @atomic AtomicI32 = i32, [INFO] [stdout] 312 | | AtomicI32_ne = "`NativeEndian`", [INFO] [stdout] 313 | | AtomicI32_le = "`LittleEndian`", [INFO] [stdout] 314 | | AtomicI32_be = "`BigEndian`" [INFO] [stdout] 315 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / pub struct BigEndian { [INFO] [stdout] 111 | | value: T, [INFO] [stdout] 112 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI32` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:317:1 [INFO] [stdout] | [INFO] [stdout] 317 | / impl_endian!( [INFO] [stdout] 318 | | @atomic AtomicI64 = i64, [INFO] [stdout] 319 | | AtomicI64_ne = "`NativeEndian`", [INFO] [stdout] 320 | | AtomicI64_le = "`LittleEndian`", [INFO] [stdout] 321 | | AtomicI64_be = "`BigEndian`" [INFO] [stdout] 322 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / pub struct NativeEndian { [INFO] [stdout] 96 | | /// The value of the type [INFO] [stdout] 97 | | pub value: T, [INFO] [stdout] 98 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI64` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:317:1 [INFO] [stdout] | [INFO] [stdout] 317 | / impl_endian!( [INFO] [stdout] 318 | | @atomic AtomicI64 = i64, [INFO] [stdout] 319 | | AtomicI64_ne = "`NativeEndian`", [INFO] [stdout] 320 | | AtomicI64_le = "`LittleEndian`", [INFO] [stdout] 321 | | AtomicI64_be = "`BigEndian`" [INFO] [stdout] 322 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / pub struct LittleEndian { [INFO] [stdout] 104 | | value: T, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI64` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:317:1 [INFO] [stdout] | [INFO] [stdout] 317 | / impl_endian!( [INFO] [stdout] 318 | | @atomic AtomicI64 = i64, [INFO] [stdout] 319 | | AtomicI64_ne = "`NativeEndian`", [INFO] [stdout] 320 | | AtomicI64_le = "`LittleEndian`", [INFO] [stdout] 321 | | AtomicI64_be = "`BigEndian`" [INFO] [stdout] 322 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / pub struct BigEndian { [INFO] [stdout] 111 | | value: T, [INFO] [stdout] 112 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI64` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:324:1 [INFO] [stdout] | [INFO] [stdout] 324 | / impl_endian!( [INFO] [stdout] 325 | | @atomic AtomicU16 = u16, [INFO] [stdout] 326 | | AtomicU16_ne = "`NativeEndian`", [INFO] [stdout] 327 | | AtomicU16_le = "`LittleEndian`", [INFO] [stdout] 328 | | AtomicU16_be = "`BigEndian`" [INFO] [stdout] 329 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / pub struct NativeEndian { [INFO] [stdout] 96 | | /// The value of the type [INFO] [stdout] 97 | | pub value: T, [INFO] [stdout] 98 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU16` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:324:1 [INFO] [stdout] | [INFO] [stdout] 324 | / impl_endian!( [INFO] [stdout] 325 | | @atomic AtomicU16 = u16, [INFO] [stdout] 326 | | AtomicU16_ne = "`NativeEndian`", [INFO] [stdout] 327 | | AtomicU16_le = "`LittleEndian`", [INFO] [stdout] 328 | | AtomicU16_be = "`BigEndian`" [INFO] [stdout] 329 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / pub struct LittleEndian { [INFO] [stdout] 104 | | value: T, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU16` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:324:1 [INFO] [stdout] | [INFO] [stdout] 324 | / impl_endian!( [INFO] [stdout] 325 | | @atomic AtomicU16 = u16, [INFO] [stdout] 326 | | AtomicU16_ne = "`NativeEndian`", [INFO] [stdout] 327 | | AtomicU16_le = "`LittleEndian`", [INFO] [stdout] 328 | | AtomicU16_be = "`BigEndian`" [INFO] [stdout] 329 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / pub struct BigEndian { [INFO] [stdout] 111 | | value: T, [INFO] [stdout] 112 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU16` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:331:1 [INFO] [stdout] | [INFO] [stdout] 331 | / impl_endian!( [INFO] [stdout] 332 | | @atomic AtomicU32 = u32, [INFO] [stdout] 333 | | AtomicU32_ne = "`NativeEndian`", [INFO] [stdout] 334 | | AtomicU32_le = "`LittleEndian`", [INFO] [stdout] 335 | | AtomicU32_be = "`BigEndian`" [INFO] [stdout] 336 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / pub struct NativeEndian { [INFO] [stdout] 96 | | /// The value of the type [INFO] [stdout] 97 | | pub value: T, [INFO] [stdout] 98 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU32` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:331:1 [INFO] [stdout] | [INFO] [stdout] 331 | / impl_endian!( [INFO] [stdout] 332 | | @atomic AtomicU32 = u32, [INFO] [stdout] 333 | | AtomicU32_ne = "`NativeEndian`", [INFO] [stdout] 334 | | AtomicU32_le = "`LittleEndian`", [INFO] [stdout] 335 | | AtomicU32_be = "`BigEndian`" [INFO] [stdout] 336 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / pub struct LittleEndian { [INFO] [stdout] 104 | | value: T, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU32` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:331:1 [INFO] [stdout] | [INFO] [stdout] 331 | / impl_endian!( [INFO] [stdout] 332 | | @atomic AtomicU32 = u32, [INFO] [stdout] 333 | | AtomicU32_ne = "`NativeEndian`", [INFO] [stdout] 334 | | AtomicU32_le = "`LittleEndian`", [INFO] [stdout] 335 | | AtomicU32_be = "`BigEndian`" [INFO] [stdout] 336 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / pub struct BigEndian { [INFO] [stdout] 111 | | value: T, [INFO] [stdout] 112 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU32` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:338:1 [INFO] [stdout] | [INFO] [stdout] 338 | / impl_endian!( [INFO] [stdout] 339 | | @atomic AtomicU64 = u64, [INFO] [stdout] 340 | | AtomicU64_ne = "`NativeEndian`", [INFO] [stdout] 341 | | AtomicU64_le = "`LittleEndian`", [INFO] [stdout] 342 | | AtomicU64_be = "`BigEndian`" [INFO] [stdout] 343 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / pub struct NativeEndian { [INFO] [stdout] 96 | | /// The value of the type [INFO] [stdout] 97 | | pub value: T, [INFO] [stdout] 98 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU64` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:338:1 [INFO] [stdout] | [INFO] [stdout] 338 | / impl_endian!( [INFO] [stdout] 339 | | @atomic AtomicU64 = u64, [INFO] [stdout] 340 | | AtomicU64_ne = "`NativeEndian`", [INFO] [stdout] 341 | | AtomicU64_le = "`LittleEndian`", [INFO] [stdout] 342 | | AtomicU64_be = "`BigEndian`" [INFO] [stdout] 343 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / pub struct LittleEndian { [INFO] [stdout] 104 | | value: T, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU64` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:394:9 [INFO] [stdout] | [INFO] [stdout] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:338:1 [INFO] [stdout] | [INFO] [stdout] 338 | / impl_endian!( [INFO] [stdout] 339 | | @atomic AtomicU64 = u64, [INFO] [stdout] 340 | | AtomicU64_ne = "`NativeEndian`", [INFO] [stdout] 341 | | AtomicU64_le = "`LittleEndian`", [INFO] [stdout] 342 | | AtomicU64_be = "`BigEndian`" [INFO] [stdout] 343 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / pub struct BigEndian { [INFO] [stdout] 111 | | value: T, [INFO] [stdout] 112 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU64` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:303:1 [INFO] [stdout] | [INFO] [stdout] 303 | / impl_endian!( [INFO] [stdout] 304 | | @atomic AtomicI16 = i16, [INFO] [stdout] 305 | | AtomicI16_ne = "`NativeEndian`", [INFO] [stdout] 306 | | AtomicI16_le = "`LittleEndian`", [INFO] [stdout] 307 | | AtomicI16_be = "`BigEndian`" [INFO] [stdout] 308 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / pub struct NativeEndian { [INFO] [stdout] 96 | | /// The value of the type [INFO] [stdout] 97 | | pub value: T, [INFO] [stdout] 98 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI16` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:303:1 [INFO] [stdout] | [INFO] [stdout] 303 | / impl_endian!( [INFO] [stdout] 304 | | @atomic AtomicI16 = i16, [INFO] [stdout] 305 | | AtomicI16_ne = "`NativeEndian`", [INFO] [stdout] 306 | | AtomicI16_le = "`LittleEndian`", [INFO] [stdout] 307 | | AtomicI16_be = "`BigEndian`" [INFO] [stdout] 308 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / pub struct LittleEndian { [INFO] [stdout] 104 | | value: T, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI16` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:303:1 [INFO] [stdout] | [INFO] [stdout] 303 | / impl_endian!( [INFO] [stdout] 304 | | @atomic AtomicI16 = i16, [INFO] [stdout] 305 | | AtomicI16_ne = "`NativeEndian`", [INFO] [stdout] 306 | | AtomicI16_le = "`LittleEndian`", [INFO] [stdout] 307 | | AtomicI16_be = "`BigEndian`" [INFO] [stdout] 308 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / pub struct BigEndian { [INFO] [stdout] 111 | | value: T, [INFO] [stdout] 112 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI16` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:310:1 [INFO] [stdout] | [INFO] [stdout] 310 | / impl_endian!( [INFO] [stdout] 311 | | @atomic AtomicI32 = i32, [INFO] [stdout] 312 | | AtomicI32_ne = "`NativeEndian`", [INFO] [stdout] 313 | | AtomicI32_le = "`LittleEndian`", [INFO] [stdout] 314 | | AtomicI32_be = "`BigEndian`" [INFO] [stdout] 315 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / pub struct NativeEndian { [INFO] [stdout] 96 | | /// The value of the type [INFO] [stdout] 97 | | pub value: T, [INFO] [stdout] 98 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI32` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:310:1 [INFO] [stdout] | [INFO] [stdout] 310 | / impl_endian!( [INFO] [stdout] 311 | | @atomic AtomicI32 = i32, [INFO] [stdout] 312 | | AtomicI32_ne = "`NativeEndian`", [INFO] [stdout] 313 | | AtomicI32_le = "`LittleEndian`", [INFO] [stdout] 314 | | AtomicI32_be = "`BigEndian`" [INFO] [stdout] 315 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / pub struct LittleEndian { [INFO] [stdout] 104 | | value: T, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI32` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:310:1 [INFO] [stdout] | [INFO] [stdout] 310 | / impl_endian!( [INFO] [stdout] 311 | | @atomic AtomicI32 = i32, [INFO] [stdout] 312 | | AtomicI32_ne = "`NativeEndian`", [INFO] [stdout] 313 | | AtomicI32_le = "`LittleEndian`", [INFO] [stdout] 314 | | AtomicI32_be = "`BigEndian`" [INFO] [stdout] 315 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / pub struct BigEndian { [INFO] [stdout] 111 | | value: T, [INFO] [stdout] 112 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI32` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:317:1 [INFO] [stdout] | [INFO] [stdout] 317 | / impl_endian!( [INFO] [stdout] 318 | | @atomic AtomicI64 = i64, [INFO] [stdout] 319 | | AtomicI64_ne = "`NativeEndian`", [INFO] [stdout] 320 | | AtomicI64_le = "`LittleEndian`", [INFO] [stdout] 321 | | AtomicI64_be = "`BigEndian`" [INFO] [stdout] 322 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / pub struct NativeEndian { [INFO] [stdout] 96 | | /// The value of the type [INFO] [stdout] 97 | | pub value: T, [INFO] [stdout] 98 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI64` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:317:1 [INFO] [stdout] | [INFO] [stdout] 317 | / impl_endian!( [INFO] [stdout] 318 | | @atomic AtomicI64 = i64, [INFO] [stdout] 319 | | AtomicI64_ne = "`NativeEndian`", [INFO] [stdout] 320 | | AtomicI64_le = "`LittleEndian`", [INFO] [stdout] 321 | | AtomicI64_be = "`BigEndian`" [INFO] [stdout] 322 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / pub struct LittleEndian { [INFO] [stdout] 104 | | value: T, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI64` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:317:1 [INFO] [stdout] | [INFO] [stdout] 317 | / impl_endian!( [INFO] [stdout] 318 | | @atomic AtomicI64 = i64, [INFO] [stdout] 319 | | AtomicI64_ne = "`NativeEndian`", [INFO] [stdout] 320 | | AtomicI64_le = "`LittleEndian`", [INFO] [stdout] 321 | | AtomicI64_be = "`BigEndian`" [INFO] [stdout] 322 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / pub struct BigEndian { [INFO] [stdout] 111 | | value: T, [INFO] [stdout] 112 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicI64` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:324:1 [INFO] [stdout] | [INFO] [stdout] 324 | / impl_endian!( [INFO] [stdout] 325 | | @atomic AtomicU16 = u16, [INFO] [stdout] 326 | | AtomicU16_ne = "`NativeEndian`", [INFO] [stdout] 327 | | AtomicU16_le = "`LittleEndian`", [INFO] [stdout] 328 | | AtomicU16_be = "`BigEndian`" [INFO] [stdout] 329 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / pub struct NativeEndian { [INFO] [stdout] 96 | | /// The value of the type [INFO] [stdout] 97 | | pub value: T, [INFO] [stdout] 98 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU16` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:324:1 [INFO] [stdout] | [INFO] [stdout] 324 | / impl_endian!( [INFO] [stdout] 325 | | @atomic AtomicU16 = u16, [INFO] [stdout] 326 | | AtomicU16_ne = "`NativeEndian`", [INFO] [stdout] 327 | | AtomicU16_le = "`LittleEndian`", [INFO] [stdout] 328 | | AtomicU16_be = "`BigEndian`" [INFO] [stdout] 329 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / pub struct LittleEndian { [INFO] [stdout] 104 | | value: T, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU16` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:324:1 [INFO] [stdout] | [INFO] [stdout] 324 | / impl_endian!( [INFO] [stdout] 325 | | @atomic AtomicU16 = u16, [INFO] [stdout] 326 | | AtomicU16_ne = "`NativeEndian`", [INFO] [stdout] 327 | | AtomicU16_le = "`LittleEndian`", [INFO] [stdout] 328 | | AtomicU16_be = "`BigEndian`" [INFO] [stdout] 329 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / pub struct BigEndian { [INFO] [stdout] 111 | | value: T, [INFO] [stdout] 112 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU16` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:331:1 [INFO] [stdout] | [INFO] [stdout] 331 | / impl_endian!( [INFO] [stdout] 332 | | @atomic AtomicU32 = u32, [INFO] [stdout] 333 | | AtomicU32_ne = "`NativeEndian`", [INFO] [stdout] 334 | | AtomicU32_le = "`LittleEndian`", [INFO] [stdout] 335 | | AtomicU32_be = "`BigEndian`" [INFO] [stdout] 336 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / pub struct NativeEndian { [INFO] [stdout] 96 | | /// The value of the type [INFO] [stdout] 97 | | pub value: T, [INFO] [stdout] 98 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU32` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:331:1 [INFO] [stdout] | [INFO] [stdout] 331 | / impl_endian!( [INFO] [stdout] 332 | | @atomic AtomicU32 = u32, [INFO] [stdout] 333 | | AtomicU32_ne = "`NativeEndian`", [INFO] [stdout] 334 | | AtomicU32_le = "`LittleEndian`", [INFO] [stdout] 335 | | AtomicU32_be = "`BigEndian`" [INFO] [stdout] 336 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / pub struct LittleEndian { [INFO] [stdout] 104 | | value: T, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU32` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:331:1 [INFO] [stdout] | [INFO] [stdout] 331 | / impl_endian!( [INFO] [stdout] 332 | | @atomic AtomicU32 = u32, [INFO] [stdout] 333 | | AtomicU32_ne = "`NativeEndian`", [INFO] [stdout] 334 | | AtomicU32_le = "`LittleEndian`", [INFO] [stdout] 335 | | AtomicU32_be = "`BigEndian`" [INFO] [stdout] 336 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / pub struct BigEndian { [INFO] [stdout] 111 | | value: T, [INFO] [stdout] 112 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU32` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:338:1 [INFO] [stdout] | [INFO] [stdout] 338 | / impl_endian!( [INFO] [stdout] 339 | | @atomic AtomicU64 = u64, [INFO] [stdout] 340 | | AtomicU64_ne = "`NativeEndian`", [INFO] [stdout] 341 | | AtomicU64_le = "`LittleEndian`", [INFO] [stdout] 342 | | AtomicU64_be = "`BigEndian`" [INFO] [stdout] 343 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / pub struct NativeEndian { [INFO] [stdout] 96 | | /// The value of the type [INFO] [stdout] 97 | | pub value: T, [INFO] [stdout] 98 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU64` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:338:1 [INFO] [stdout] | [INFO] [stdout] 338 | / impl_endian!( [INFO] [stdout] 339 | | @atomic AtomicU64 = u64, [INFO] [stdout] 340 | | AtomicU64_ne = "`NativeEndian`", [INFO] [stdout] 341 | | AtomicU64_le = "`LittleEndian`", [INFO] [stdout] 342 | | AtomicU64_be = "`BigEndian`" [INFO] [stdout] 343 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:103:1 [INFO] [stdout] | [INFO] [stdout] 103 | / pub struct LittleEndian { [INFO] [stdout] 104 | | value: T, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU64` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stdout] --> src/impl_struct.rs:396:9 [INFO] [stdout] | [INFO] [stdout] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:338:1 [INFO] [stdout] | [INFO] [stdout] 338 | / impl_endian!( [INFO] [stdout] 339 | | @atomic AtomicU64 = u64, [INFO] [stdout] 340 | | AtomicU64_ne = "`NativeEndian`", [INFO] [stdout] 341 | | AtomicU64_le = "`LittleEndian`", [INFO] [stdout] 342 | | AtomicU64_be = "`BigEndian`" [INFO] [stdout] 343 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/lib.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 110 | / pub struct BigEndian { [INFO] [stdout] 111 | | value: T, [INFO] [stdout] 112 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `AtomicU64` is not a generic parameter [INFO] [stdout] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 36 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.30s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/rend-ce74545d3946a962) [INFO] running `Command { std: "docker" "inspect" "349fbbfb4309e75903fe12f3d707bae0cad3884843a52affbd46baeeec02e7c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "349fbbfb4309e75903fe12f3d707bae0cad3884843a52affbd46baeeec02e7c2", kill_on_drop: false }` [INFO] [stdout] 349fbbfb4309e75903fe12f3d707bae0cad3884843a52affbd46baeeec02e7c2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-64/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-64/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 444e8193b0573f65b2af4b772f14c1a9f9261c7cbe04054c8783f2501fed8173 [INFO] running `Command { std: "docker" "start" "-a" "444e8193b0573f65b2af4b772f14c1a9f9261c7cbe04054c8783f2501fed8173", kill_on_drop: false }` [INFO] [stderr] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stderr] --> src/impl_struct.rs:394:9 [INFO] [stderr] | [INFO] [stderr] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:303:1 [INFO] [stderr] | [INFO] [stderr] 303 | / impl_endian!( [INFO] [stderr] 304 | | @atomic AtomicI16 = i16, [INFO] [stderr] 305 | | AtomicI16_ne = "`NativeEndian`", [INFO] [stderr] 306 | | AtomicI16_le = "`LittleEndian`", [INFO] [stderr] 307 | | AtomicI16_be = "`BigEndian`" [INFO] [stderr] 308 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:59:5 [INFO] [stderr] | [INFO] [stderr] 59 | future_incompatible, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: `#[warn(suspicious_auto_trait_impls)]` implied by `#[warn(future_incompatible)]` [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/lib.rs:95:1 [INFO] [stderr] | [INFO] [stderr] 95 | / pub struct NativeEndian { [INFO] [stderr] 96 | | /// The value of the type [INFO] [stderr] 97 | | pub value: T, [INFO] [stderr] 98 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `AtomicI16` is not a generic parameter [INFO] [stderr] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stderr] --> src/impl_struct.rs:394:9 [INFO] [stderr] | [INFO] [stderr] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:303:1 [INFO] [stderr] | [INFO] [stderr] 303 | / impl_endian!( [INFO] [stderr] 304 | | @atomic AtomicI16 = i16, [INFO] [stderr] 305 | | AtomicI16_ne = "`NativeEndian`", [INFO] [stderr] 306 | | AtomicI16_le = "`LittleEndian`", [INFO] [stderr] 307 | | AtomicI16_be = "`BigEndian`" [INFO] [stderr] 308 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/lib.rs:103:1 [INFO] [stderr] | [INFO] [stderr] 103 | / pub struct LittleEndian { [INFO] [stderr] 104 | | value: T, [INFO] [stderr] 105 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `AtomicI16` is not a generic parameter [INFO] [stderr] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stderr] --> src/impl_struct.rs:394:9 [INFO] [stderr] | [INFO] [stderr] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:303:1 [INFO] [stderr] | [INFO] [stderr] 303 | / impl_endian!( [INFO] [stderr] 304 | | @atomic AtomicI16 = i16, [INFO] [stderr] 305 | | AtomicI16_ne = "`NativeEndian`", [INFO] [stderr] 306 | | AtomicI16_le = "`LittleEndian`", [INFO] [stderr] 307 | | AtomicI16_be = "`BigEndian`" [INFO] [stderr] 308 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/lib.rs:110:1 [INFO] [stderr] | [INFO] [stderr] 110 | / pub struct BigEndian { [INFO] [stderr] 111 | | value: T, [INFO] [stderr] 112 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `AtomicI16` is not a generic parameter [INFO] [stderr] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stderr] --> src/impl_struct.rs:394:9 [INFO] [stderr] | [INFO] [stderr] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:310:1 [INFO] [stderr] | [INFO] [stderr] 310 | / impl_endian!( [INFO] [stderr] 311 | | @atomic AtomicI32 = i32, [INFO] [stderr] 312 | | AtomicI32_ne = "`NativeEndian`", [INFO] [stderr] 313 | | AtomicI32_le = "`LittleEndian`", [INFO] [stderr] 314 | | AtomicI32_be = "`BigEndian`" [INFO] [stderr] 315 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/lib.rs:95:1 [INFO] [stderr] | [INFO] [stderr] 95 | / pub struct NativeEndian { [INFO] [stderr] 96 | | /// The value of the type [INFO] [stderr] 97 | | pub value: T, [INFO] [stderr] 98 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `AtomicI32` is not a generic parameter [INFO] [stderr] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stderr] --> src/impl_struct.rs:394:9 [INFO] [stderr] | [INFO] [stderr] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:310:1 [INFO] [stderr] | [INFO] [stderr] 310 | / impl_endian!( [INFO] [stderr] 311 | | @atomic AtomicI32 = i32, [INFO] [stderr] 312 | | AtomicI32_ne = "`NativeEndian`", [INFO] [stderr] 313 | | AtomicI32_le = "`LittleEndian`", [INFO] [stderr] 314 | | AtomicI32_be = "`BigEndian`" [INFO] [stderr] 315 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/lib.rs:103:1 [INFO] [stderr] | [INFO] [stderr] 103 | / pub struct LittleEndian { [INFO] [stderr] 104 | | value: T, [INFO] [stderr] 105 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `AtomicI32` is not a generic parameter [INFO] [stderr] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stderr] --> src/impl_struct.rs:394:9 [INFO] [stderr] | [INFO] [stderr] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:310:1 [INFO] [stderr] | [INFO] [stderr] 310 | / impl_endian!( [INFO] [stderr] 311 | | @atomic AtomicI32 = i32, [INFO] [stderr] 312 | | AtomicI32_ne = "`NativeEndian`", [INFO] [stderr] 313 | | AtomicI32_le = "`LittleEndian`", [INFO] [stderr] 314 | | AtomicI32_be = "`BigEndian`" [INFO] [stderr] 315 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/lib.rs:110:1 [INFO] [stderr] | [INFO] [stderr] 110 | / pub struct BigEndian { [INFO] [stderr] 111 | | value: T, [INFO] [stderr] 112 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `AtomicI32` is not a generic parameter [INFO] [stderr] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stderr] --> src/impl_struct.rs:394:9 [INFO] [stderr] | [INFO] [stderr] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:317:1 [INFO] [stderr] | [INFO] [stderr] 317 | / impl_endian!( [INFO] [stderr] 318 | | @atomic AtomicI64 = i64, [INFO] [stderr] 319 | | AtomicI64_ne = "`NativeEndian`", [INFO] [stderr] 320 | | AtomicI64_le = "`LittleEndian`", [INFO] [stderr] 321 | | AtomicI64_be = "`BigEndian`" [INFO] [stderr] 322 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/lib.rs:95:1 [INFO] [stderr] | [INFO] [stderr] 95 | / pub struct NativeEndian { [INFO] [stderr] 96 | | /// The value of the type [INFO] [stderr] 97 | | pub value: T, [INFO] [stderr] 98 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `AtomicI64` is not a generic parameter [INFO] [stderr] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stderr] --> src/impl_struct.rs:394:9 [INFO] [stderr] | [INFO] [stderr] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:317:1 [INFO] [stderr] | [INFO] [stderr] 317 | / impl_endian!( [INFO] [stderr] 318 | | @atomic AtomicI64 = i64, [INFO] [stderr] 319 | | AtomicI64_ne = "`NativeEndian`", [INFO] [stderr] 320 | | AtomicI64_le = "`LittleEndian`", [INFO] [stderr] 321 | | AtomicI64_be = "`BigEndian`" [INFO] [stderr] 322 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/lib.rs:103:1 [INFO] [stderr] | [INFO] [stderr] 103 | / pub struct LittleEndian { [INFO] [stderr] 104 | | value: T, [INFO] [stderr] 105 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `AtomicI64` is not a generic parameter [INFO] [stderr] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stderr] --> src/impl_struct.rs:394:9 [INFO] [stderr] | [INFO] [stderr] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:317:1 [INFO] [stderr] | [INFO] [stderr] 317 | / impl_endian!( [INFO] [stderr] 318 | | @atomic AtomicI64 = i64, [INFO] [stderr] 319 | | AtomicI64_ne = "`NativeEndian`", [INFO] [stderr] 320 | | AtomicI64_le = "`LittleEndian`", [INFO] [stderr] 321 | | AtomicI64_be = "`BigEndian`" [INFO] [stderr] 322 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/lib.rs:110:1 [INFO] [stderr] | [INFO] [stderr] 110 | / pub struct BigEndian { [INFO] [stderr] 111 | | value: T, [INFO] [stderr] 112 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `AtomicI64` is not a generic parameter [INFO] [stderr] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stderr] --> src/impl_struct.rs:394:9 [INFO] [stderr] | [INFO] [stderr] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:324:1 [INFO] [stderr] | [INFO] [stderr] 324 | / impl_endian!( [INFO] [stderr] 325 | | @atomic AtomicU16 = u16, [INFO] [stderr] 326 | | AtomicU16_ne = "`NativeEndian`", [INFO] [stderr] 327 | | AtomicU16_le = "`LittleEndian`", [INFO] [stderr] 328 | | AtomicU16_be = "`BigEndian`" [INFO] [stderr] 329 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/lib.rs:95:1 [INFO] [stderr] | [INFO] [stderr] 95 | / pub struct NativeEndian { [INFO] [stderr] 96 | | /// The value of the type [INFO] [stderr] 97 | | pub value: T, [INFO] [stderr] 98 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `AtomicU16` is not a generic parameter [INFO] [stderr] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stderr] --> src/impl_struct.rs:394:9 [INFO] [stderr] | [INFO] [stderr] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:324:1 [INFO] [stderr] | [INFO] [stderr] 324 | / impl_endian!( [INFO] [stderr] 325 | | @atomic AtomicU16 = u16, [INFO] [stderr] 326 | | AtomicU16_ne = "`NativeEndian`", [INFO] [stderr] 327 | | AtomicU16_le = "`LittleEndian`", [INFO] [stderr] 328 | | AtomicU16_be = "`BigEndian`" [INFO] [stderr] 329 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/lib.rs:103:1 [INFO] [stderr] | [INFO] [stderr] 103 | / pub struct LittleEndian { [INFO] [stderr] 104 | | value: T, [INFO] [stderr] 105 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `AtomicU16` is not a generic parameter [INFO] [stderr] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stderr] --> src/impl_struct.rs:394:9 [INFO] [stderr] | [INFO] [stderr] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:324:1 [INFO] [stderr] | [INFO] [stderr] 324 | / impl_endian!( [INFO] [stderr] 325 | | @atomic AtomicU16 = u16, [INFO] [stderr] 326 | | AtomicU16_ne = "`NativeEndian`", [INFO] [stderr] 327 | | AtomicU16_le = "`LittleEndian`", [INFO] [stderr] 328 | | AtomicU16_be = "`BigEndian`" [INFO] [stderr] 329 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/lib.rs:110:1 [INFO] [stderr] | [INFO] [stderr] 110 | / pub struct BigEndian { [INFO] [stderr] 111 | | value: T, [INFO] [stderr] 112 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `AtomicU16` is not a generic parameter [INFO] [stderr] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stderr] --> src/impl_struct.rs:394:9 [INFO] [stderr] | [INFO] [stderr] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:331:1 [INFO] [stderr] | [INFO] [stderr] 331 | / impl_endian!( [INFO] [stderr] 332 | | @atomic AtomicU32 = u32, [INFO] [stderr] 333 | | AtomicU32_ne = "`NativeEndian`", [INFO] [stderr] 334 | | AtomicU32_le = "`LittleEndian`", [INFO] [stderr] 335 | | AtomicU32_be = "`BigEndian`" [INFO] [stderr] 336 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/lib.rs:95:1 [INFO] [stderr] | [INFO] [stderr] 95 | / pub struct NativeEndian { [INFO] [stderr] 96 | | /// The value of the type [INFO] [stderr] 97 | | pub value: T, [INFO] [stderr] 98 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `AtomicU32` is not a generic parameter [INFO] [stderr] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stderr] --> src/impl_struct.rs:394:9 [INFO] [stderr] | [INFO] [stderr] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:331:1 [INFO] [stderr] | [INFO] [stderr] 331 | / impl_endian!( [INFO] [stderr] 332 | | @atomic AtomicU32 = u32, [INFO] [stderr] 333 | | AtomicU32_ne = "`NativeEndian`", [INFO] [stderr] 334 | | AtomicU32_le = "`LittleEndian`", [INFO] [stderr] 335 | | AtomicU32_be = "`BigEndian`" [INFO] [stderr] 336 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/lib.rs:103:1 [INFO] [stderr] | [INFO] [stderr] 103 | / pub struct LittleEndian { [INFO] [stderr] 104 | | value: T, [INFO] [stderr] 105 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `AtomicU32` is not a generic parameter [INFO] [stderr] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stderr] --> src/impl_struct.rs:394:9 [INFO] [stderr] | [INFO] [stderr] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:331:1 [INFO] [stderr] | [INFO] [stderr] 331 | / impl_endian!( [INFO] [stderr] 332 | | @atomic AtomicU32 = u32, [INFO] [stderr] 333 | | AtomicU32_ne = "`NativeEndian`", [INFO] [stderr] 334 | | AtomicU32_le = "`LittleEndian`", [INFO] [stderr] 335 | | AtomicU32_be = "`BigEndian`" [INFO] [stderr] 336 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/lib.rs:110:1 [INFO] [stderr] | [INFO] [stderr] 110 | / pub struct BigEndian { [INFO] [stderr] 111 | | value: T, [INFO] [stderr] 112 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `AtomicU32` is not a generic parameter [INFO] [stderr] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stderr] --> src/impl_struct.rs:394:9 [INFO] [stderr] | [INFO] [stderr] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:338:1 [INFO] [stderr] | [INFO] [stderr] 338 | / impl_endian!( [INFO] [stderr] 339 | | @atomic AtomicU64 = u64, [INFO] [stderr] 340 | | AtomicU64_ne = "`NativeEndian`", [INFO] [stderr] 341 | | AtomicU64_le = "`LittleEndian`", [INFO] [stderr] 342 | | AtomicU64_be = "`BigEndian`" [INFO] [stderr] 343 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/lib.rs:95:1 [INFO] [stderr] | [INFO] [stderr] 95 | / pub struct NativeEndian { [INFO] [stderr] 96 | | /// The value of the type [INFO] [stderr] 97 | | pub value: T, [INFO] [stderr] 98 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `AtomicU64` is not a generic parameter [INFO] [stderr] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stderr] --> src/impl_struct.rs:394:9 [INFO] [stderr] | [INFO] [stderr] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:338:1 [INFO] [stderr] | [INFO] [stderr] 338 | / impl_endian!( [INFO] [stderr] 339 | | @atomic AtomicU64 = u64, [INFO] [stderr] 340 | | AtomicU64_ne = "`NativeEndian`", [INFO] [stderr] 341 | | AtomicU64_le = "`LittleEndian`", [INFO] [stderr] 342 | | AtomicU64_be = "`BigEndian`" [INFO] [stderr] 343 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/lib.rs:103:1 [INFO] [stderr] | [INFO] [stderr] 103 | / pub struct LittleEndian { [INFO] [stderr] 104 | | value: T, [INFO] [stderr] 105 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `AtomicU64` is not a generic parameter [INFO] [stderr] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `RefUnwindSafe`, should not be specialized [INFO] [stderr] --> src/impl_struct.rs:394:9 [INFO] [stderr] | [INFO] [stderr] 394 | impl ::std::panic::RefUnwindSafe for $endian<$ne> {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:338:1 [INFO] [stderr] | [INFO] [stderr] 338 | / impl_endian!( [INFO] [stderr] 339 | | @atomic AtomicU64 = u64, [INFO] [stderr] 340 | | AtomicU64_ne = "`NativeEndian`", [INFO] [stderr] 341 | | AtomicU64_le = "`LittleEndian`", [INFO] [stderr] 342 | | AtomicU64_be = "`BigEndian`" [INFO] [stderr] 343 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/lib.rs:110:1 [INFO] [stderr] | [INFO] [stderr] 110 | / pub struct BigEndian { [INFO] [stderr] 111 | | value: T, [INFO] [stderr] 112 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `AtomicU64` is not a generic parameter [INFO] [stderr] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stderr] --> src/impl_struct.rs:396:9 [INFO] [stderr] | [INFO] [stderr] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:303:1 [INFO] [stderr] | [INFO] [stderr] 303 | / impl_endian!( [INFO] [stderr] 304 | | @atomic AtomicI16 = i16, [INFO] [stderr] 305 | | AtomicI16_ne = "`NativeEndian`", [INFO] [stderr] 306 | | AtomicI16_le = "`LittleEndian`", [INFO] [stderr] 307 | | AtomicI16_be = "`BigEndian`" [INFO] [stderr] 308 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/lib.rs:95:1 [INFO] [stderr] | [INFO] [stderr] 95 | / pub struct NativeEndian { [INFO] [stderr] 96 | | /// The value of the type [INFO] [stderr] 97 | | pub value: T, [INFO] [stderr] 98 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `AtomicI16` is not a generic parameter [INFO] [stderr] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stderr] --> src/impl_struct.rs:396:9 [INFO] [stderr] | [INFO] [stderr] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:303:1 [INFO] [stderr] | [INFO] [stderr] 303 | / impl_endian!( [INFO] [stderr] 304 | | @atomic AtomicI16 = i16, [INFO] [stderr] 305 | | AtomicI16_ne = "`NativeEndian`", [INFO] [stderr] 306 | | AtomicI16_le = "`LittleEndian`", [INFO] [stderr] 307 | | AtomicI16_be = "`BigEndian`" [INFO] [stderr] 308 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/lib.rs:103:1 [INFO] [stderr] | [INFO] [stderr] 103 | / pub struct LittleEndian { [INFO] [stderr] 104 | | value: T, [INFO] [stderr] 105 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `AtomicI16` is not a generic parameter [INFO] [stderr] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stderr] --> src/impl_struct.rs:396:9 [INFO] [stderr] | [INFO] [stderr] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:303:1 [INFO] [stderr] | [INFO] [stderr] 303 | / impl_endian!( [INFO] [stderr] 304 | | @atomic AtomicI16 = i16, [INFO] [stderr] 305 | | AtomicI16_ne = "`NativeEndian`", [INFO] [stderr] 306 | | AtomicI16_le = "`LittleEndian`", [INFO] [stderr] 307 | | AtomicI16_be = "`BigEndian`" [INFO] [stderr] 308 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/lib.rs:110:1 [INFO] [stderr] | [INFO] [stderr] 110 | / pub struct BigEndian { [INFO] [stderr] 111 | | value: T, [INFO] [stderr] 112 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `AtomicI16` is not a generic parameter [INFO] [stderr] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stderr] --> src/impl_struct.rs:396:9 [INFO] [stderr] | [INFO] [stderr] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:310:1 [INFO] [stderr] | [INFO] [stderr] 310 | / impl_endian!( [INFO] [stderr] 311 | | @atomic AtomicI32 = i32, [INFO] [stderr] 312 | | AtomicI32_ne = "`NativeEndian`", [INFO] [stderr] 313 | | AtomicI32_le = "`LittleEndian`", [INFO] [stderr] 314 | | AtomicI32_be = "`BigEndian`" [INFO] [stderr] 315 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/lib.rs:95:1 [INFO] [stderr] | [INFO] [stderr] 95 | / pub struct NativeEndian { [INFO] [stderr] 96 | | /// The value of the type [INFO] [stderr] 97 | | pub value: T, [INFO] [stderr] 98 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `AtomicI32` is not a generic parameter [INFO] [stderr] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stderr] --> src/impl_struct.rs:396:9 [INFO] [stderr] | [INFO] [stderr] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:310:1 [INFO] [stderr] | [INFO] [stderr] 310 | / impl_endian!( [INFO] [stderr] 311 | | @atomic AtomicI32 = i32, [INFO] [stderr] 312 | | AtomicI32_ne = "`NativeEndian`", [INFO] [stderr] 313 | | AtomicI32_le = "`LittleEndian`", [INFO] [stderr] 314 | | AtomicI32_be = "`BigEndian`" [INFO] [stderr] 315 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/lib.rs:103:1 [INFO] [stderr] | [INFO] [stderr] 103 | / pub struct LittleEndian { [INFO] [stderr] 104 | | value: T, [INFO] [stderr] 105 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `AtomicI32` is not a generic parameter [INFO] [stderr] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stderr] --> src/impl_struct.rs:396:9 [INFO] [stderr] | [INFO] [stderr] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:310:1 [INFO] [stderr] | [INFO] [stderr] 310 | / impl_endian!( [INFO] [stderr] 311 | | @atomic AtomicI32 = i32, [INFO] [stderr] 312 | | AtomicI32_ne = "`NativeEndian`", [INFO] [stderr] 313 | | AtomicI32_le = "`LittleEndian`", [INFO] [stderr] 314 | | AtomicI32_be = "`BigEndian`" [INFO] [stderr] 315 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/lib.rs:110:1 [INFO] [stderr] | [INFO] [stderr] 110 | / pub struct BigEndian { [INFO] [stderr] 111 | | value: T, [INFO] [stderr] 112 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `AtomicI32` is not a generic parameter [INFO] [stderr] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stderr] --> src/impl_struct.rs:396:9 [INFO] [stderr] | [INFO] [stderr] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:317:1 [INFO] [stderr] | [INFO] [stderr] 317 | / impl_endian!( [INFO] [stderr] 318 | | @atomic AtomicI64 = i64, [INFO] [stderr] 319 | | AtomicI64_ne = "`NativeEndian`", [INFO] [stderr] 320 | | AtomicI64_le = "`LittleEndian`", [INFO] [stderr] 321 | | AtomicI64_be = "`BigEndian`" [INFO] [stderr] 322 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/lib.rs:95:1 [INFO] [stderr] | [INFO] [stderr] 95 | / pub struct NativeEndian { [INFO] [stderr] 96 | | /// The value of the type [INFO] [stderr] 97 | | pub value: T, [INFO] [stderr] 98 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `AtomicI64` is not a generic parameter [INFO] [stderr] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stderr] --> src/impl_struct.rs:396:9 [INFO] [stderr] | [INFO] [stderr] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:317:1 [INFO] [stderr] | [INFO] [stderr] 317 | / impl_endian!( [INFO] [stderr] 318 | | @atomic AtomicI64 = i64, [INFO] [stderr] 319 | | AtomicI64_ne = "`NativeEndian`", [INFO] [stderr] 320 | | AtomicI64_le = "`LittleEndian`", [INFO] [stderr] 321 | | AtomicI64_be = "`BigEndian`" [INFO] [stderr] 322 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/lib.rs:103:1 [INFO] [stderr] | [INFO] [stderr] 103 | / pub struct LittleEndian { [INFO] [stderr] 104 | | value: T, [INFO] [stderr] 105 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `AtomicI64` is not a generic parameter [INFO] [stderr] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stderr] --> src/impl_struct.rs:396:9 [INFO] [stderr] | [INFO] [stderr] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:317:1 [INFO] [stderr] | [INFO] [stderr] 317 | / impl_endian!( [INFO] [stderr] 318 | | @atomic AtomicI64 = i64, [INFO] [stderr] 319 | | AtomicI64_ne = "`NativeEndian`", [INFO] [stderr] 320 | | AtomicI64_le = "`LittleEndian`", [INFO] [stderr] 321 | | AtomicI64_be = "`BigEndian`" [INFO] [stderr] 322 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/lib.rs:110:1 [INFO] [stderr] | [INFO] [stderr] 110 | / pub struct BigEndian { [INFO] [stderr] 111 | | value: T, [INFO] [stderr] 112 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `AtomicI64` is not a generic parameter [INFO] [stderr] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stderr] --> src/impl_struct.rs:396:9 [INFO] [stderr] | [INFO] [stderr] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:324:1 [INFO] [stderr] | [INFO] [stderr] 324 | / impl_endian!( [INFO] [stderr] 325 | | @atomic AtomicU16 = u16, [INFO] [stderr] 326 | | AtomicU16_ne = "`NativeEndian`", [INFO] [stderr] 327 | | AtomicU16_le = "`LittleEndian`", [INFO] [stderr] 328 | | AtomicU16_be = "`BigEndian`" [INFO] [stderr] 329 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/lib.rs:95:1 [INFO] [stderr] | [INFO] [stderr] 95 | / pub struct NativeEndian { [INFO] [stderr] 96 | | /// The value of the type [INFO] [stderr] 97 | | pub value: T, [INFO] [stderr] 98 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `AtomicU16` is not a generic parameter [INFO] [stderr] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stderr] --> src/impl_struct.rs:396:9 [INFO] [stderr] | [INFO] [stderr] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:324:1 [INFO] [stderr] | [INFO] [stderr] 324 | / impl_endian!( [INFO] [stderr] 325 | | @atomic AtomicU16 = u16, [INFO] [stderr] 326 | | AtomicU16_ne = "`NativeEndian`", [INFO] [stderr] 327 | | AtomicU16_le = "`LittleEndian`", [INFO] [stderr] 328 | | AtomicU16_be = "`BigEndian`" [INFO] [stderr] 329 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/lib.rs:103:1 [INFO] [stderr] | [INFO] [stderr] 103 | / pub struct LittleEndian { [INFO] [stderr] 104 | | value: T, [INFO] [stderr] 105 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `AtomicU16` is not a generic parameter [INFO] [stderr] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stderr] --> src/impl_struct.rs:396:9 [INFO] [stderr] | [INFO] [stderr] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:324:1 [INFO] [stderr] | [INFO] [stderr] 324 | / impl_endian!( [INFO] [stderr] 325 | | @atomic AtomicU16 = u16, [INFO] [stderr] 326 | | AtomicU16_ne = "`NativeEndian`", [INFO] [stderr] 327 | | AtomicU16_le = "`LittleEndian`", [INFO] [stderr] 328 | | AtomicU16_be = "`BigEndian`" [INFO] [stderr] 329 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/lib.rs:110:1 [INFO] [stderr] | [INFO] [stderr] 110 | / pub struct BigEndian { [INFO] [stderr] 111 | | value: T, [INFO] [stderr] 112 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `AtomicU16` is not a generic parameter [INFO] [stderr] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stderr] --> src/impl_struct.rs:396:9 [INFO] [stderr] | [INFO] [stderr] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:331:1 [INFO] [stderr] | [INFO] [stderr] 331 | / impl_endian!( [INFO] [stderr] 332 | | @atomic AtomicU32 = u32, [INFO] [stderr] 333 | | AtomicU32_ne = "`NativeEndian`", [INFO] [stderr] 334 | | AtomicU32_le = "`LittleEndian`", [INFO] [stderr] 335 | | AtomicU32_be = "`BigEndian`" [INFO] [stderr] 336 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/lib.rs:95:1 [INFO] [stderr] | [INFO] [stderr] 95 | / pub struct NativeEndian { [INFO] [stderr] 96 | | /// The value of the type [INFO] [stderr] 97 | | pub value: T, [INFO] [stderr] 98 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `AtomicU32` is not a generic parameter [INFO] [stderr] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stderr] --> src/impl_struct.rs:396:9 [INFO] [stderr] | [INFO] [stderr] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:331:1 [INFO] [stderr] | [INFO] [stderr] 331 | / impl_endian!( [INFO] [stderr] 332 | | @atomic AtomicU32 = u32, [INFO] [stderr] 333 | | AtomicU32_ne = "`NativeEndian`", [INFO] [stderr] 334 | | AtomicU32_le = "`LittleEndian`", [INFO] [stderr] 335 | | AtomicU32_be = "`BigEndian`" [INFO] [stderr] 336 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/lib.rs:103:1 [INFO] [stderr] | [INFO] [stderr] 103 | / pub struct LittleEndian { [INFO] [stderr] 104 | | value: T, [INFO] [stderr] 105 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `AtomicU32` is not a generic parameter [INFO] [stderr] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stderr] --> src/impl_struct.rs:396:9 [INFO] [stderr] | [INFO] [stderr] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:331:1 [INFO] [stderr] | [INFO] [stderr] 331 | / impl_endian!( [INFO] [stderr] 332 | | @atomic AtomicU32 = u32, [INFO] [stderr] 333 | | AtomicU32_ne = "`NativeEndian`", [INFO] [stderr] 334 | | AtomicU32_le = "`LittleEndian`", [INFO] [stderr] 335 | | AtomicU32_be = "`BigEndian`" [INFO] [stderr] 336 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/lib.rs:110:1 [INFO] [stderr] | [INFO] [stderr] 110 | / pub struct BigEndian { [INFO] [stderr] 111 | | value: T, [INFO] [stderr] 112 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `AtomicU32` is not a generic parameter [INFO] [stderr] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stderr] --> src/impl_struct.rs:396:9 [INFO] [stderr] | [INFO] [stderr] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:338:1 [INFO] [stderr] | [INFO] [stderr] 338 | / impl_endian!( [INFO] [stderr] 339 | | @atomic AtomicU64 = u64, [INFO] [stderr] 340 | | AtomicU64_ne = "`NativeEndian`", [INFO] [stderr] 341 | | AtomicU64_le = "`LittleEndian`", [INFO] [stderr] 342 | | AtomicU64_be = "`BigEndian`" [INFO] [stderr] 343 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/lib.rs:95:1 [INFO] [stderr] | [INFO] [stderr] 95 | / pub struct NativeEndian { [INFO] [stderr] 96 | | /// The value of the type [INFO] [stderr] 97 | | pub value: T, [INFO] [stderr] 98 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `AtomicU64` is not a generic parameter [INFO] [stderr] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stderr] --> src/impl_struct.rs:396:9 [INFO] [stderr] | [INFO] [stderr] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:338:1 [INFO] [stderr] | [INFO] [stderr] 338 | / impl_endian!( [INFO] [stderr] 339 | | @atomic AtomicU64 = u64, [INFO] [stderr] 340 | | AtomicU64_ne = "`NativeEndian`", [INFO] [stderr] 341 | | AtomicU64_le = "`LittleEndian`", [INFO] [stderr] 342 | | AtomicU64_be = "`BigEndian`" [INFO] [stderr] 343 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/lib.rs:103:1 [INFO] [stderr] | [INFO] [stderr] 103 | / pub struct LittleEndian { [INFO] [stderr] 104 | | value: T, [INFO] [stderr] 105 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `AtomicU64` is not a generic parameter [INFO] [stderr] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `Sync`, should not be specialized [INFO] [stderr] --> src/impl_struct.rs:396:9 [INFO] [stderr] | [INFO] [stderr] 396 | unsafe impl Sync for $endian<$ne> {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:338:1 [INFO] [stderr] | [INFO] [stderr] 338 | / impl_endian!( [INFO] [stderr] 339 | | @atomic AtomicU64 = u64, [INFO] [stderr] 340 | | AtomicU64_ne = "`NativeEndian`", [INFO] [stderr] 341 | | AtomicU64_le = "`LittleEndian`", [INFO] [stderr] 342 | | AtomicU64_be = "`BigEndian`" [INFO] [stderr] 343 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/lib.rs:110:1 [INFO] [stderr] | [INFO] [stderr] 110 | / pub struct BigEndian { [INFO] [stderr] 111 | | value: T, [INFO] [stderr] 112 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `AtomicU64` is not a generic parameter [INFO] [stderr] = note: this warning originates in the macro `impl_struct` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `rend` (lib) generated 36 warnings [INFO] [stderr] warning: `rend` (lib test) generated 36 warnings (36 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rend-ce74545d3946a962) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::endian_representation ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests rend [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 23) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "444e8193b0573f65b2af4b772f14c1a9f9261c7cbe04054c8783f2501fed8173", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "444e8193b0573f65b2af4b772f14c1a9f9261c7cbe04054c8783f2501fed8173", kill_on_drop: false }` [INFO] [stdout] 444e8193b0573f65b2af4b772f14c1a9f9261c7cbe04054c8783f2501fed8173