[INFO] fetching crate abi_stable 0.10.4... [INFO] testing abi_stable-0.10.4 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate abi_stable 0.10.4 into /workspace/builds/worker-30/source [INFO] validating manifest of crates.io crate abi_stable 0.10.4 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 abi_stable 0.10.4 [INFO] finished tweaking crates.io crate abi_stable 0.10.4 [INFO] tweaked toml for crates.io crate abi_stable 0.10.4 written to /workspace/builds/worker-30/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-30/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/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] 22a61007b15d3228ccde5cc6043d7791fd819859be2104610e2cb0fea20a2601 [INFO] running `Command { std: "docker" "start" "-a" "22a61007b15d3228ccde5cc6043d7791fd819859be2104610e2cb0fea20a2601", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "22a61007b15d3228ccde5cc6043d7791fd819859be2104610e2cb0fea20a2601", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "22a61007b15d3228ccde5cc6043d7791fd819859be2104610e2cb0fea20a2601", kill_on_drop: false }` [INFO] [stdout] 22a61007b15d3228ccde5cc6043d7791fd819859be2104610e2cb0fea20a2601 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/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] f2fdfab6e97e5671e52c90eb7f1ed7081f70f29b4b39b5f0dc8b635445c51f0f [INFO] running `Command { std: "docker" "start" "-a" "f2fdfab6e97e5671e52c90eb7f1ed7081f70f29b4b39b5f0dc8b635445c51f0f", kill_on_drop: false }` [INFO] [stderr] Compiling core_extensions_proc_macros v1.5.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.8 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling tstr_proc_macros v0.2.2 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling typed-arena v2.0.1 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling libloading v0.7.3 [INFO] [stderr] Compiling generational-arena v0.2.8 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling tstr v0.2.2 [INFO] [stderr] Compiling crossbeam-channel v0.5.4 [INFO] [stderr] Compiling repr_offset v0.2.1 [INFO] [stderr] Compiling core_extensions v1.5.2 [INFO] [stderr] Compiling abi_stable_shared v0.10.3 [INFO] [stderr] Compiling as_derive_utils v0.10.3 [INFO] [stderr] Compiling abi_stable_derive v0.10.3 [INFO] [stderr] Compiling abi_stable v0.10.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/erased_types/c_functions.rs:53:18 [INFO] [stdout] | [INFO] [stdout] 46 | / pub(crate) unsafe extern "C" fn clone_pointer_impl( [INFO] [stdout] 47 | | this: RRef<'_, ErasedPtr>, [INFO] [stdout] 48 | | ) -> ErasedPtr [INFO] [stdout] 49 | | where [INFO] [stdout] 50 | | OrigP: Clone, [INFO] [stdout] | |_________________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 53 | let this=unsafe{ this.transmute_into_ref::() }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] = note: `#[allow(unsafe_op_in_unsafe_fn)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/erased_types/c_functions.rs:114:18 [INFO] [stdout] | [INFO] [stdout] 104 | / pub(crate) unsafe extern "C" fn display_impl( [INFO] [stdout] 105 | | this: RRef<'_, ErasedObject>, [INFO] [stdout] 106 | | mode: FormattingMode, [INFO] [stdout] 107 | | buf: &mut RString, [INFO] [stdout] 108 | | ) -> RResult<(), ()> [INFO] [stdout] 109 | | where [INFO] [stdout] 110 | | T: Display, [INFO] [stdout] | |_______________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 114 | let this=unsafe{ this.transmute_into_ref::() }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/erased_types/c_functions.rs:138:18 [INFO] [stdout] | [INFO] [stdout] 127 | / pub(crate) unsafe extern "C" fn debug_impl( [INFO] [stdout] 128 | | this: RRef<'_, ErasedObject>, [INFO] [stdout] 129 | | mode: FormattingMode, [INFO] [stdout] 130 | | buf: &mut RString, [INFO] [stdout] 131 | | ) -> RResult<(), ()> [INFO] [stdout] 132 | | where [INFO] [stdout] 133 | | T: Debug, [INFO] [stdout] | |_____________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 138 | let this=unsafe{ this.transmute_into_ref::() }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/erased_types/c_functions.rs:177:18 [INFO] [stdout] | [INFO] [stdout] 169 | / pub(crate) unsafe extern "C" fn partial_eq_impl( [INFO] [stdout] 170 | | this: RRef<'_, ErasedObject>, [INFO] [stdout] 171 | | other: RRef<'_, ErasedObject>, [INFO] [stdout] 172 | | ) -> bool [INFO] [stdout] 173 | | where [INFO] [stdout] 174 | | T: PartialEq, [INFO] [stdout] | |_________________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 177 | let this=unsafe{ this.transmute_into_ref::() }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/erased_types/c_functions.rs:178:19 [INFO] [stdout] | [INFO] [stdout] 169 | / pub(crate) unsafe extern "C" fn partial_eq_impl( [INFO] [stdout] 170 | | this: RRef<'_, ErasedObject>, [INFO] [stdout] 171 | | other: RRef<'_, ErasedObject>, [INFO] [stdout] 172 | | ) -> bool [INFO] [stdout] 173 | | where [INFO] [stdout] 174 | | T: PartialEq, [INFO] [stdout] | |_________________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 178 | let other=unsafe{ other.transmute_into_ref::() }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/erased_types/c_functions.rs:191:18 [INFO] [stdout] | [INFO] [stdout] 183 | / pub(crate) unsafe extern "C" fn cmp_ord( [INFO] [stdout] 184 | | this: RRef<'_, ErasedObject>, [INFO] [stdout] 185 | | other: RRef<'_, ErasedObject>, [INFO] [stdout] 186 | | ) -> RCmpOrdering [INFO] [stdout] 187 | | where [INFO] [stdout] 188 | | T: Ord, [INFO] [stdout] | |___________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 191 | let this=unsafe{ this.transmute_into_ref::() }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/erased_types/c_functions.rs:192:19 [INFO] [stdout] | [INFO] [stdout] 183 | / pub(crate) unsafe extern "C" fn cmp_ord( [INFO] [stdout] 184 | | this: RRef<'_, ErasedObject>, [INFO] [stdout] 185 | | other: RRef<'_, ErasedObject>, [INFO] [stdout] 186 | | ) -> RCmpOrdering [INFO] [stdout] 187 | | where [INFO] [stdout] 188 | | T: Ord, [INFO] [stdout] | |___________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 192 | let other=unsafe{ other.transmute_into_ref::() }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/erased_types/c_functions.rs:205:18 [INFO] [stdout] | [INFO] [stdout] 197 | / pub(crate) unsafe extern "C" fn partial_cmp_ord( [INFO] [stdout] 198 | | this: RRef<'_, ErasedObject>, [INFO] [stdout] 199 | | other: RRef<'_, ErasedObject>, [INFO] [stdout] 200 | | ) -> ROption [INFO] [stdout] 201 | | where [INFO] [stdout] 202 | | T: PartialOrd, [INFO] [stdout] | |__________________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 205 | let this=unsafe{ this.transmute_into_ref::() }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/erased_types/c_functions.rs:206:19 [INFO] [stdout] | [INFO] [stdout] 197 | / pub(crate) unsafe extern "C" fn partial_cmp_ord( [INFO] [stdout] 198 | | this: RRef<'_, ErasedObject>, [INFO] [stdout] 199 | | other: RRef<'_, ErasedObject>, [INFO] [stdout] 200 | | ) -> ROption [INFO] [stdout] 201 | | where [INFO] [stdout] 202 | | T: PartialOrd, [INFO] [stdout] | |__________________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 206 | let other=unsafe{ other.transmute_into_ref::() }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/erased_types/c_functions.rs:222:18 [INFO] [stdout] | [INFO] [stdout] 215 | / pub(crate) unsafe extern "C" fn hash_Hash( [INFO] [stdout] 216 | | this: RRef<'_, ErasedObject>, [INFO] [stdout] 217 | | mut state: trait_objects::HasherObject<'_>, [INFO] [stdout] 218 | | ) where [INFO] [stdout] 219 | | T: Hash, [INFO] [stdout] | |____________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 222 | let this=unsafe{ this.transmute_into_ref::() }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/erased_types/c_functions.rs:238:18 [INFO] [stdout] | [INFO] [stdout] 231 | / pub(crate) unsafe extern "C" fn hash_slice_Hasher( [INFO] [stdout] 232 | | this: RMut<'_, ErasedObject>, [INFO] [stdout] 233 | | slic_: RSlice<'_, u8>, [INFO] [stdout] 234 | | ) where [INFO] [stdout] 235 | | T: Hasher, [INFO] [stdout] | |______________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 238 | let this=unsafe{ this.transmute_into_mut::() }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/erased_types/c_functions.rs:247:18 [INFO] [stdout] | [INFO] [stdout] 242 | / pub(crate) unsafe extern "C" fn finish_Hasher(this: RRef<'_, ErasedObject>) -> u64 [INFO] [stdout] 243 | | where [INFO] [stdout] 244 | | T: Hasher, [INFO] [stdout] | |______________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 247 | let this=unsafe{ this.transmute_into_ref::() }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/erased_types/c_functions.rs:265:18 [INFO] [stdout] | [INFO] [stdout] 257 | / pub(super) unsafe extern "C" fn write_str_fmt_write( [INFO] [stdout] 258 | | this: RMut<'_, ErasedObject>, [INFO] [stdout] 259 | | data: RStr<'_>, [INFO] [stdout] 260 | | ) -> RResult<(), ()> [INFO] [stdout] 261 | | where [INFO] [stdout] 262 | | T: fmt::Write, [INFO] [stdout] | |__________________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 265 | let this=unsafe{ this.transmute_into_mut::() }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/erased_types/c_functions.rs:470:18 [INFO] [stdout] | [INFO] [stdout] 462 | / pub(super) unsafe extern "C" fn io_Seek_seek( [INFO] [stdout] 463 | | this: RMut<'_, ErasedObject>, [INFO] [stdout] 464 | | seek_from: RSeekFrom, [INFO] [stdout] 465 | | ) -> RResult [INFO] [stdout] 466 | | where [INFO] [stdout] 467 | | S: io::Seek, [INFO] [stdout] | |________________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 470 | let this=unsafe{ this.transmute_into_mut::() }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/std_types/map/extern_fns.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 56 | / pub(super) unsafe extern "C" fn get_elem<'a>( [INFO] [stdout] 57 | | this: RRef<'a, Self>, [INFO] [stdout] 58 | | key: MapQuery<'_, K>, [INFO] [stdout] 59 | | ) -> Option<&'a V> { [INFO] [stdout] | |______________________- because it's nested under this `unsafe` fn [INFO] [stdout] 60 | Self::run(this, |this| unsafe { this.map.get(&key.as_mapkey()) }) [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/std_types/map/extern_fns.rs:67:36 [INFO] [stdout] | [INFO] [stdout] 63 | / pub(super) unsafe extern "C" fn get_mut_elem<'a>( [INFO] [stdout] 64 | | this: RMut<'a, Self>, [INFO] [stdout] 65 | | key: MapQuery<'_, K>, [INFO] [stdout] 66 | | ) -> Option<&'a mut V> { [INFO] [stdout] | |__________________________- because it's nested under this `unsafe` fn [INFO] [stdout] 67 | Self::run_mut(this, |this| unsafe { this.map.get_mut(&key.as_mapkey()) }) [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/std_types/map/extern_fns.rs:75:41 [INFO] [stdout] | [INFO] [stdout] 70 | / pub(super) unsafe extern "C" fn remove_entry( [INFO] [stdout] 71 | | this: RMut<'_, Self>, [INFO] [stdout] 72 | | key: MapQuery<'_, K>, [INFO] [stdout] 73 | | ) -> ROption> { [INFO] [stdout] | |______________________________- because it's nested under this `unsafe` fn [INFO] [stdout] 74 | Self::run_mut(this, |this| { [INFO] [stdout] 75 | match this.map.remove_entry(unsafe { &key.as_mapkey() }) { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/std_types/map/extern_fns.rs:148:13 [INFO] [stdout] | [INFO] [stdout] 140 | pub(super) unsafe extern "C" fn iter_val(this: RBox>) -> IntoIter { [INFO] [stdout] | ------------------------------------------------------------------------------------------ because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 148 | unsafe { IntoIter::new(iter) } [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/std_types/map/extern_fns.rs:160:13 [INFO] [stdout] | [INFO] [stdout] 152 | pub(super) unsafe extern "C" fn entry(this: RMut<'_, Self>, key: K) -> REntry<'_, K, V> { [INFO] [stdout] | --------------------------------------------------------------------------------------- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 160 | unsafe { REntry::new(entry_mut) } [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/std_types/std_error.rs:802:20 [INFO] [stdout] | [INFO] [stdout] 798 | / unsafe extern "C" fn as_debug_display( [INFO] [stdout] 799 | | this: RRef<'_, ErasedObject>, [INFO] [stdout] 800 | | ) -> ROption> { [INFO] [stdout] | |_________________________________- because it's nested under this `unsafe` fn [INFO] [stdout] 801 | extern_fn_panic_handling! { [INFO] [stdout] 802 | let this = unsafe{ this.transmute_into_ref::() }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 25.23s [INFO] running `Command { std: "docker" "inspect" "f2fdfab6e97e5671e52c90eb7f1ed7081f70f29b4b39b5f0dc8b635445c51f0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f2fdfab6e97e5671e52c90eb7f1ed7081f70f29b4b39b5f0dc8b635445c51f0f", kill_on_drop: false }` [INFO] [stdout] f2fdfab6e97e5671e52c90eb7f1ed7081f70f29b4b39b5f0dc8b635445c51f0f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/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] 272c6a81ae31ec3d7361addb30c38916a2e60ba75f669851af1193b2223378c1 [INFO] running `Command { std: "docker" "start" "-a" "272c6a81ae31ec3d7361addb30c38916a2e60ba75f669851af1193b2223378c1", kill_on_drop: false }` [INFO] [stderr] Compiling once_cell v1.10.0 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/erased_types/c_functions.rs:53:18 [INFO] [stdout] | [INFO] [stdout] 46 | / pub(crate) unsafe extern "C" fn clone_pointer_impl( [INFO] [stdout] 47 | | this: RRef<'_, ErasedPtr>, [INFO] [stdout] 48 | | ) -> ErasedPtr [INFO] [stdout] 49 | | where [INFO] [stdout] 50 | | OrigP: Clone, [INFO] [stdout] | |_________________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 53 | let this=unsafe{ this.transmute_into_ref::() }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] = note: `#[allow(unsafe_op_in_unsafe_fn)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/erased_types/c_functions.rs:114:18 [INFO] [stdout] | [INFO] [stdout] 104 | / pub(crate) unsafe extern "C" fn display_impl( [INFO] [stdout] 105 | | this: RRef<'_, ErasedObject>, [INFO] [stdout] 106 | | mode: FormattingMode, [INFO] [stdout] 107 | | buf: &mut RString, [INFO] [stdout] 108 | | ) -> RResult<(), ()> [INFO] [stdout] 109 | | where [INFO] [stdout] 110 | | T: Display, [INFO] [stdout] | |_______________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 114 | let this=unsafe{ this.transmute_into_ref::() }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/erased_types/c_functions.rs:138:18 [INFO] [stdout] | [INFO] [stdout] 127 | / pub(crate) unsafe extern "C" fn debug_impl( [INFO] [stdout] 128 | | this: RRef<'_, ErasedObject>, [INFO] [stdout] 129 | | mode: FormattingMode, [INFO] [stdout] 130 | | buf: &mut RString, [INFO] [stdout] 131 | | ) -> RResult<(), ()> [INFO] [stdout] 132 | | where [INFO] [stdout] 133 | | T: Debug, [INFO] [stdout] | |_____________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 138 | let this=unsafe{ this.transmute_into_ref::() }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/erased_types/c_functions.rs:177:18 [INFO] [stdout] | [INFO] [stdout] 169 | / pub(crate) unsafe extern "C" fn partial_eq_impl( [INFO] [stdout] 170 | | this: RRef<'_, ErasedObject>, [INFO] [stdout] 171 | | other: RRef<'_, ErasedObject>, [INFO] [stdout] 172 | | ) -> bool [INFO] [stdout] 173 | | where [INFO] [stdout] 174 | | T: PartialEq, [INFO] [stdout] | |_________________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 177 | let this=unsafe{ this.transmute_into_ref::() }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/erased_types/c_functions.rs:178:19 [INFO] [stdout] | [INFO] [stdout] 169 | / pub(crate) unsafe extern "C" fn partial_eq_impl( [INFO] [stdout] 170 | | this: RRef<'_, ErasedObject>, [INFO] [stdout] 171 | | other: RRef<'_, ErasedObject>, [INFO] [stdout] 172 | | ) -> bool [INFO] [stdout] 173 | | where [INFO] [stdout] 174 | | T: PartialEq, [INFO] [stdout] | |_________________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 178 | let other=unsafe{ other.transmute_into_ref::() }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/erased_types/c_functions.rs:191:18 [INFO] [stdout] | [INFO] [stdout] 183 | / pub(crate) unsafe extern "C" fn cmp_ord( [INFO] [stdout] 184 | | this: RRef<'_, ErasedObject>, [INFO] [stdout] 185 | | other: RRef<'_, ErasedObject>, [INFO] [stdout] 186 | | ) -> RCmpOrdering [INFO] [stdout] 187 | | where [INFO] [stdout] 188 | | T: Ord, [INFO] [stdout] | |___________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 191 | let this=unsafe{ this.transmute_into_ref::() }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/erased_types/c_functions.rs:192:19 [INFO] [stdout] | [INFO] [stdout] 183 | / pub(crate) unsafe extern "C" fn cmp_ord( [INFO] [stdout] 184 | | this: RRef<'_, ErasedObject>, [INFO] [stdout] 185 | | other: RRef<'_, ErasedObject>, [INFO] [stdout] 186 | | ) -> RCmpOrdering [INFO] [stdout] 187 | | where [INFO] [stdout] 188 | | T: Ord, [INFO] [stdout] | |___________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 192 | let other=unsafe{ other.transmute_into_ref::() }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/erased_types/c_functions.rs:205:18 [INFO] [stdout] | [INFO] [stdout] 197 | / pub(crate) unsafe extern "C" fn partial_cmp_ord( [INFO] [stdout] 198 | | this: RRef<'_, ErasedObject>, [INFO] [stdout] 199 | | other: RRef<'_, ErasedObject>, [INFO] [stdout] 200 | | ) -> ROption [INFO] [stdout] 201 | | where [INFO] [stdout] 202 | | T: PartialOrd, [INFO] [stdout] | |__________________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 205 | let this=unsafe{ this.transmute_into_ref::() }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/erased_types/c_functions.rs:206:19 [INFO] [stdout] | [INFO] [stdout] 197 | / pub(crate) unsafe extern "C" fn partial_cmp_ord( [INFO] [stdout] 198 | | this: RRef<'_, ErasedObject>, [INFO] [stdout] 199 | | other: RRef<'_, ErasedObject>, [INFO] [stdout] 200 | | ) -> ROption [INFO] [stdout] 201 | | where [INFO] [stdout] 202 | | T: PartialOrd, [INFO] [stdout] | |__________________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 206 | let other=unsafe{ other.transmute_into_ref::() }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/erased_types/c_functions.rs:222:18 [INFO] [stdout] | [INFO] [stdout] 215 | / pub(crate) unsafe extern "C" fn hash_Hash( [INFO] [stdout] 216 | | this: RRef<'_, ErasedObject>, [INFO] [stdout] 217 | | mut state: trait_objects::HasherObject<'_>, [INFO] [stdout] 218 | | ) where [INFO] [stdout] 219 | | T: Hash, [INFO] [stdout] | |____________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 222 | let this=unsafe{ this.transmute_into_ref::() }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/erased_types/c_functions.rs:238:18 [INFO] [stdout] | [INFO] [stdout] 231 | / pub(crate) unsafe extern "C" fn hash_slice_Hasher( [INFO] [stdout] 232 | | this: RMut<'_, ErasedObject>, [INFO] [stdout] 233 | | slic_: RSlice<'_, u8>, [INFO] [stdout] 234 | | ) where [INFO] [stdout] 235 | | T: Hasher, [INFO] [stdout] | |______________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 238 | let this=unsafe{ this.transmute_into_mut::() }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/erased_types/c_functions.rs:247:18 [INFO] [stdout] | [INFO] [stdout] 242 | / pub(crate) unsafe extern "C" fn finish_Hasher(this: RRef<'_, ErasedObject>) -> u64 [INFO] [stdout] 243 | | where [INFO] [stdout] 244 | | T: Hasher, [INFO] [stdout] | |______________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 247 | let this=unsafe{ this.transmute_into_ref::() }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/erased_types/c_functions.rs:265:18 [INFO] [stdout] | [INFO] [stdout] 257 | / pub(super) unsafe extern "C" fn write_str_fmt_write( [INFO] [stdout] 258 | | this: RMut<'_, ErasedObject>, [INFO] [stdout] 259 | | data: RStr<'_>, [INFO] [stdout] 260 | | ) -> RResult<(), ()> [INFO] [stdout] 261 | | where [INFO] [stdout] 262 | | T: fmt::Write, [INFO] [stdout] | |__________________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 265 | let this=unsafe{ this.transmute_into_mut::() }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/erased_types/c_functions.rs:470:18 [INFO] [stdout] | [INFO] [stdout] 462 | / pub(super) unsafe extern "C" fn io_Seek_seek( [INFO] [stdout] 463 | | this: RMut<'_, ErasedObject>, [INFO] [stdout] 464 | | seek_from: RSeekFrom, [INFO] [stdout] 465 | | ) -> RResult [INFO] [stdout] 466 | | where [INFO] [stdout] 467 | | S: io::Seek, [INFO] [stdout] | |________________- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 470 | let this=unsafe{ this.transmute_into_mut::() }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/std_types/map/extern_fns.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 56 | / pub(super) unsafe extern "C" fn get_elem<'a>( [INFO] [stdout] 57 | | this: RRef<'a, Self>, [INFO] [stdout] 58 | | key: MapQuery<'_, K>, [INFO] [stdout] 59 | | ) -> Option<&'a V> { [INFO] [stdout] | |______________________- because it's nested under this `unsafe` fn [INFO] [stdout] 60 | Self::run(this, |this| unsafe { this.map.get(&key.as_mapkey()) }) [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/std_types/map/extern_fns.rs:67:36 [INFO] [stdout] | [INFO] [stdout] 63 | / pub(super) unsafe extern "C" fn get_mut_elem<'a>( [INFO] [stdout] 64 | | this: RMut<'a, Self>, [INFO] [stdout] 65 | | key: MapQuery<'_, K>, [INFO] [stdout] 66 | | ) -> Option<&'a mut V> { [INFO] [stdout] | |__________________________- because it's nested under this `unsafe` fn [INFO] [stdout] 67 | Self::run_mut(this, |this| unsafe { this.map.get_mut(&key.as_mapkey()) }) [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/std_types/map/extern_fns.rs:75:41 [INFO] [stdout] | [INFO] [stdout] 70 | / pub(super) unsafe extern "C" fn remove_entry( [INFO] [stdout] 71 | | this: RMut<'_, Self>, [INFO] [stdout] 72 | | key: MapQuery<'_, K>, [INFO] [stdout] 73 | | ) -> ROption> { [INFO] [stdout] | |______________________________- because it's nested under this `unsafe` fn [INFO] [stdout] 74 | Self::run_mut(this, |this| { [INFO] [stdout] 75 | match this.map.remove_entry(unsafe { &key.as_mapkey() }) { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/std_types/map/extern_fns.rs:148:13 [INFO] [stdout] | [INFO] [stdout] 140 | pub(super) unsafe extern "C" fn iter_val(this: RBox>) -> IntoIter { [INFO] [stdout] | ------------------------------------------------------------------------------------------ because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 148 | unsafe { IntoIter::new(iter) } [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/std_types/map/extern_fns.rs:160:13 [INFO] [stdout] | [INFO] [stdout] 152 | pub(super) unsafe extern "C" fn entry(this: RMut<'_, Self>, key: K) -> REntry<'_, K, V> { [INFO] [stdout] | --------------------------------------------------------------------------------------- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 160 | unsafe { REntry::new(entry_mut) } [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/std_types/std_error.rs:802:20 [INFO] [stdout] | [INFO] [stdout] 798 | / unsafe extern "C" fn as_debug_display( [INFO] [stdout] 799 | | this: RRef<'_, ErasedObject>, [INFO] [stdout] 800 | | ) -> ROption> { [INFO] [stdout] | |_________________________________- because it's nested under this `unsafe` fn [INFO] [stdout] 801 | extern_fn_panic_handling! { [INFO] [stdout] 802 | let this = unsafe{ this.transmute_into_ref::() }; [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling abi_stable v0.10.4 (/opt/rustwide/workdir) [INFO] [stdout] error: tests must be run with the "testing" feature [INFO] [stdout] --> src/lib.rs:379:1 [INFO] [stdout] | [INFO] [stdout] 379 | compile_error! { "tests must be run with the \"testing\" feature" } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::nonexhaustive_enum::examples` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | examples::{ [INFO] [stdout] | ^^^^^^^^ could not find `examples` in `nonexhaustive_enum` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::test_utils` [INFO] [stdout] --> src/external_types/parking_lot/mutex.rs:361:16 [INFO] [stdout] | [INFO] [stdout] 361 | use crate::test_utils::check_formatting_equivalence; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | unresolved import [INFO] [stdout] | help: a similar path exists: `abi_stable_shared::test_utils` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::test_utils` [INFO] [stdout] --> src/external_types/parking_lot/rw_lock.rs:533:16 [INFO] [stdout] | [INFO] [stdout] 533 | use crate::test_utils::check_formatting_equivalence; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | unresolved import [INFO] [stdout] | help: a similar path exists: `abi_stable_shared::test_utils` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::test_utils` [INFO] [stdout] --> src/multikey_map.rs:394:16 [INFO] [stdout] | [INFO] [stdout] 394 | use crate::test_utils::must_panic; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | unresolved import [INFO] [stdout] | help: a similar path exists: `abi_stable_shared::test_utils` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::test_utils` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | test_utils::check_formatting_equivalence, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | unresolved import [INFO] [stdout] | help: a similar path exists: `abi_stable_shared::test_utils` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::test_utils` [INFO] [stdout] --> src/type_layout/printing/tests.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | test_utils::AlwaysDisplay, type_layout::TypeLayout, StableAbi, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | unresolved import [INFO] [stdout] | help: a similar path exists: `abi_stable_shared::test_utils` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::test_utils` [INFO] [stdout] --> src/std_types/boxed/test.rs:5:34 [INFO] [stdout] | [INFO] [stdout] 5 | use crate::{sabi_types::MovePtr, test_utils::must_panic}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | unresolved import [INFO] [stdout] | help: a similar path exists: `abi_stable_shared::test_utils` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::test_utils` [INFO] [stdout] --> src/std_types/std_error/test.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | test_utils::{check_formatting_equivalence, deref_address, Stringy}, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | unresolved import [INFO] [stdout] | help: a similar path exists: `abi_stable_shared::test_utils` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::test_utils` [INFO] [stdout] --> src/std_types/std_io.rs:463:16 [INFO] [stdout] | [INFO] [stdout] 463 | use crate::test_utils::{check_formatting_equivalence, deref_address, Stringy}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | unresolved import [INFO] [stdout] | help: a similar path exists: `abi_stable_shared::test_utils` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::test_utils` [INFO] [stdout] --> src/std_types/string/tests.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::test_utils::must_panic; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | unresolved import [INFO] [stdout] | help: a similar path exists: `abi_stable_shared::test_utils` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `crate::test_utils`, `self::command_a::Foo`, `self::command_b::Foo`, `self::command_c::Foo`, `self::command_h_mismatched_discriminant::Foo`, `self::command_c::Foo`, `self::command_h_mismatched_discriminant::Foo`, `self::many_ranges_a::Foo`, `self::many_ranges_b::Foo`, `self::command_a::Foo`, `self::command_c::Foo`, `self::generic_a::Foo`, `self::command_serde::Foo`, `self::generic_a::Foo`, `self::generic_a::Foo`, `self::command_serde::Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:26:13 [INFO] [stdout] | [INFO] [stdout] 26 | use self::command_a::Foo as FooA; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 40 | use self::command_b::Foo as FooB; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 63 | use self::command_c::Foo as FooC; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 77 | use self::command_h_mismatched_discriminant::Foo; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 91 | use self::command_c::Foo as FooC; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 100 | use self::command_h_mismatched_discriminant::Foo; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 110 | use self::many_ranges_a::Foo; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 128 | use self::many_ranges_b::Foo; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 149 | use self::{command_a::Foo as FooA, command_c::Foo as FooC}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 182 | use self::generic_a::Foo; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 217 | use self::command_serde::Foo as FooC; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 241 | use self::generic_a::Foo; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 318 | use self::generic_a::Foo; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 346 | use self::command_serde::Foo as FooC; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/std_types/vec/tests.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | test_utils::{must_panic, ShouldHavePanickedAt}, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | unresolved import [INFO] [stdout] | help: a similar path exists: `abi_stable_shared::test_utils` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooA` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:27:48 [INFO] [stdout] | [INFO] [stdout] 27 | let mut variant_a = NonExhaustive::new(FooA::A); [INFO] [stdout] | ^^^^ use of undeclared type `FooA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooA` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:28:48 [INFO] [stdout] | [INFO] [stdout] 28 | let mut variant_b = NonExhaustive::new(FooA::B(11)); [INFO] [stdout] | ^^^^ use of undeclared type `FooA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooA` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:30:45 [INFO] [stdout] | [INFO] [stdout] 30 | assert_eq!(variant_a.as_enum(), Ok(&FooA::A)); [INFO] [stdout] | ^^^^ use of undeclared type `FooA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooA` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:31:45 [INFO] [stdout] | [INFO] [stdout] 31 | assert_eq!(variant_b.as_enum(), Ok(&FooA::B(11))); [INFO] [stdout] | ^^^^ use of undeclared type `FooA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooA` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:33:53 [INFO] [stdout] | [INFO] [stdout] 33 | assert_eq!(variant_a.as_enum_mut(), Ok(&mut FooA::A)); [INFO] [stdout] | ^^^^ use of undeclared type `FooA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooA` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:34:53 [INFO] [stdout] | [INFO] [stdout] 34 | assert_eq!(variant_b.as_enum_mut(), Ok(&mut FooA::B(11))); [INFO] [stdout] | ^^^^ use of undeclared type `FooA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooA` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:36:46 [INFO] [stdout] | [INFO] [stdout] 36 | assert_eq!(variant_a.into_enum(), Ok(FooA::A)); [INFO] [stdout] | ^^^^ use of undeclared type `FooA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooA` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:37:46 [INFO] [stdout] | [INFO] [stdout] 37 | assert_eq!(variant_b.into_enum(), Ok(FooA::B(11))); [INFO] [stdout] | ^^^^ use of undeclared type `FooA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooB` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:42:48 [INFO] [stdout] | [INFO] [stdout] 42 | let mut variant_a = NonExhaustive::new(FooB::A); [INFO] [stdout] | ^^^^ use of undeclared type `FooB` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooB` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:43:48 [INFO] [stdout] | [INFO] [stdout] 43 | let mut variant_b = NonExhaustive::new(FooB::B(11)); [INFO] [stdout] | ^^^^ use of undeclared type `FooB` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooB` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:44:48 [INFO] [stdout] | [INFO] [stdout] 44 | let mut variant_c = NonExhaustive::new(FooB::C); [INFO] [stdout] | ^^^^ use of undeclared type `FooB` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooB` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:46:45 [INFO] [stdout] | [INFO] [stdout] 46 | assert_eq!(variant_a.as_enum(), Ok(&FooB::A)); [INFO] [stdout] | ^^^^ use of undeclared type `FooB` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooB` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:47:45 [INFO] [stdout] | [INFO] [stdout] 47 | assert_eq!(variant_b.as_enum(), Ok(&FooB::B(11))); [INFO] [stdout] | ^^^^ use of undeclared type `FooB` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooB` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:48:45 [INFO] [stdout] | [INFO] [stdout] 48 | assert_eq!(variant_c.as_enum(), Ok(&FooB::C)); [INFO] [stdout] | ^^^^ use of undeclared type `FooB` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooB` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:50:53 [INFO] [stdout] | [INFO] [stdout] 50 | assert_eq!(variant_a.as_enum_mut(), Ok(&mut FooB::A)); [INFO] [stdout] | ^^^^ use of undeclared type `FooB` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooB` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:51:53 [INFO] [stdout] | [INFO] [stdout] 51 | assert_eq!(variant_b.as_enum_mut(), Ok(&mut FooB::B(11))); [INFO] [stdout] | ^^^^ use of undeclared type `FooB` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooB` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:52:53 [INFO] [stdout] | [INFO] [stdout] 52 | assert_eq!(variant_c.as_enum_mut(), Ok(&mut FooB::C)); [INFO] [stdout] | ^^^^ use of undeclared type `FooB` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooB` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:54:46 [INFO] [stdout] | [INFO] [stdout] 54 | assert_eq!(variant_a.into_enum(), Ok(FooB::A)); [INFO] [stdout] | ^^^^ use of undeclared type `FooB` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooB` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:55:46 [INFO] [stdout] | [INFO] [stdout] 55 | assert_eq!(variant_b.into_enum(), Ok(FooB::B(11))); [INFO] [stdout] | ^^^^ use of undeclared type `FooB` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooB` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:56:46 [INFO] [stdout] | [INFO] [stdout] 56 | assert_eq!(variant_c.into_enum(), Ok(FooB::C)); [INFO] [stdout] | ^^^^ use of undeclared type `FooB` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooC` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:64:44 [INFO] [stdout] | [INFO] [stdout] 64 | let wrapped_a = NonExhaustive::new(FooC::A); [INFO] [stdout] | ^^^^ use of undeclared type `FooC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooC` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:65:44 [INFO] [stdout] | [INFO] [stdout] 65 | let wrapped_b = NonExhaustive::new(FooC::B(11)); [INFO] [stdout] | ^^^^ use of undeclared type `FooC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooC` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:66:44 [INFO] [stdout] | [INFO] [stdout] 66 | let wrapped_c = NonExhaustive::new(FooC::C); [INFO] [stdout] | ^^^^ use of undeclared type `FooC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooC` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:67:44 [INFO] [stdout] | [INFO] [stdout] 67 | let wrapped_d = NonExhaustive::new(FooC::D { [INFO] [stdout] | ^^^^ use of undeclared type `FooC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:78:44 [INFO] [stdout] | [INFO] [stdout] 78 | let wrapped_a = NonExhaustive::new(Foo::A); [INFO] [stdout] | ^^^ use of undeclared type `Foo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:79:44 [INFO] [stdout] | [INFO] [stdout] 79 | let wrapped_b = NonExhaustive::new(Foo::B); [INFO] [stdout] | ^^^ use of undeclared type `Foo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:80:44 [INFO] [stdout] | [INFO] [stdout] 80 | let wrapped_c = NonExhaustive::new(Foo::C); [INFO] [stdout] | ^^^ use of undeclared type `Foo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooC` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | assert_eq!(FooC::is_valid_discriminant(0), true); [INFO] [stdout] | ^^^^ use of undeclared type `FooC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooC` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:93:20 [INFO] [stdout] | [INFO] [stdout] 93 | assert_eq!(FooC::is_valid_discriminant(1), true); [INFO] [stdout] | ^^^^ use of undeclared type `FooC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooC` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:94:20 [INFO] [stdout] | [INFO] [stdout] 94 | assert_eq!(FooC::is_valid_discriminant(2), true); [INFO] [stdout] | ^^^^ use of undeclared type `FooC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooC` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:95:20 [INFO] [stdout] | [INFO] [stdout] 95 | assert_eq!(FooC::is_valid_discriminant(3), true); [INFO] [stdout] | ^^^^ use of undeclared type `FooC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooC` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:96:20 [INFO] [stdout] | [INFO] [stdout] 96 | assert_eq!(FooC::is_valid_discriminant(4), false); [INFO] [stdout] | ^^^^ use of undeclared type `FooC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooC` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:97:20 [INFO] [stdout] | [INFO] [stdout] 97 | assert_eq!(FooC::is_valid_discriminant(5), false); [INFO] [stdout] | ^^^^ use of undeclared type `FooC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooC` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:151:48 [INFO] [stdout] | [INFO] [stdout] 151 | let mut variant_a = NonExhaustive::new(FooC::A).transmute_enum::(); [INFO] [stdout] | ^^^^ use of undeclared type `FooC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooC` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:152:48 [INFO] [stdout] | [INFO] [stdout] 152 | let mut variant_b = NonExhaustive::new(FooC::B(11)).transmute_enum::(); [INFO] [stdout] | ^^^^ use of undeclared type `FooC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooC` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:153:48 [INFO] [stdout] | [INFO] [stdout] 153 | let mut variant_c = NonExhaustive::new(FooC::C).transmute_enum::(); [INFO] [stdout] | ^^^^ use of undeclared type `FooC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooC` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:154:29 [INFO] [stdout] | [INFO] [stdout] 154 | let mut variant_d = FooC::D { [INFO] [stdout] | ^^^^ use of undeclared type `FooC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooA` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:163:45 [INFO] [stdout] | [INFO] [stdout] 163 | assert_eq!(variant_a.as_enum(), Ok(&FooA::A)); [INFO] [stdout] | ^^^^ use of undeclared type `FooA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooA` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:164:45 [INFO] [stdout] | [INFO] [stdout] 164 | assert_eq!(variant_b.as_enum(), Ok(&FooA::B(11))); [INFO] [stdout] | ^^^^ use of undeclared type `FooA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooA` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:168:53 [INFO] [stdout] | [INFO] [stdout] 168 | assert_eq!(variant_a.as_enum_mut(), Ok(&mut FooA::A)); [INFO] [stdout] | ^^^^ use of undeclared type `FooA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooA` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:169:53 [INFO] [stdout] | [INFO] [stdout] 169 | assert_eq!(variant_b.as_enum_mut(), Ok(&mut FooA::B(11))); [INFO] [stdout] | ^^^^ use of undeclared type `FooA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooA` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:173:46 [INFO] [stdout] | [INFO] [stdout] 173 | assert_eq!(variant_a.into_enum(), Ok(FooA::A)); [INFO] [stdout] | ^^^^ use of undeclared type `FooA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooA` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:174:46 [INFO] [stdout] | [INFO] [stdout] 174 | assert_eq!(variant_b.into_enum(), Ok(FooA::B(11))); [INFO] [stdout] | ^^^^ use of undeclared type `FooA` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:187:40 [INFO] [stdout] | [INFO] [stdout] 187 | let variant_a = NonExhaustive::new(Foo::>::A); [INFO] [stdout] | ^^^ use of undeclared type `Foo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:188:40 [INFO] [stdout] | [INFO] [stdout] 188 | let variant_b = NonExhaustive::new(Foo::>::B); [INFO] [stdout] | ^^^ use of undeclared type `Foo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:202:35 [INFO] [stdout] | [INFO] [stdout] 202 | assert_eq!(variant_a.clone(), Foo::A); [INFO] [stdout] | ^^^ use of undeclared type `Foo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:203:35 [INFO] [stdout] | [INFO] [stdout] 203 | assert_eq!(variant_b.clone(), Foo::B); [INFO] [stdout] | ^^^ use of undeclared type `Foo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooC` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:219:21 [INFO] [stdout] | [INFO] [stdout] 219 | let variant_a = FooC::A; [INFO] [stdout] | ^^^^ use of undeclared type `FooC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooC` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:222:21 [INFO] [stdout] | [INFO] [stdout] 222 | let variant_b = FooC::B(11); [INFO] [stdout] | ^^^^ use of undeclared type `FooC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooC` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:225:21 [INFO] [stdout] | [INFO] [stdout] 225 | let variant_c = FooC::C; [INFO] [stdout] | ^^^^ use of undeclared type `FooC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooC` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:228:21 [INFO] [stdout] | [INFO] [stdout] 228 | let variant_d = FooC::D { [INFO] [stdout] | ^^^^ use of undeclared type `FooC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:243:21 [INFO] [stdout] | [INFO] [stdout] 243 | let variant_a = Foo::::A; [INFO] [stdout] | ^^^ use of undeclared type `Foo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:246:21 [INFO] [stdout] | [INFO] [stdout] 246 | let variant_b = Foo::::B; [INFO] [stdout] | ^^^ use of undeclared type `Foo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:326:21 [INFO] [stdout] | [INFO] [stdout] 326 | let variant_a = Foo::::A; [INFO] [stdout] | ^^^ use of undeclared type `Foo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:329:21 [INFO] [stdout] | [INFO] [stdout] 329 | let variant_b = Foo::::B; [INFO] [stdout] | ^^^ use of undeclared type `Foo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooC` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:348:21 [INFO] [stdout] | [INFO] [stdout] 348 | let variant_a = FooC::A; [INFO] [stdout] | ^^^^ use of undeclared type `FooC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooC` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:349:21 [INFO] [stdout] | [INFO] [stdout] 349 | let variant_b = FooC::B(10); [INFO] [stdout] | ^^^^ use of undeclared type `FooC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooC` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:350:21 [INFO] [stdout] | [INFO] [stdout] 350 | let variant_c = FooC::C; [INFO] [stdout] | ^^^^ use of undeclared type `FooC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FooC` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:351:21 [INFO] [stdout] | [INFO] [stdout] 351 | let variant_d = FooC::D { [INFO] [stdout] | ^^^^ use of undeclared type `FooC` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:101:20 [INFO] [stdout] | [INFO] [stdout] 101 | assert_eq!(Foo::is_valid_discriminant(0), false); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_1::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_2::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_3::Foo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:102:20 [INFO] [stdout] | [INFO] [stdout] 102 | assert_eq!(Foo::is_valid_discriminant(39), false); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_1::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_2::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_3::Foo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:103:20 [INFO] [stdout] | [INFO] [stdout] 103 | assert_eq!(Foo::is_valid_discriminant(40), true); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_1::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_2::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_3::Foo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:104:20 [INFO] [stdout] | [INFO] [stdout] 104 | assert_eq!(Foo::is_valid_discriminant(41), true); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_1::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_2::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_3::Foo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:105:20 [INFO] [stdout] | [INFO] [stdout] 105 | assert_eq!(Foo::is_valid_discriminant(42), true); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_1::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_2::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_3::Foo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:106:20 [INFO] [stdout] | [INFO] [stdout] 106 | assert_eq!(Foo::is_valid_discriminant(43), false); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_1::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_2::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_3::Foo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:107:20 [INFO] [stdout] | [INFO] [stdout] 107 | assert_eq!(Foo::is_valid_discriminant(44), false); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_1::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_2::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_3::Foo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:111:20 [INFO] [stdout] | [INFO] [stdout] 111 | assert_eq!(Foo::is_valid_discriminant(0), true); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_1::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_2::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_3::Foo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:112:20 [INFO] [stdout] | [INFO] [stdout] 112 | assert_eq!(Foo::is_valid_discriminant(1), false); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_1::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_2::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_3::Foo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:113:20 [INFO] [stdout] | [INFO] [stdout] 113 | assert_eq!(Foo::is_valid_discriminant(2), false); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_1::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_2::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_3::Foo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:114:20 [INFO] [stdout] | [INFO] [stdout] 114 | assert_eq!(Foo::is_valid_discriminant(39), false); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_1::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_2::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_3::Foo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:115:20 [INFO] [stdout] | [INFO] [stdout] 115 | assert_eq!(Foo::is_valid_discriminant(40), true); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_1::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_2::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_3::Foo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:116:20 [INFO] [stdout] | [INFO] [stdout] 116 | assert_eq!(Foo::is_valid_discriminant(41), true); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_1::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_2::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_3::Foo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:117:20 [INFO] [stdout] | [INFO] [stdout] 117 | assert_eq!(Foo::is_valid_discriminant(42), true); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_1::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_2::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_3::Foo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:118:20 [INFO] [stdout] | [INFO] [stdout] 118 | assert_eq!(Foo::is_valid_discriminant(43), false); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_1::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_2::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_3::Foo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:119:20 [INFO] [stdout] | [INFO] [stdout] 119 | assert_eq!(Foo::is_valid_discriminant(44), false); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_1::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_2::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_3::Foo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:120:20 [INFO] [stdout] | [INFO] [stdout] 120 | assert_eq!(Foo::is_valid_discriminant(58), false); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_1::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_2::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_3::Foo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:121:20 [INFO] [stdout] | [INFO] [stdout] 121 | assert_eq!(Foo::is_valid_discriminant(59), false); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_1::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_2::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_3::Foo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:122:20 [INFO] [stdout] | [INFO] [stdout] 122 | assert_eq!(Foo::is_valid_discriminant(60), true); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_1::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_2::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_3::Foo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:123:20 [INFO] [stdout] | [INFO] [stdout] 123 | assert_eq!(Foo::is_valid_discriminant(61), true); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_1::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_2::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_3::Foo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:124:20 [INFO] [stdout] | [INFO] [stdout] 124 | assert_eq!(Foo::is_valid_discriminant(62), false); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_1::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_2::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_3::Foo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:125:20 [INFO] [stdout] | [INFO] [stdout] 125 | assert_eq!(Foo::is_valid_discriminant(63), false); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_1::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_2::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_3::Foo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:129:20 [INFO] [stdout] | [INFO] [stdout] 129 | assert_eq!(Foo::is_valid_discriminant(0), true); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_1::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_2::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_3::Foo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:130:20 [INFO] [stdout] | [INFO] [stdout] 130 | assert_eq!(Foo::is_valid_discriminant(1), false); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_1::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_2::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_3::Foo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:131:20 [INFO] [stdout] | [INFO] [stdout] 131 | assert_eq!(Foo::is_valid_discriminant(2), false); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_1::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_2::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_3::Foo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:132:20 [INFO] [stdout] | [INFO] [stdout] 132 | assert_eq!(Foo::is_valid_discriminant(39), false); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_1::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_2::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_3::Foo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | assert_eq!(Foo::is_valid_discriminant(40), true); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_1::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_2::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_3::Foo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:134:20 [INFO] [stdout] | [INFO] [stdout] 134 | assert_eq!(Foo::is_valid_discriminant(41), true); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_1::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_2::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_3::Foo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:135:20 [INFO] [stdout] | [INFO] [stdout] 135 | assert_eq!(Foo::is_valid_discriminant(42), false); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_1::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_2::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_3::Foo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:136:20 [INFO] [stdout] | [INFO] [stdout] 136 | assert_eq!(Foo::is_valid_discriminant(43), false); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_1::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_2::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_3::Foo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:137:20 [INFO] [stdout] | [INFO] [stdout] 137 | assert_eq!(Foo::is_valid_discriminant(58), false); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_1::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_2::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_3::Foo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:138:20 [INFO] [stdout] | [INFO] [stdout] 138 | assert_eq!(Foo::is_valid_discriminant(59), false); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_1::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_2::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_3::Foo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:139:20 [INFO] [stdout] | [INFO] [stdout] 139 | assert_eq!(Foo::is_valid_discriminant(60), true); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_1::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_2::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_3::Foo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:140:20 [INFO] [stdout] | [INFO] [stdout] 140 | assert_eq!(Foo::is_valid_discriminant(62), false); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_1::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_2::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_3::Foo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:141:20 [INFO] [stdout] | [INFO] [stdout] 141 | assert_eq!(Foo::is_valid_discriminant(63), false); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_1::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_2::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_3::Foo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FooA` in this scope [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:151:74 [INFO] [stdout] | [INFO] [stdout] 147 | fn transmuting_enums() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 151 | let mut variant_a = NonExhaustive::new(FooC::A).transmute_enum::(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FooA` in this scope [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:152:78 [INFO] [stdout] | [INFO] [stdout] 147 | fn transmuting_enums() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 152 | let mut variant_b = NonExhaustive::new(FooC::B(11)).transmute_enum::(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FooA` in this scope [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:153:74 [INFO] [stdout] | [INFO] [stdout] 147 | fn transmuting_enums() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 153 | let mut variant_c = NonExhaustive::new(FooC::C).transmute_enum::(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FooA` in this scope [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:158:27 [INFO] [stdout] | [INFO] [stdout] 147 | fn transmuting_enums() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 158 | .transmute_enum::(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:189:40 [INFO] [stdout] | [INFO] [stdout] 189 | let variant_c = NonExhaustive::new(Foo::>::C(arc.clone())); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_1::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_2::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_3::Foo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:207:37 [INFO] [stdout] | [INFO] [stdout] 207 | assert_eq!(clone_c.clone(), Foo::C(arc.clone())); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_1::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_2::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_3::Foo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:249:21 [INFO] [stdout] | [INFO] [stdout] 249 | let variant_c = Foo::::C("what".into()); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_1::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_2::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_3::Foo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Foo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:332:21 [INFO] [stdout] | [INFO] [stdout] 332 | let variant_c = Foo::::C("what".into()); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_1::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_2::Foo; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::nonexhaustive_enum::doc_enums::example_3::Foo; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FooC` in this scope [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:373:49 [INFO] [stdout] | [INFO] [stdout] 345 | fn serde_test() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 373 | serde_json::from_str::>(r#" "oinoiasnd" "#).map_err(drop), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FooC` in this scope [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:378:28 [INFO] [stdout] | [INFO] [stdout] 345 | fn serde_test() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 378 | NonExhaustiveFor::::deserialize_from_proxy(r#"oinoiasnd"#.into()).map_err(drop), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FooC` in this scope [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:389:72 [INFO] [stdout] | [INFO] [stdout] 345 | fn serde_test() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 389 | let deserialized = serde_json::from_str::>(json_dd).unwrap(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FooC` in this scope [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:395:36 [INFO] [stdout] | [INFO] [stdout] 345 | fn serde_test() { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 395 | NonExhaustiveFor::::deserialize_from_proxy(json.into()).unwrap(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `GetEnumInfo` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | GetEnumInfo, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core_extensions::SelfOps` [INFO] [stdout] --> src/nonexhaustive_enum/nonexhaustive/tests.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use core_extensions::SelfOps; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 118 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `abi_stable` due to 119 previous errors; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "272c6a81ae31ec3d7361addb30c38916a2e60ba75f669851af1193b2223378c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "272c6a81ae31ec3d7361addb30c38916a2e60ba75f669851af1193b2223378c1", kill_on_drop: false }` [INFO] [stdout] 272c6a81ae31ec3d7361addb30c38916a2e60ba75f669851af1193b2223378c1