[INFO] fetching crate getters3 0.1.1... [INFO] checking getters3-0.1.1 against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342-1 [INFO] extracting crate getters3 0.1.1 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate getters3 0.1.1 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate getters3 0.1.1 [INFO] tweaked toml for crates.io crate getters3 0.1.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate getters3 0.1.1 on toolchain a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate getters3 0.1.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 55ed053e0d710876e2037e35bbf162aac6e4a6910936e24254ba708d6c19f3a5 [INFO] running `Command { std: "docker" "start" "-a" "55ed053e0d710876e2037e35bbf162aac6e4a6910936e24254ba708d6c19f3a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "55ed053e0d710876e2037e35bbf162aac6e4a6910936e24254ba708d6c19f3a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55ed053e0d710876e2037e35bbf162aac6e4a6910936e24254ba708d6c19f3a5", kill_on_drop: false }` [INFO] [stdout] 55ed053e0d710876e2037e35bbf162aac6e4a6910936e24254ba708d6c19f3a5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 10c21ef20ff5a014a2f0ee1752234fc12f52c98883882670b6a0ac452c651181 [INFO] running `Command { std: "docker" "start" "-a" "10c21ef20ff5a014a2f0ee1752234fc12f52c98883882670b6a0ac452c651181", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Checking quote v1.0.40 [INFO] [stderr] Checking syn v2.0.104 [INFO] [stderr] Compiling proc-macro-error-attr2 v2.0.0 [INFO] [stderr] Checking darling_core v0.20.10 [INFO] [stderr] Checking proc-macro-error2 v2.0.1 [INFO] [stderr] Compiling darling_macro v0.20.10 [INFO] [stderr] Checking darling v0.20.10 [INFO] [stderr] Checking getters3 v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `getters2` [INFO] [stdout] --> tests/test.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use getters2::Getters; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `getters2` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 7 - use getters2::Getters; [INFO] [stdout] 7 + use getters3::Getters; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `getters` in this scope [INFO] [stdout] --> tests/test.rs:10:3 [INFO] [stdout] | [INFO] [stdout] 10 | #[getters(deref, clone, mutable)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `getters` in this scope [INFO] [stdout] --> tests/test.rs:28:3 [INFO] [stdout] | [INFO] [stdout] 28 | #[getters(deref, clone, mutable)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `getters` in this scope [INFO] [stdout] --> tests/test.rs:44:3 [INFO] [stdout] | [INFO] [stdout] 44 | #[getters(deref, clone, mutable)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `getters` in this scope [INFO] [stdout] --> tests/test.rs:97:3 [INFO] [stdout] | [INFO] [stdout] 97 | #[getters(deref, clone, mutable)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `getters` in this scope [INFO] [stdout] --> tests/test.rs:157:3 [INFO] [stdout] | [INFO] [stdout] 157 | #[getters(deref, clone, mutable)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `getters` in this scope [INFO] [stdout] --> tests/test.rs:217:3 [INFO] [stdout] | [INFO] [stdout] 217 | #[getters(deref, clone, mutable)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `getters` in this scope [INFO] [stdout] --> tests/test.rs:255:3 [INFO] [stdout] | [INFO] [stdout] 255 | #[getters(deref, clone, mutable)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `getters` in this scope [INFO] [stdout] --> tests/test.rs:280:3 [INFO] [stdout] | [INFO] [stdout] 280 | #[getters(deref, clone, mutable)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `getters` in this scope [INFO] [stdout] --> tests/test.rs:282:7 [INFO] [stdout] | [INFO] [stdout] 282 | #[getters(skip, skip_deref, skip_clone, skip_mutable)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_ref` found for struct `FooNamed` in the current scope [INFO] [stdout] --> tests/test.rs:18:20 [INFO] [stdout] | [INFO] [stdout] 11 | struct FooNamed { [INFO] [stdout] | --------------- method `bar_ref` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 18 | assert_eq!(foo.bar_ref(), &42); [INFO] [stdout] | ^^^^^^^ method not found in `FooNamed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_deref` found for struct `FooNamed` in the current scope [INFO] [stdout] --> tests/test.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 11 | struct FooNamed { [INFO] [stdout] | --------------- method `bar_deref` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 19 | assert_eq!(foo.bar_deref(), 42); [INFO] [stdout] | ^^^^^^^^^ method not found in `FooNamed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_clone` found for struct `FooNamed` in the current scope [INFO] [stdout] --> tests/test.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 11 | struct FooNamed { [INFO] [stdout] | --------------- method `bar_clone` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 20 | assert_eq!(foo.bar_clone(), 42); [INFO] [stdout] | ^^^^^^^^^ method not found in `FooNamed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_mut` found for struct `FooNamed` in the current scope [INFO] [stdout] --> tests/test.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 11 | struct FooNamed { [INFO] [stdout] | --------------- method `bar_mut` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 21 | *foo.bar_mut() = 43; [INFO] [stdout] | ^^^^^^^ method not found in `FooNamed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_ref` found for struct `FooNamed` in the current scope [INFO] [stdout] --> tests/test.rs:22:20 [INFO] [stdout] | [INFO] [stdout] 11 | struct FooNamed { [INFO] [stdout] | --------------- method `bar_ref` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 22 | assert_eq!(foo.bar_ref(), &43); [INFO] [stdout] | ^^^^^^^ method not found in `FooNamed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_deref` found for struct `FooNamed` in the current scope [INFO] [stdout] --> tests/test.rs:23:20 [INFO] [stdout] | [INFO] [stdout] 11 | struct FooNamed { [INFO] [stdout] | --------------- method `bar_deref` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 23 | assert_eq!(foo.bar_deref(), 43); [INFO] [stdout] | ^^^^^^^^^ method not found in `FooNamed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_clone` found for struct `FooNamed` in the current scope [INFO] [stdout] --> tests/test.rs:24:20 [INFO] [stdout] | [INFO] [stdout] 11 | struct FooNamed { [INFO] [stdout] | --------------- method `bar_clone` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 24 | assert_eq!(foo.bar_clone(), 43); [INFO] [stdout] | ^^^^^^^^^ method not found in `FooNamed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `first_ref` found for struct `FooNewtype` in the current scope [INFO] [stdout] --> tests/test.rs:34:20 [INFO] [stdout] | [INFO] [stdout] 29 | struct FooNewtype(i32); [INFO] [stdout] | ----------------- method `first_ref` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 34 | assert_eq!(foo.first_ref(), &42); [INFO] [stdout] | ^^^^^^^^^ method not found in `FooNewtype` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `first_deref` found for struct `FooNewtype` in the current scope [INFO] [stdout] --> tests/test.rs:35:20 [INFO] [stdout] | [INFO] [stdout] 29 | struct FooNewtype(i32); [INFO] [stdout] | ----------------- method `first_deref` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 35 | assert_eq!(foo.first_deref(), 42); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `FooNewtype` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `first_clone` found for struct `FooNewtype` in the current scope [INFO] [stdout] --> tests/test.rs:36:20 [INFO] [stdout] | [INFO] [stdout] 29 | struct FooNewtype(i32); [INFO] [stdout] | ----------------- method `first_clone` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 36 | assert_eq!(foo.first_clone(), 42); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `FooNewtype` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `first_mut` found for struct `FooNewtype` in the current scope [INFO] [stdout] --> tests/test.rs:37:10 [INFO] [stdout] | [INFO] [stdout] 29 | struct FooNewtype(i32); [INFO] [stdout] | ----------------- method `first_mut` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 37 | *foo.first_mut() = 43; [INFO] [stdout] | ^^^^^^^^^ method not found in `FooNewtype` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `first_ref` found for struct `FooNewtype` in the current scope [INFO] [stdout] --> tests/test.rs:38:20 [INFO] [stdout] | [INFO] [stdout] 29 | struct FooNewtype(i32); [INFO] [stdout] | ----------------- method `first_ref` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 38 | assert_eq!(foo.first_ref(), &43); [INFO] [stdout] | ^^^^^^^^^ method not found in `FooNewtype` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `first_deref` found for struct `FooNewtype` in the current scope [INFO] [stdout] --> tests/test.rs:39:20 [INFO] [stdout] | [INFO] [stdout] 29 | struct FooNewtype(i32); [INFO] [stdout] | ----------------- method `first_deref` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 39 | assert_eq!(foo.first_deref(), 43); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `FooNewtype` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `first_clone` found for struct `FooNewtype` in the current scope [INFO] [stdout] --> tests/test.rs:40:20 [INFO] [stdout] | [INFO] [stdout] 29 | struct FooNewtype(i32); [INFO] [stdout] | ----------------- method `first_clone` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 40 | assert_eq!(foo.first_clone(), 43); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `FooNewtype` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `first_ref` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:50:20 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `first_ref` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 50 | assert_eq!(foo.first_ref(), &42); [INFO] [stdout] | ^^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `first_deref` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:51:20 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `first_deref` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 51 | assert_eq!(foo.first_deref(), 42); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `first_clone` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:52:20 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `first_clone` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 52 | assert_eq!(foo.first_clone(), 42); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `second_ref` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:53:20 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `second_ref` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 53 | assert_eq!(foo.second_ref(), &43); [INFO] [stdout] | ^^^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `second_deref` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:54:20 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `second_deref` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 54 | assert_eq!(foo.second_deref(), 43); [INFO] [stdout] | ^^^^^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `second_clone` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:55:20 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `second_clone` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 55 | assert_eq!(foo.second_clone(), 43); [INFO] [stdout] | ^^^^^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `third_ref` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:56:20 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `third_ref` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 56 | assert_eq!(foo.third_ref(), &44); [INFO] [stdout] | ^^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `third_deref` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:57:20 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `third_deref` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 57 | assert_eq!(foo.third_deref(), 44); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `third_clone` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:58:20 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `third_clone` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 58 | assert_eq!(foo.third_clone(), 44); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `fourth_ref` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:59:20 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `fourth_ref` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 59 | assert_eq!(foo.fourth_ref(), &45); [INFO] [stdout] | ^^^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `fourth_deref` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:60:20 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `fourth_deref` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 60 | assert_eq!(foo.fourth_deref(), 45); [INFO] [stdout] | ^^^^^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `fourth_clone` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:61:20 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `fourth_clone` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 61 | assert_eq!(foo.fourth_clone(), 45); [INFO] [stdout] | ^^^^^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `fifth_ref` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:62:20 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `fifth_ref` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 62 | assert_eq!(foo.fifth_ref(), &46); [INFO] [stdout] | ^^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `fifth_deref` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:63:20 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `fifth_deref` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 63 | assert_eq!(foo.fifth_deref(), 46); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `fifth_clone` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:64:20 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `fifth_clone` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 64 | assert_eq!(foo.fifth_clone(), 46); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `last_ref` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:65:20 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `last_ref` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 65 | assert_eq!(foo.last_ref(), &47); [INFO] [stdout] | ^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `last_deref` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:66:20 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `last_deref` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 66 | assert_eq!(foo.last_deref(), 47); [INFO] [stdout] | ^^^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `last_clone` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:67:20 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `last_clone` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 67 | assert_eq!(foo.last_clone(), 47); [INFO] [stdout] | ^^^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `first_mut` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:69:10 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `first_mut` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 69 | *foo.first_mut() = 43; [INFO] [stdout] | ^^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `second_mut` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `second_mut` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 70 | *foo.second_mut() = 44; [INFO] [stdout] | ^^^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `third_mut` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `third_mut` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 71 | *foo.third_mut() = 45; [INFO] [stdout] | ^^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `fourth_mut` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `fourth_mut` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 72 | *foo.fourth_mut() = 46; [INFO] [stdout] | ^^^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `fifth_mut` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:73:10 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `fifth_mut` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 73 | *foo.fifth_mut() = 47; [INFO] [stdout] | ^^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `last_mut` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:74:10 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `last_mut` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 74 | *foo.last_mut() = 48; [INFO] [stdout] | ^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `first_ref` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:76:20 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `first_ref` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 76 | assert_eq!(foo.first_ref(), &43); [INFO] [stdout] | ^^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `first_deref` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:77:20 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `first_deref` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 77 | assert_eq!(foo.first_deref(), 43); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `first_clone` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:78:20 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `first_clone` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 78 | assert_eq!(foo.first_clone(), 43); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `second_ref` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:79:20 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `second_ref` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 79 | assert_eq!(foo.second_ref(), &44); [INFO] [stdout] | ^^^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `second_deref` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:80:20 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `second_deref` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 80 | assert_eq!(foo.second_deref(), 44); [INFO] [stdout] | ^^^^^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `second_clone` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:81:20 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `second_clone` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 81 | assert_eq!(foo.second_clone(), 44); [INFO] [stdout] | ^^^^^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `third_ref` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:82:20 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `third_ref` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 82 | assert_eq!(foo.third_ref(), &45); [INFO] [stdout] | ^^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `third_deref` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:83:20 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `third_deref` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 83 | assert_eq!(foo.third_deref(), 45); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `third_clone` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `third_clone` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 84 | assert_eq!(foo.third_clone(), 45); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `fourth_ref` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:85:20 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `fourth_ref` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 85 | assert_eq!(foo.fourth_ref(), &46); [INFO] [stdout] | ^^^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `fourth_deref` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:86:20 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `fourth_deref` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 86 | assert_eq!(foo.fourth_deref(), 46); [INFO] [stdout] | ^^^^^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `fourth_clone` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:87:20 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `fourth_clone` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 87 | assert_eq!(foo.fourth_clone(), 46); [INFO] [stdout] | ^^^^^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `fifth_ref` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:88:20 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `fifth_ref` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 88 | assert_eq!(foo.fifth_ref(), &47); [INFO] [stdout] | ^^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `fifth_deref` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:89:20 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `fifth_deref` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 89 | assert_eq!(foo.fifth_deref(), 47); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `fifth_clone` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:90:20 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `fifth_clone` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 90 | assert_eq!(foo.fifth_clone(), 47); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `last_ref` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:91:20 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `last_ref` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 91 | assert_eq!(foo.last_ref(), &48); [INFO] [stdout] | ^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `last_deref` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `last_deref` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 92 | assert_eq!(foo.last_deref(), 48); [INFO] [stdout] | ^^^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `last_clone` found for struct `FooTuple` in the current scope [INFO] [stdout] --> tests/test.rs:93:20 [INFO] [stdout] | [INFO] [stdout] 45 | struct FooTuple(i32, i32, i32, i32, i32, i32); [INFO] [stdout] | --------------- method `last_clone` not found for this struct [INFO] [stdout] ... [INFO] [stdout] 93 | assert_eq!(foo.last_clone(), 48); [INFO] [stdout] | ^^^^^^^^^^ method not found in `FooTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_bar_ref` found for enum `BarNamed` in the current scope [INFO] [stdout] --> tests/test.rs:106:20 [INFO] [stdout] | [INFO] [stdout] 98 | enum BarNamed { [INFO] [stdout] | ------------- method `foo_bar_ref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 106 | assert_eq!(foo.foo_bar_ref(), Some(&42)); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `BarNamed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_bar_deref` found for enum `BarNamed` in the current scope [INFO] [stdout] --> tests/test.rs:107:20 [INFO] [stdout] | [INFO] [stdout] 98 | enum BarNamed { [INFO] [stdout] | ------------- method `foo_bar_deref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 107 | assert_eq!(foo.foo_bar_deref(), Some(42)); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `BarNamed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_bar_clone` found for enum `BarNamed` in the current scope [INFO] [stdout] --> tests/test.rs:108:20 [INFO] [stdout] | [INFO] [stdout] 98 | enum BarNamed { [INFO] [stdout] | ------------- method `foo_bar_clone` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 108 | assert_eq!(foo.foo_bar_clone(), Some(42)); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `BarNamed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_baz_ref` found for enum `BarNamed` in the current scope [INFO] [stdout] --> tests/test.rs:109:20 [INFO] [stdout] | [INFO] [stdout] 98 | enum BarNamed { [INFO] [stdout] | ------------- method `foo_baz_ref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 109 | assert_eq!(foo.foo_baz_ref(), Some(&43)); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `BarNamed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_baz_deref` found for enum `BarNamed` in the current scope [INFO] [stdout] --> tests/test.rs:110:20 [INFO] [stdout] | [INFO] [stdout] 98 | enum BarNamed { [INFO] [stdout] | ------------- method `foo_baz_deref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 110 | assert_eq!(foo.foo_baz_deref(), Some(43)); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `BarNamed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_baz_clone` found for enum `BarNamed` in the current scope [INFO] [stdout] --> tests/test.rs:111:20 [INFO] [stdout] | [INFO] [stdout] 98 | enum BarNamed { [INFO] [stdout] | ------------- method `foo_baz_clone` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 111 | assert_eq!(foo.foo_baz_clone(), Some(43)); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `BarNamed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_bar_mut` found for enum `BarNamed` in the current scope [INFO] [stdout] --> tests/test.rs:113:23 [INFO] [stdout] | [INFO] [stdout] 98 | enum BarNamed { [INFO] [stdout] | ------------- method `foo_bar_mut` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 113 | let Some(r) = foo.foo_bar_mut() else { [INFO] [stdout] | ^^^^^^^^^^^ method not found in `BarNamed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_baz_mut` found for enum `BarNamed` in the current scope [INFO] [stdout] --> tests/test.rs:118:23 [INFO] [stdout] | [INFO] [stdout] 98 | enum BarNamed { [INFO] [stdout] | ------------- method `foo_baz_mut` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 118 | let Some(r) = foo.foo_baz_mut() else { [INFO] [stdout] | ^^^^^^^^^^^ method not found in `BarNamed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_bar_ref` found for enum `BarNamed` in the current scope [INFO] [stdout] --> tests/test.rs:123:20 [INFO] [stdout] | [INFO] [stdout] 98 | enum BarNamed { [INFO] [stdout] | ------------- method `foo_bar_ref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 123 | assert_eq!(foo.foo_bar_ref(), Some(&44)); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `BarNamed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_bar_deref` found for enum `BarNamed` in the current scope [INFO] [stdout] --> tests/test.rs:124:20 [INFO] [stdout] | [INFO] [stdout] 98 | enum BarNamed { [INFO] [stdout] | ------------- method `foo_bar_deref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 124 | assert_eq!(foo.foo_bar_deref(), Some(44)); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `BarNamed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_bar_clone` found for enum `BarNamed` in the current scope [INFO] [stdout] --> tests/test.rs:125:20 [INFO] [stdout] | [INFO] [stdout] 98 | enum BarNamed { [INFO] [stdout] | ------------- method `foo_bar_clone` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 125 | assert_eq!(foo.foo_bar_clone(), Some(44)); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `BarNamed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_baz_ref` found for enum `BarNamed` in the current scope [INFO] [stdout] --> tests/test.rs:126:20 [INFO] [stdout] | [INFO] [stdout] 98 | enum BarNamed { [INFO] [stdout] | ------------- method `foo_baz_ref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 126 | assert_eq!(foo.foo_baz_ref(), Some(&45)); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `BarNamed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_baz_deref` found for enum `BarNamed` in the current scope [INFO] [stdout] --> tests/test.rs:127:20 [INFO] [stdout] | [INFO] [stdout] 98 | enum BarNamed { [INFO] [stdout] | ------------- method `foo_baz_deref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 127 | assert_eq!(foo.foo_baz_deref(), Some(45)); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `BarNamed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_baz_clone` found for enum `BarNamed` in the current scope [INFO] [stdout] --> tests/test.rs:128:20 [INFO] [stdout] | [INFO] [stdout] 98 | enum BarNamed { [INFO] [stdout] | ------------- method `foo_baz_clone` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 128 | assert_eq!(foo.foo_baz_clone(), Some(45)); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `BarNamed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_bar_ref` found for enum `BarNamed` in the current scope [INFO] [stdout] --> tests/test.rs:131:20 [INFO] [stdout] | [INFO] [stdout] 98 | enum BarNamed { [INFO] [stdout] | ------------- method `bar_bar_ref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 131 | assert_eq!(bar.bar_bar_ref(), Some(&42)); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `BarNamed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_bar_deref` found for enum `BarNamed` in the current scope [INFO] [stdout] --> tests/test.rs:132:20 [INFO] [stdout] | [INFO] [stdout] 98 | enum BarNamed { [INFO] [stdout] | ------------- method `bar_bar_deref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 132 | assert_eq!(bar.bar_bar_deref(), Some(42)); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `BarNamed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_bar_clone` found for enum `BarNamed` in the current scope [INFO] [stdout] --> tests/test.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 98 | enum BarNamed { [INFO] [stdout] | ------------- method `bar_bar_clone` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 133 | assert_eq!(bar.bar_bar_clone(), Some(42)); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `BarNamed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_baz_ref` found for enum `BarNamed` in the current scope [INFO] [stdout] --> tests/test.rs:134:20 [INFO] [stdout] | [INFO] [stdout] 98 | enum BarNamed { [INFO] [stdout] | ------------- method `bar_baz_ref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 134 | assert_eq!(bar.bar_baz_ref(), Some(&43)); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `BarNamed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_baz_deref` found for enum `BarNamed` in the current scope [INFO] [stdout] --> tests/test.rs:135:20 [INFO] [stdout] | [INFO] [stdout] 98 | enum BarNamed { [INFO] [stdout] | ------------- method `bar_baz_deref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 135 | assert_eq!(bar.bar_baz_deref(), Some(43)); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `BarNamed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_baz_clone` found for enum `BarNamed` in the current scope [INFO] [stdout] --> tests/test.rs:136:20 [INFO] [stdout] | [INFO] [stdout] 98 | enum BarNamed { [INFO] [stdout] | ------------- method `bar_baz_clone` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 136 | assert_eq!(bar.bar_baz_clone(), Some(43)); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `BarNamed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_bar_mut` found for enum `BarNamed` in the current scope [INFO] [stdout] --> tests/test.rs:138:23 [INFO] [stdout] | [INFO] [stdout] 98 | enum BarNamed { [INFO] [stdout] | ------------- method `bar_bar_mut` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 138 | let Some(r) = bar.bar_bar_mut() else { [INFO] [stdout] | ^^^^^^^^^^^ method not found in `BarNamed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_baz_mut` found for enum `BarNamed` in the current scope [INFO] [stdout] --> tests/test.rs:143:23 [INFO] [stdout] | [INFO] [stdout] 98 | enum BarNamed { [INFO] [stdout] | ------------- method `bar_baz_mut` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 143 | let Some(r) = bar.bar_baz_mut() else { [INFO] [stdout] | ^^^^^^^^^^^ method not found in `BarNamed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_bar_ref` found for enum `BarNamed` in the current scope [INFO] [stdout] --> tests/test.rs:148:20 [INFO] [stdout] | [INFO] [stdout] 98 | enum BarNamed { [INFO] [stdout] | ------------- method `bar_bar_ref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 148 | assert_eq!(bar.bar_bar_ref(), Some(&44)); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `BarNamed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_bar_deref` found for enum `BarNamed` in the current scope [INFO] [stdout] --> tests/test.rs:149:20 [INFO] [stdout] | [INFO] [stdout] 98 | enum BarNamed { [INFO] [stdout] | ------------- method `bar_bar_deref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 149 | assert_eq!(bar.bar_bar_deref(), Some(44)); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `BarNamed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_bar_clone` found for enum `BarNamed` in the current scope [INFO] [stdout] --> tests/test.rs:150:20 [INFO] [stdout] | [INFO] [stdout] 98 | enum BarNamed { [INFO] [stdout] | ------------- method `bar_bar_clone` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 150 | assert_eq!(bar.bar_bar_clone(), Some(44)); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `BarNamed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_baz_ref` found for enum `BarNamed` in the current scope [INFO] [stdout] --> tests/test.rs:151:20 [INFO] [stdout] | [INFO] [stdout] 98 | enum BarNamed { [INFO] [stdout] | ------------- method `bar_baz_ref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 151 | assert_eq!(bar.bar_baz_ref(), Some(&45)); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `BarNamed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_baz_deref` found for enum `BarNamed` in the current scope [INFO] [stdout] --> tests/test.rs:152:20 [INFO] [stdout] | [INFO] [stdout] 98 | enum BarNamed { [INFO] [stdout] | ------------- method `bar_baz_deref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 152 | assert_eq!(bar.bar_baz_deref(), Some(45)); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `BarNamed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_baz_clone` found for enum `BarNamed` in the current scope [INFO] [stdout] --> tests/test.rs:153:20 [INFO] [stdout] | [INFO] [stdout] 98 | enum BarNamed { [INFO] [stdout] | ------------- method `bar_baz_clone` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 153 | assert_eq!(bar.bar_baz_clone(), Some(45)); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `BarNamed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_first_ref` found for enum `BarTuple` in the current scope [INFO] [stdout] --> tests/test.rs:166:20 [INFO] [stdout] | [INFO] [stdout] 158 | enum BarTuple { [INFO] [stdout] | ------------- method `foo_first_ref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 166 | assert_eq!(foo.foo_first_ref(), Some(&42)); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `BarTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_first_deref` found for enum `BarTuple` in the current scope [INFO] [stdout] --> tests/test.rs:167:20 [INFO] [stdout] | [INFO] [stdout] 158 | enum BarTuple { [INFO] [stdout] | ------------- method `foo_first_deref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 167 | assert_eq!(foo.foo_first_deref(), Some(42)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `BarTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_first_clone` found for enum `BarTuple` in the current scope [INFO] [stdout] --> tests/test.rs:168:20 [INFO] [stdout] | [INFO] [stdout] 158 | enum BarTuple { [INFO] [stdout] | ------------- method `foo_first_clone` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 168 | assert_eq!(foo.foo_first_clone(), Some(42)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `BarTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_last_ref` found for enum `BarTuple` in the current scope [INFO] [stdout] --> tests/test.rs:169:20 [INFO] [stdout] | [INFO] [stdout] 158 | enum BarTuple { [INFO] [stdout] | ------------- method `foo_last_ref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 169 | assert_eq!(foo.foo_last_ref(), Some(&43)); [INFO] [stdout] | ^^^^^^^^^^^^ method not found in `BarTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_last_deref` found for enum `BarTuple` in the current scope [INFO] [stdout] --> tests/test.rs:170:20 [INFO] [stdout] | [INFO] [stdout] 158 | enum BarTuple { [INFO] [stdout] | ------------- method `foo_last_deref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 170 | assert_eq!(foo.foo_last_deref(), Some(43)); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `BarTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_last_clone` found for enum `BarTuple` in the current scope [INFO] [stdout] --> tests/test.rs:171:20 [INFO] [stdout] | [INFO] [stdout] 158 | enum BarTuple { [INFO] [stdout] | ------------- method `foo_last_clone` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 171 | assert_eq!(foo.foo_last_clone(), Some(43)); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `BarTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_first_mut` found for enum `BarTuple` in the current scope [INFO] [stdout] --> tests/test.rs:173:23 [INFO] [stdout] | [INFO] [stdout] 158 | enum BarTuple { [INFO] [stdout] | ------------- method `foo_first_mut` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 173 | let Some(r) = foo.foo_first_mut() else { [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `BarTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_last_mut` found for enum `BarTuple` in the current scope [INFO] [stdout] --> tests/test.rs:178:23 [INFO] [stdout] | [INFO] [stdout] 158 | enum BarTuple { [INFO] [stdout] | ------------- method `foo_last_mut` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 178 | let Some(r) = foo.foo_last_mut() else { [INFO] [stdout] | ^^^^^^^^^^^^ method not found in `BarTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_first_ref` found for enum `BarTuple` in the current scope [INFO] [stdout] --> tests/test.rs:183:20 [INFO] [stdout] | [INFO] [stdout] 158 | enum BarTuple { [INFO] [stdout] | ------------- method `foo_first_ref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 183 | assert_eq!(foo.foo_first_ref(), Some(&44)); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `BarTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_first_deref` found for enum `BarTuple` in the current scope [INFO] [stdout] --> tests/test.rs:184:20 [INFO] [stdout] | [INFO] [stdout] 158 | enum BarTuple { [INFO] [stdout] | ------------- method `foo_first_deref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 184 | assert_eq!(foo.foo_first_deref(), Some(44)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `BarTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_first_clone` found for enum `BarTuple` in the current scope [INFO] [stdout] --> tests/test.rs:185:20 [INFO] [stdout] | [INFO] [stdout] 158 | enum BarTuple { [INFO] [stdout] | ------------- method `foo_first_clone` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 185 | assert_eq!(foo.foo_first_clone(), Some(44)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `BarTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_last_ref` found for enum `BarTuple` in the current scope [INFO] [stdout] --> tests/test.rs:186:20 [INFO] [stdout] | [INFO] [stdout] 158 | enum BarTuple { [INFO] [stdout] | ------------- method `foo_last_ref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 186 | assert_eq!(foo.foo_last_ref(), Some(&45)); [INFO] [stdout] | ^^^^^^^^^^^^ method not found in `BarTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_last_deref` found for enum `BarTuple` in the current scope [INFO] [stdout] --> tests/test.rs:187:20 [INFO] [stdout] | [INFO] [stdout] 158 | enum BarTuple { [INFO] [stdout] | ------------- method `foo_last_deref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 187 | assert_eq!(foo.foo_last_deref(), Some(45)); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `BarTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_last_clone` found for enum `BarTuple` in the current scope [INFO] [stdout] --> tests/test.rs:188:20 [INFO] [stdout] | [INFO] [stdout] 158 | enum BarTuple { [INFO] [stdout] | ------------- method `foo_last_clone` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 188 | assert_eq!(foo.foo_last_clone(), Some(45)); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `BarTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_first_ref` found for enum `BarTuple` in the current scope [INFO] [stdout] --> tests/test.rs:191:20 [INFO] [stdout] | [INFO] [stdout] 158 | enum BarTuple { [INFO] [stdout] | ------------- method `bar_first_ref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 191 | assert_eq!(bar.bar_first_ref(), Some(&42)); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `BarTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_first_deref` found for enum `BarTuple` in the current scope [INFO] [stdout] --> tests/test.rs:192:20 [INFO] [stdout] | [INFO] [stdout] 158 | enum BarTuple { [INFO] [stdout] | ------------- method `bar_first_deref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 192 | assert_eq!(bar.bar_first_deref(), Some(42)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `BarTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_first_clone` found for enum `BarTuple` in the current scope [INFO] [stdout] --> tests/test.rs:193:20 [INFO] [stdout] | [INFO] [stdout] 158 | enum BarTuple { [INFO] [stdout] | ------------- method `bar_first_clone` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 193 | assert_eq!(bar.bar_first_clone(), Some(42)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `BarTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_last_ref` found for enum `BarTuple` in the current scope [INFO] [stdout] --> tests/test.rs:194:20 [INFO] [stdout] | [INFO] [stdout] 158 | enum BarTuple { [INFO] [stdout] | ------------- method `bar_last_ref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 194 | assert_eq!(bar.bar_last_ref(), Some(&43)); [INFO] [stdout] | ^^^^^^^^^^^^ method not found in `BarTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_last_deref` found for enum `BarTuple` in the current scope [INFO] [stdout] --> tests/test.rs:195:20 [INFO] [stdout] | [INFO] [stdout] 158 | enum BarTuple { [INFO] [stdout] | ------------- method `bar_last_deref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 195 | assert_eq!(bar.bar_last_deref(), Some(43)); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `BarTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_last_clone` found for enum `BarTuple` in the current scope [INFO] [stdout] --> tests/test.rs:196:20 [INFO] [stdout] | [INFO] [stdout] 158 | enum BarTuple { [INFO] [stdout] | ------------- method `bar_last_clone` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 196 | assert_eq!(bar.bar_last_clone(), Some(43)); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `BarTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_first_mut` found for enum `BarTuple` in the current scope [INFO] [stdout] --> tests/test.rs:198:23 [INFO] [stdout] | [INFO] [stdout] 158 | enum BarTuple { [INFO] [stdout] | ------------- method `bar_first_mut` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 198 | let Some(r) = bar.bar_first_mut() else { [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `BarTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_last_mut` found for enum `BarTuple` in the current scope [INFO] [stdout] --> tests/test.rs:203:23 [INFO] [stdout] | [INFO] [stdout] 158 | enum BarTuple { [INFO] [stdout] | ------------- method `bar_last_mut` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 203 | let Some(r) = bar.bar_last_mut() else { [INFO] [stdout] | ^^^^^^^^^^^^ method not found in `BarTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_first_ref` found for enum `BarTuple` in the current scope [INFO] [stdout] --> tests/test.rs:208:20 [INFO] [stdout] | [INFO] [stdout] 158 | enum BarTuple { [INFO] [stdout] | ------------- method `bar_first_ref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 208 | assert_eq!(bar.bar_first_ref(), Some(&44)); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `BarTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_first_deref` found for enum `BarTuple` in the current scope [INFO] [stdout] --> tests/test.rs:209:20 [INFO] [stdout] | [INFO] [stdout] 158 | enum BarTuple { [INFO] [stdout] | ------------- method `bar_first_deref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 209 | assert_eq!(bar.bar_first_deref(), Some(44)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `BarTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_first_clone` found for enum `BarTuple` in the current scope [INFO] [stdout] --> tests/test.rs:210:20 [INFO] [stdout] | [INFO] [stdout] 158 | enum BarTuple { [INFO] [stdout] | ------------- method `bar_first_clone` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 210 | assert_eq!(bar.bar_first_clone(), Some(44)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `BarTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_last_ref` found for enum `BarTuple` in the current scope [INFO] [stdout] --> tests/test.rs:211:20 [INFO] [stdout] | [INFO] [stdout] 158 | enum BarTuple { [INFO] [stdout] | ------------- method `bar_last_ref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 211 | assert_eq!(bar.bar_last_ref(), Some(&45)); [INFO] [stdout] | ^^^^^^^^^^^^ method not found in `BarTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_last_deref` found for enum `BarTuple` in the current scope [INFO] [stdout] --> tests/test.rs:212:20 [INFO] [stdout] | [INFO] [stdout] 158 | enum BarTuple { [INFO] [stdout] | ------------- method `bar_last_deref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 212 | assert_eq!(bar.bar_last_deref(), Some(45)); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `BarTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_last_clone` found for enum `BarTuple` in the current scope [INFO] [stdout] --> tests/test.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 158 | enum BarTuple { [INFO] [stdout] | ------------- method `bar_last_clone` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 213 | assert_eq!(bar.bar_last_clone(), Some(45)); [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `BarTuple` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_first_ref` found for enum `BarUnit` in the current scope [INFO] [stdout] --> tests/test.rs:226:20 [INFO] [stdout] | [INFO] [stdout] 218 | enum BarUnit { [INFO] [stdout] | ------------ method `foo_first_ref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 226 | assert_eq!(foo.foo_first_ref(), Some(&42)); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `BarUnit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_first_deref` found for enum `BarUnit` in the current scope [INFO] [stdout] --> tests/test.rs:227:20 [INFO] [stdout] | [INFO] [stdout] 218 | enum BarUnit { [INFO] [stdout] | ------------ method `foo_first_deref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 227 | assert_eq!(foo.foo_first_deref(), Some(42)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `BarUnit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_first_clone` found for enum `BarUnit` in the current scope [INFO] [stdout] --> tests/test.rs:228:20 [INFO] [stdout] | [INFO] [stdout] 218 | enum BarUnit { [INFO] [stdout] | ------------ method `foo_first_clone` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 228 | assert_eq!(foo.foo_first_clone(), Some(42)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `BarUnit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_first_mut` found for enum `BarUnit` in the current scope [INFO] [stdout] --> tests/test.rs:230:23 [INFO] [stdout] | [INFO] [stdout] 218 | enum BarUnit { [INFO] [stdout] | ------------ method `foo_first_mut` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 230 | let Some(r) = foo.foo_first_mut() else { [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `BarUnit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_first_ref` found for enum `BarUnit` in the current scope [INFO] [stdout] --> tests/test.rs:235:20 [INFO] [stdout] | [INFO] [stdout] 218 | enum BarUnit { [INFO] [stdout] | ------------ method `foo_first_ref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 235 | assert_eq!(foo.foo_first_ref(), Some(&43)); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `BarUnit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_first_deref` found for enum `BarUnit` in the current scope [INFO] [stdout] --> tests/test.rs:236:20 [INFO] [stdout] | [INFO] [stdout] 218 | enum BarUnit { [INFO] [stdout] | ------------ method `foo_first_deref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 236 | assert_eq!(foo.foo_first_deref(), Some(43)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `BarUnit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_first_clone` found for enum `BarUnit` in the current scope [INFO] [stdout] --> tests/test.rs:237:20 [INFO] [stdout] | [INFO] [stdout] 218 | enum BarUnit { [INFO] [stdout] | ------------ method `foo_first_clone` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 237 | assert_eq!(foo.foo_first_clone(), Some(43)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `BarUnit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_first_ref` found for enum `BarUnit` in the current scope [INFO] [stdout] --> tests/test.rs:240:20 [INFO] [stdout] | [INFO] [stdout] 218 | enum BarUnit { [INFO] [stdout] | ------------ method `bar_first_ref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 240 | assert_eq!(bar.bar_first_ref(), Some(&42)); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `BarUnit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_first_deref` found for enum `BarUnit` in the current scope [INFO] [stdout] --> tests/test.rs:241:20 [INFO] [stdout] | [INFO] [stdout] 218 | enum BarUnit { [INFO] [stdout] | ------------ method `bar_first_deref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 241 | assert_eq!(bar.bar_first_deref(), Some(42)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `BarUnit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_first_clone` found for enum `BarUnit` in the current scope [INFO] [stdout] --> tests/test.rs:242:20 [INFO] [stdout] | [INFO] [stdout] 218 | enum BarUnit { [INFO] [stdout] | ------------ method `bar_first_clone` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 242 | assert_eq!(bar.bar_first_clone(), Some(42)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `BarUnit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_first_mut` found for enum `BarUnit` in the current scope [INFO] [stdout] --> tests/test.rs:244:23 [INFO] [stdout] | [INFO] [stdout] 218 | enum BarUnit { [INFO] [stdout] | ------------ method `bar_first_mut` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 244 | let Some(r) = bar.bar_first_mut() else { [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `BarUnit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_first_ref` found for enum `BarUnit` in the current scope [INFO] [stdout] --> tests/test.rs:249:20 [INFO] [stdout] | [INFO] [stdout] 218 | enum BarUnit { [INFO] [stdout] | ------------ method `bar_first_ref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 249 | assert_eq!(bar.bar_first_ref(), Some(&43)); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `BarUnit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_first_deref` found for enum `BarUnit` in the current scope [INFO] [stdout] --> tests/test.rs:250:20 [INFO] [stdout] | [INFO] [stdout] 218 | enum BarUnit { [INFO] [stdout] | ------------ method `bar_first_deref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 250 | assert_eq!(bar.bar_first_deref(), Some(43)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `BarUnit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `bar_first_clone` found for enum `BarUnit` in the current scope [INFO] [stdout] --> tests/test.rs:251:20 [INFO] [stdout] | [INFO] [stdout] 218 | enum BarUnit { [INFO] [stdout] | ------------ method `bar_first_clone` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 251 | assert_eq!(bar.bar_first_clone(), Some(43)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `BarUnit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_first_ref` found for enum `BarUnitWithDiscriminant` in the current scope [INFO] [stdout] --> tests/test.rs:264:20 [INFO] [stdout] | [INFO] [stdout] 256 | enum BarUnitWithDiscriminant { [INFO] [stdout] | ---------------------------- method `foo_first_ref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 264 | assert_eq!(foo.foo_first_ref(), Some(&42)); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `BarUnitWithDiscriminant` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_first_deref` found for enum `BarUnitWithDiscriminant` in the current scope [INFO] [stdout] --> tests/test.rs:265:20 [INFO] [stdout] | [INFO] [stdout] 256 | enum BarUnitWithDiscriminant { [INFO] [stdout] | ---------------------------- method `foo_first_deref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 265 | assert_eq!(foo.foo_first_deref(), Some(42)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `BarUnitWithDiscriminant` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_first_clone` found for enum `BarUnitWithDiscriminant` in the current scope [INFO] [stdout] --> tests/test.rs:266:20 [INFO] [stdout] | [INFO] [stdout] 256 | enum BarUnitWithDiscriminant { [INFO] [stdout] | ---------------------------- method `foo_first_clone` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 266 | assert_eq!(foo.foo_first_clone(), Some(42)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `BarUnitWithDiscriminant` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_first_mut` found for enum `BarUnitWithDiscriminant` in the current scope [INFO] [stdout] --> tests/test.rs:268:23 [INFO] [stdout] | [INFO] [stdout] 256 | enum BarUnitWithDiscriminant { [INFO] [stdout] | ---------------------------- method `foo_first_mut` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 268 | let Some(r) = foo.foo_first_mut() else { [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `BarUnitWithDiscriminant` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_first_ref` found for enum `BarUnitWithDiscriminant` in the current scope [INFO] [stdout] --> tests/test.rs:273:20 [INFO] [stdout] | [INFO] [stdout] 256 | enum BarUnitWithDiscriminant { [INFO] [stdout] | ---------------------------- method `foo_first_ref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 273 | assert_eq!(foo.foo_first_ref(), Some(&43)); [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `BarUnitWithDiscriminant` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_first_deref` found for enum `BarUnitWithDiscriminant` in the current scope [INFO] [stdout] --> tests/test.rs:274:20 [INFO] [stdout] | [INFO] [stdout] 256 | enum BarUnitWithDiscriminant { [INFO] [stdout] | ---------------------------- method `foo_first_deref` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 274 | assert_eq!(foo.foo_first_deref(), Some(43)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `BarUnitWithDiscriminant` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `foo_first_clone` found for enum `BarUnitWithDiscriminant` in the current scope [INFO] [stdout] --> tests/test.rs:275:20 [INFO] [stdout] | [INFO] [stdout] 256 | enum BarUnitWithDiscriminant { [INFO] [stdout] | ---------------------------- method `foo_first_clone` not found for this enum [INFO] [stdout] ... [INFO] [stdout] 275 | assert_eq!(foo.foo_first_clone(), Some(43)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `BarUnitWithDiscriminant` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `getters3` (test "test") due to 143 previous errors [INFO] running `Command { std: "docker" "inspect" "10c21ef20ff5a014a2f0ee1752234fc12f52c98883882670b6a0ac452c651181", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "10c21ef20ff5a014a2f0ee1752234fc12f52c98883882670b6a0ac452c651181", kill_on_drop: false }` [INFO] [stdout] 10c21ef20ff5a014a2f0ee1752234fc12f52c98883882670b6a0ac452c651181