[INFO] fetching crate maligned 0.2.1...
[INFO] checking maligned-0.2.1 against try#7b3da9103634dffd4f4365cfd8642427c781d99f+rustflags=-Dinherent-method-on-receiver for 152214-denied-retry-0
[INFO] extracting crate maligned 0.2.1 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate maligned 0.2.1
[INFO] finished tweaking crates.io crate maligned 0.2.1
[INFO] tweaked toml for crates.io crate maligned 0.2.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate maligned 0.2.1 on toolchain 7b3da9103634dffd4f4365cfd8642427c781d99f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 78da470523397dd43f8e20f5a58b1e4adc08d06e161edbb240a6495cc3def44a
[INFO] running `Command { std: "docker" "start" "-a" "78da470523397dd43f8e20f5a58b1e4adc08d06e161edbb240a6495cc3def44a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "78da470523397dd43f8e20f5a58b1e4adc08d06e161edbb240a6495cc3def44a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "78da470523397dd43f8e20f5a58b1e4adc08d06e161edbb240a6495cc3def44a", kill_on_drop: false }`
[INFO] [stdout] 78da470523397dd43f8e20f5a58b1e4adc08d06e161edbb240a6495cc3def44a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dinherent-method-on-receiver" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+7b3da9103634dffd4f4365cfd8642427c781d99f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9c872de331090e5044bdb0f8f3bac45e84a8d173129719abe79e47b7bb8e5f7b
[INFO] running `Command { std: "docker" "start" "-a" "9c872de331090e5044bdb0f8f3bac45e84a8d173129719abe79e47b7bb8e5f7b", kill_on_drop: false }`
[INFO] [stderr]     Checking maligned v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 | / impl_alignment_traits! {
[INFO] [stdout] 304 | |   #[derive(Copy)]
[INFO] [stdout] 305 | |   pub struct A2 or Bit16(pub [u8; 2]);
[INFO] [stdout] 306 | |   test = test_a2
[INFO] [stdout] 307 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 | / impl_alignment_traits! {
[INFO] [stdout] 304 | |   #[derive(Copy)]
[INFO] [stdout] 305 | |   pub struct A2 or Bit16(pub [u8; 2]);
[INFO] [stdout] 306 | |   test = test_a2
[INFO] [stdout] 307 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 309 | / impl_alignment_traits! {
[INFO] [stdout] 310 | |   #[derive(Copy)]
[INFO] [stdout] 311 | |   pub struct A4 or Bit32(pub [u8; 4]);
[INFO] [stdout] 312 | |   test = test_a4
[INFO] [stdout] 313 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 309 | / impl_alignment_traits! {
[INFO] [stdout] 310 | |   #[derive(Copy)]
[INFO] [stdout] 311 | |   pub struct A4 or Bit32(pub [u8; 4]);
[INFO] [stdout] 312 | |   test = test_a4
[INFO] [stdout] 313 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 315 | / impl_alignment_traits! {
[INFO] [stdout] 316 | |   #[derive(Copy)]
[INFO] [stdout] 317 | |   pub struct A8 or Bit64(pub [u8; 8]);
[INFO] [stdout] 318 | |   test = test_a8
[INFO] [stdout] 319 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 315 | / impl_alignment_traits! {
[INFO] [stdout] 316 | |   #[derive(Copy)]
[INFO] [stdout] 317 | |   pub struct A8 or Bit64(pub [u8; 8]);
[INFO] [stdout] 318 | |   test = test_a8
[INFO] [stdout] 319 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 321 | / impl_alignment_traits! {
[INFO] [stdout] 322 | |   #[derive(Copy)]
[INFO] [stdout] 323 | |   pub struct A16 or Bit128(pub [u8; 16]);
[INFO] [stdout] 324 | |   test = test_a16
[INFO] [stdout] 325 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 321 | / impl_alignment_traits! {
[INFO] [stdout] 322 | |   #[derive(Copy)]
[INFO] [stdout] 323 | |   pub struct A16 or Bit128(pub [u8; 16]);
[INFO] [stdout] 324 | |   test = test_a16
[INFO] [stdout] 325 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 327 | / impl_alignment_traits! {
[INFO] [stdout] 328 | |   #[derive(Copy)]
[INFO] [stdout] 329 | |   pub struct A32 or Bit256(pub [u8; 32]);
[INFO] [stdout] 330 | |   test = test_a32
[INFO] [stdout] 331 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 327 | / impl_alignment_traits! {
[INFO] [stdout] 328 | |   #[derive(Copy)]
[INFO] [stdout] 329 | |   pub struct A32 or Bit256(pub [u8; 32]);
[INFO] [stdout] 330 | |   test = test_a32
[INFO] [stdout] 331 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 333 | / impl_alignment_traits! {
[INFO] [stdout] 334 | |   pub struct A64 or Bit512(pub [u8; 64]);
[INFO] [stdout] 335 | |   test = test_a64
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 333 | / impl_alignment_traits! {
[INFO] [stdout] 334 | |   pub struct A64 or Bit512(pub [u8; 64]);
[INFO] [stdout] 335 | |   test = test_a64
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 338 | / impl_alignment_traits! {
[INFO] [stdout] 339 | |   pub struct A128 or Bit1024(pub [u8; 128]);
[INFO] [stdout] 340 | |   test = test_a128
[INFO] [stdout] 341 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 338 | / impl_alignment_traits! {
[INFO] [stdout] 339 | |   pub struct A128 or Bit1024(pub [u8; 128]);
[INFO] [stdout] 340 | |   test = test_a128
[INFO] [stdout] 341 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 343 | / impl_alignment_traits! {
[INFO] [stdout] 344 | |   pub struct A256 or Bit2048(pub [u8; 256]);
[INFO] [stdout] 345 | |   test = test_a256
[INFO] [stdout] 346 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 343 | / impl_alignment_traits! {
[INFO] [stdout] 344 | |   pub struct A256 or Bit2048(pub [u8; 256]);
[INFO] [stdout] 345 | |   test = test_a256
[INFO] [stdout] 346 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 348 | / impl_alignment_traits! {
[INFO] [stdout] 349 | |   pub struct A512 or Bit4096(pub [u8; 512]);
[INFO] [stdout] 350 | |   test = test_a512
[INFO] [stdout] 351 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 348 | / impl_alignment_traits! {
[INFO] [stdout] 349 | |   pub struct A512 or Bit4096(pub [u8; 512]);
[INFO] [stdout] 350 | |   test = test_a512
[INFO] [stdout] 351 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 | / impl_alignment_traits! {
[INFO] [stdout] 304 | |   #[derive(Copy)]
[INFO] [stdout] 305 | |   pub struct A2 or Bit16(pub [u8; 2]);
[INFO] [stdout] 306 | |   test = test_a2
[INFO] [stdout] 307 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 303 | / impl_alignment_traits! {
[INFO] [stdout] 304 | |   #[derive(Copy)]
[INFO] [stdout] 305 | |   pub struct A2 or Bit16(pub [u8; 2]);
[INFO] [stdout] 306 | |   test = test_a2
[INFO] [stdout] 307 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 309 | / impl_alignment_traits! {
[INFO] [stdout] 310 | |   #[derive(Copy)]
[INFO] [stdout] 311 | |   pub struct A4 or Bit32(pub [u8; 4]);
[INFO] [stdout] 312 | |   test = test_a4
[INFO] [stdout] 313 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 309 | / impl_alignment_traits! {
[INFO] [stdout] 310 | |   #[derive(Copy)]
[INFO] [stdout] 311 | |   pub struct A4 or Bit32(pub [u8; 4]);
[INFO] [stdout] 312 | |   test = test_a4
[INFO] [stdout] 313 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 315 | / impl_alignment_traits! {
[INFO] [stdout] 316 | |   #[derive(Copy)]
[INFO] [stdout] 317 | |   pub struct A8 or Bit64(pub [u8; 8]);
[INFO] [stdout] 318 | |   test = test_a8
[INFO] [stdout] 319 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 315 | / impl_alignment_traits! {
[INFO] [stdout] 316 | |   #[derive(Copy)]
[INFO] [stdout] 317 | |   pub struct A8 or Bit64(pub [u8; 8]);
[INFO] [stdout] 318 | |   test = test_a8
[INFO] [stdout] 319 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 321 | / impl_alignment_traits! {
[INFO] [stdout] 322 | |   #[derive(Copy)]
[INFO] [stdout] 323 | |   pub struct A16 or Bit128(pub [u8; 16]);
[INFO] [stdout] 324 | |   test = test_a16
[INFO] [stdout] 325 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 321 | / impl_alignment_traits! {
[INFO] [stdout] 322 | |   #[derive(Copy)]
[INFO] [stdout] 323 | |   pub struct A16 or Bit128(pub [u8; 16]);
[INFO] [stdout] 324 | |   test = test_a16
[INFO] [stdout] 325 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 327 | / impl_alignment_traits! {
[INFO] [stdout] 328 | |   #[derive(Copy)]
[INFO] [stdout] 329 | |   pub struct A32 or Bit256(pub [u8; 32]);
[INFO] [stdout] 330 | |   test = test_a32
[INFO] [stdout] 331 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 327 | / impl_alignment_traits! {
[INFO] [stdout] 328 | |   #[derive(Copy)]
[INFO] [stdout] 329 | |   pub struct A32 or Bit256(pub [u8; 32]);
[INFO] [stdout] 330 | |   test = test_a32
[INFO] [stdout] 331 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 333 | / impl_alignment_traits! {
[INFO] [stdout] 334 | |   pub struct A64 or Bit512(pub [u8; 64]);
[INFO] [stdout] 335 | |   test = test_a64
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 333 | / impl_alignment_traits! {
[INFO] [stdout] 334 | |   pub struct A64 or Bit512(pub [u8; 64]);
[INFO] [stdout] 335 | |   test = test_a64
[INFO] [stdout] 336 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 338 | / impl_alignment_traits! {
[INFO] [stdout] 339 | |   pub struct A128 or Bit1024(pub [u8; 128]);
[INFO] [stdout] 340 | |   test = test_a128
[INFO] [stdout] 341 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 338 | / impl_alignment_traits! {
[INFO] [stdout] 339 | |   pub struct A128 or Bit1024(pub [u8; 128]);
[INFO] [stdout] 340 | |   test = test_a128
[INFO] [stdout] 341 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 343 | / impl_alignment_traits! {
[INFO] [stdout] 344 | |   pub struct A256 or Bit2048(pub [u8; 256]);
[INFO] [stdout] 345 | |   test = test_a256
[INFO] [stdout] 346 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 343 | / impl_alignment_traits! {
[INFO] [stdout] 344 | |   pub struct A256 or Bit2048(pub [u8; 256]);
[INFO] [stdout] 345 | |   test = test_a256
[INFO] [stdout] 346 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 348 | / impl_alignment_traits! {
[INFO] [stdout] 349 | |   pub struct A512 or Bit4096(pub [u8; 512]);
[INFO] [stdout] 350 | |   test = test_a512
[INFO] [stdout] 351 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/align.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |         #[must_use]
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 348 | / impl_alignment_traits! {
[INFO] [stdout] 349 | |   pub struct A512 or Bit4096(pub [u8; 512]);
[INFO] [stdout] 350 | |   test = test_a512
[INFO] [stdout] 351 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_alignment_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/align.rs:431:21
[INFO] [stdout]     |
[INFO] [stdout] 431 |   pub fn into_inner(self) -> T {
[INFO] [stdout]     |                     ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 450 | impl<A: Alignment, T> core::ops::Deref for Aligned<A, T> {
[INFO] [stdout]     | -------------------------------------------------------- trait implemented here
[INFO] [stdout] 451 |   type Target = T;
[INFO] [stdout]     |   ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-D inherent-method-on-receiver`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `maligned` (lib) due to 1 previous error; 18 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: inherent methods on types that implement `Deref` or `Receiver` shadow methods of their target
[INFO] [stdout]    --> src/align.rs:431:21
[INFO] [stdout]     |
[INFO] [stdout] 431 |   pub fn into_inner(self) -> T {
[INFO] [stdout]     |                     ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 450 | impl<A: Alignment, T> core::ops::Deref for Aligned<A, T> {
[INFO] [stdout]     | -------------------------------------------------------- trait implemented here
[INFO] [stdout] 451 |   type Target = T;
[INFO] [stdout]     |   ----------- with `Target` set here
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-D inherent-method-on-receiver`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `maligned` (lib test) due to 1 previous error; 18 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "9c872de331090e5044bdb0f8f3bac45e84a8d173129719abe79e47b7bb8e5f7b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9c872de331090e5044bdb0f8f3bac45e84a8d173129719abe79e47b7bb8e5f7b", kill_on_drop: false }`
[INFO] [stdout] 9c872de331090e5044bdb0f8f3bac45e84a8d173129719abe79e47b7bb8e5f7b
