[INFO] fetching crate sanitizer_macros 0.2.0... [INFO] checking sanitizer_macros-0.2.0 against master#3aedcf06b73fc36feeebca3d579e1d2a6c40acc5 for pr-65819 [INFO] extracting crate sanitizer_macros 0.2.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate sanitizer_macros 0.2.0 on toolchain 3aedcf06b73fc36feeebca3d579e1d2a6c40acc5 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate sanitizer_macros 0.2.0 [INFO] finished tweaking crates.io crate sanitizer_macros 0.2.0 [INFO] tweaked toml for crates.io crate sanitizer_macros 0.2.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d7dea45f701ab2397764cc296604a324ab9c106497aa9fa6288c3ef29647140a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d7dea45f701ab2397764cc296604a324ab9c106497aa9fa6288c3ef29647140a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d7dea45f701ab2397764cc296604a324ab9c106497aa9fa6288c3ef29647140a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d7dea45f701ab2397764cc296604a324ab9c106497aa9fa6288c3ef29647140a", kill_on_drop: false }` [INFO] [stdout] d7dea45f701ab2397764cc296604a324ab9c106497aa9fa6288c3ef29647140a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8dbc3df296b0508ae072f5435613f78e1b509d559c2244bd31fedf8143e4c73d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8dbc3df296b0508ae072f5435613f78e1b509d559c2244bd31fedf8143e4c73d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling syn v1.0.69 [INFO] [stderr] Checking quote v1.0.9 [INFO] [stderr] Checking sanitizer_macros v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sanitizer` [INFO] [stdout] --> tests/enums.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use sanitizer::prelude::*; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `sanitizer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Sanitize` in this scope [INFO] [stdout] --> tests/enums.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(Sanitize)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sanitizer` [INFO] [stdout] --> tests/option.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use sanitizer::prelude::*; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `sanitizer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/enums.rs:4:7 [INFO] [stdout] | [INFO] [stdout] 4 | #[sanitize(clamp(10, 50))] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/enums.rs:6:7 [INFO] [stdout] | [INFO] [stdout] 6 | #[sanitize(trim)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sanitizer` [INFO] [stdout] --> tests/custom_functions.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use sanitizer::prelude::*; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `sanitizer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Sanitize` in this scope [INFO] [stdout] --> tests/option.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Sanitize, Default)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/option.rs:6:7 [INFO] [stdout] | [INFO] [stdout] 6 | #[sanitize(trim)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/option.rs:8:7 [INFO] [stdout] | [INFO] [stdout] 8 | #[sanitize(trim)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sanitizer` [INFO] [stdout] --> tests/nested_macro.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use sanitizer::prelude::*; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `sanitizer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/option.rs:11:7 [INFO] [stdout] | [INFO] [stdout] 11 | #[sanitize(clamp(1, 18))] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sanitizer` [INFO] [stdout] --> tests/struct.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use sanitizer::prelude::*; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `sanitizer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Sanitize` in this scope [INFO] [stdout] --> tests/struct.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Sanitize)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/struct.rs:5:7 [INFO] [stdout] | [INFO] [stdout] 5 | #[sanitize(trim)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/struct.rs:7:7 [INFO] [stdout] | [INFO] [stdout] 7 | #[sanitize(numeric)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/struct.rs:9:7 [INFO] [stdout] | [INFO] [stdout] 9 | #[sanitize(alphanumeric)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/struct.rs:11:7 [INFO] [stdout] | [INFO] [stdout] 11 | #[sanitize(lower_case)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/struct.rs:13:7 [INFO] [stdout] | [INFO] [stdout] 13 | #[sanitize(upper_case)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/struct.rs:15:7 [INFO] [stdout] | [INFO] [stdout] 15 | #[sanitize(camel_case)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/struct.rs:17:7 [INFO] [stdout] | [INFO] [stdout] 17 | #[sanitize(snake_case)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/struct.rs:19:7 [INFO] [stdout] | [INFO] [stdout] 19 | #[sanitize(screaming_snake_case)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/struct.rs:21:7 [INFO] [stdout] | [INFO] [stdout] 21 | #[sanitize(clamp(10))] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/struct.rs:23:7 [INFO] [stdout] | [INFO] [stdout] 23 | #[sanitize(clamp(10, 50))] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/struct.rs:25:7 [INFO] [stdout] | [INFO] [stdout] 25 | #[sanitize(e164)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/struct.rs:27:7 [INFO] [stdout] | [INFO] [stdout] 27 | #[sanitize(trim, screaming_snake_case)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Sanitize` in this scope [INFO] [stdout] --> tests/nested_macro.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Sanitize)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/nested_macro.rs:5:7 [INFO] [stdout] | [INFO] [stdout] 5 | #[sanitize(trim)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Sanitize` in this scope [INFO] [stdout] --> tests/custom_functions.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Sanitize)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/nested_macro.rs:7:7 [INFO] [stdout] | [INFO] [stdout] 7 | #[sanitize] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/custom_functions.rs:5:7 [INFO] [stdout] | [INFO] [stdout] 5 | #[sanitize(custom(func_int))] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Sanitize` in this scope [INFO] [stdout] --> tests/nested_macro.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(Sanitize)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/nested_macro.rs:13:7 [INFO] [stdout] | [INFO] [stdout] 13 | #[sanitize(numeric)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/nested_macro.rs:15:7 [INFO] [stdout] | [INFO] [stdout] 15 | #[sanitize(lower_case, trim)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Sanitize` in this scope [INFO] [stdout] --> tests/nested_macro.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Sanitize)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/nested_macro.rs:22:7 [INFO] [stdout] | [INFO] [stdout] 22 | #[sanitize] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Sanitize` in this scope [INFO] [stdout] --> tests/nested_macro.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | #[derive(Sanitize)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/custom_functions.rs:7:7 [INFO] [stdout] | [INFO] [stdout] 7 | #[sanitize(custom(func_string))] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IntSanitizer` [INFO] [stdout] --> tests/custom_functions.rs:12:25 [INFO] [stdout] | [INFO] [stdout] 12 | let mut sanitizer = IntSanitizer::from(field); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `IntSanitizer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `sanitize` in this scope [INFO] [stdout] --> tests/nested_macro.rs:30:7 [INFO] [stdout] | [INFO] [stdout] 30 | #[sanitize(trim)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `StringSanitizer` [INFO] [stdout] --> tests/custom_functions.rs:18:25 [INFO] [stdout] | [INFO] [stdout] 18 | let mut sanitizer = StringSanitizer::from(field); [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `StringSanitizer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `sanitize` found for enum `EnumTest` in the current scope [INFO] [stdout] --> tests/enums.rs:14:14 [INFO] [stdout] | [INFO] [stdout] 3 | enum EnumTest { [INFO] [stdout] | ------------- method `sanitize` not found for this [INFO] [stdout] ... [INFO] [stdout] 14 | instance.sanitize(); [INFO] [stdout] | ^^^^^^^^ method not found in `EnumTest` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `sanitize` found for enum `EnumTest` in the current scope [INFO] [stdout] --> tests/enums.rs:15:21 [INFO] [stdout] | [INFO] [stdout] 3 | enum EnumTest { [INFO] [stdout] | ------------- method `sanitize` not found for this [INFO] [stdout] ... [INFO] [stdout] 15 | string_instance.sanitize(); [INFO] [stdout] | ^^^^^^^^ method not found in `EnumTest` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `sanitizer_macros` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0599]: no method named `sanitize` found for struct `SanitizerTest` in the current scope [INFO] [stdout] --> tests/struct.rs:47:14 [INFO] [stdout] | [INFO] [stdout] 4 | struct SanitizerTest { [INFO] [stdout] | -------------------- method `sanitize` not found for this [INFO] [stdout] ... [INFO] [stdout] 47 | instance.sanitize(); [INFO] [stdout] | ^^^^^^^^ method not found in `SanitizerTest` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 15 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `sanitize` found for struct `First` in the current scope [INFO] [stdout] --> tests/option.rs:23:14 [INFO] [stdout] | [INFO] [stdout] 4 | struct First { [INFO] [stdout] | ------------ method `sanitize` not found for this [INFO] [stdout] ... [INFO] [stdout] 23 | instance.sanitize(); [INFO] [stdout] | ^^^^^^^^ method not found in `First` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `sanitize` found for struct `SanitizerTest` in the current scope [INFO] [stdout] --> tests/custom_functions.rs:29:14 [INFO] [stdout] | [INFO] [stdout] 4 | struct SanitizerTest { [INFO] [stdout] | -------------------- method `sanitize` not found for this [INFO] [stdout] ... [INFO] [stdout] 29 | instance.sanitize(); [INFO] [stdout] | ^^^^^^^^ method not found in `SanitizerTest` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `sanitize` found for struct `First` in the current scope [INFO] [stdout] --> tests/nested_macro.rs:51:20 [INFO] [stdout] | [INFO] [stdout] 4 | struct First { [INFO] [stdout] | ------------ method `sanitize` not found for this [INFO] [stdout] ... [INFO] [stdout] 51 | first_instance.sanitize(); [INFO] [stdout] | ^^^^^^^^ method not found in `First` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `sanitize` found for struct `OtherInfo` in the current scope [INFO] [stdout] --> tests/nested_macro.rs:60:16 [INFO] [stdout] | [INFO] [stdout] 12 | struct OtherInfo { [INFO] [stdout] | ---------------- method `sanitize` not found for this [INFO] [stdout] ... [INFO] [stdout] 60 | other_info.sanitize(); [INFO] [stdout] | ^^^^^^^^ method not found in `OtherInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `sanitize` found for enum `FirstEnum` in the current scope [INFO] [stdout] --> tests/nested_macro.rs:69:20 [INFO] [stdout] | [INFO] [stdout] 21 | enum FirstEnum { [INFO] [stdout] | -------------- method `sanitize` not found for this [INFO] [stdout] ... [INFO] [stdout] 69 | first_instance.sanitize(); [INFO] [stdout] | ^^^^^^^^ method not found in `FirstEnum` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `sanitize` found for enum `OtherEnum` in the current scope [INFO] [stdout] --> tests/nested_macro.rs:84:16 [INFO] [stdout] | [INFO] [stdout] 29 | enum OtherEnum { [INFO] [stdout] | -------------- method `sanitize` not found for this [INFO] [stdout] ... [INFO] [stdout] 84 | other_info.sanitize(); [INFO] [stdout] | ^^^^^^^^ method not found in `OtherEnum` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 15 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "8dbc3df296b0508ae072f5435613f78e1b509d559c2244bd31fedf8143e4c73d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8dbc3df296b0508ae072f5435613f78e1b509d559c2244bd31fedf8143e4c73d", kill_on_drop: false }` [INFO] [stdout] 8dbc3df296b0508ae072f5435613f78e1b509d559c2244bd31fedf8143e4c73d