[INFO] cloning repository https://github.com/nbdd0121/klint [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nbdd0121/klint" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnbdd0121%2Fklint", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnbdd0121%2Fklint'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 207d507e56960e169977170dd930b50674213424 [INFO] documenting nbdd0121/klint against 1.61.0 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnbdd0121%2Fklint" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nbdd0121/klint on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-4/source/.cargo/config [INFO] removed /workspace/builds/worker-4/source/rust-toolchain [INFO] started tweaking git repo https://github.com/nbdd0121/klint [INFO] finished tweaking git repo https://github.com/nbdd0121/klint [INFO] tweaked toml for git repo https://github.com/nbdd0121/klint written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/nbdd0121/klint already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1c6c181e0b10f45b72d4ea7a76af34097bfb9815d69956e9b9008a71114601bf [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" "1c6c181e0b10f45b72d4ea7a76af34097bfb9815d69956e9b9008a71114601bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1c6c181e0b10f45b72d4ea7a76af34097bfb9815d69956e9b9008a71114601bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1c6c181e0b10f45b72d4ea7a76af34097bfb9815d69956e9b9008a71114601bf", kill_on_drop: false }` [INFO] [stdout] 1c6c181e0b10f45b72d4ea7a76af34097bfb9815d69956e9b9008a71114601bf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "RUSTDOCFLAGS=--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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 57a187b0ab36d2610fa0dda160e5ec90f947f635c432966db881cafdfd70d9cf [INFO] running `Command { std: "docker" "start" "-a" "57a187b0ab36d2610fa0dda160e5ec90f947f635c432966db881cafdfd70d9cf", kill_on_drop: false }` [INFO] [stderr] Documenting klint v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0463]: can't find crate for `rustc_data_structures` [INFO] [stdout] --> src/main.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate rustc_data_structures; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_driver` [INFO] [stdout] --> src/main.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | extern crate rustc_driver; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_errors` [INFO] [stdout] --> src/main.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | extern crate rustc_errors; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_hir` [INFO] [stdout] --> src/main.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | extern crate rustc_hir; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_index` [INFO] [stdout] --> src/main.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | extern crate rustc_index; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_interface` [INFO] [stdout] --> src/main.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | extern crate rustc_interface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_lint` [INFO] [stdout] --> src/main.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | extern crate rustc_lint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_middle` [INFO] [stdout] --> src/main.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | extern crate rustc_middle; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_mir` [INFO] [stdout] --> src/main.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | extern crate rustc_mir; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_session` [INFO] [stdout] --> src/main.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | extern crate rustc_session; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_span` [INFO] [stdout] --> src/main.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | extern crate rustc_span; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_target` [INFO] [stdout] --> src/main.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | extern crate rustc_target; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_trait_selection` [INFO] [stdout] --> src/main.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | extern crate rustc_trait_selection; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `log` [INFO] [stdout] --> src/main.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | extern crate log; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `declare_tool_lint` in this scope [INFO] [stdout] --> src/infallible_allocation.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | declare_tool_lint! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `declare_lint_pass` in this scope [INFO] [stdout] --> src/infallible_allocation.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | declare_lint_pass!(InfallibleAllocation => [INFALLIBLE_ALLOCATION]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `bug` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:56:13 [INFO] [stdout] | [INFO] [stdout] 56 | bug!("invalid `CoerceUnsized` impl_source: {:?}", impl_source); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:111:5 [INFO] [stdout] | [INFO] [stdout] 111 | debug!("building mono item graph, beginning at roots"); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:142:5 [INFO] [stdout] | [INFO] [stdout] 142 | debug!("collecting roots"); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:148:9 [INFO] [stdout] | [INFO] [stdout] 148 | debug!("collect_roots: entry_fn = {:?}", entry_fn); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:185:5 [INFO] [stdout] | [INFO] [stdout] 185 | debug!("BEGIN collect_items_rec({})", starting_point.node); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `span_bug` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:263:30 [INFO] [stdout] | [INFO] [stdout] 263 | _ => span_bug!(*op_sp, "invalid operand type for global_asm!"), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `span_bug` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:267:17 [INFO] [stdout] | [INFO] [stdout] 267 | span_bug!( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | debug!("END collect_items_rec({})", starting_point.node); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:369:5 [INFO] [stdout] | [INFO] [stdout] 369 | debug!(" => recursion depth={}", recursion_depth); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:418:5 [INFO] [stdout] | [INFO] [stdout] 418 | debug!(" => type length={}", type_length); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:462:9 [INFO] [stdout] | [INFO] [stdout] 462 | debug!("monomorphize: self.instance={:?}", self.instance); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:473:9 [INFO] [stdout] | [INFO] [stdout] 473 | debug!("visiting rvalue {:?}", *rvalue); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `bug` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:531:26 [INFO] [stdout] | [INFO] [stdout] 531 | _ => bug!(), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `trace` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:544:17 [INFO] [stdout] | [INFO] [stdout] 544 | trace!("collecting thread-local static {:?}", def_id); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `span_bug` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:568:58 [INFO] [stdout] | [INFO] [stdout] 568 | Err(ErrorHandled::TooGeneric) => span_bug!( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:583:9 [INFO] [stdout] | [INFO] [stdout] 583 | debug!("visiting const {:?} @ {:?}", *constant, location); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `span_bug` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:593:32 [INFO] [stdout] | [INFO] [stdout] 593 | Ok(val) => span_bug!( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `span_bug` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:600:54 [INFO] [stdout] | [INFO] [stdout] 600 | Err(ErrorHandled::TooGeneric) => span_bug!( [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:614:9 [INFO] [stdout] | [INFO] [stdout] 614 | debug!("visiting terminator {:?} @ {:?}", terminator, location); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `trace` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:638:29 [INFO] [stdout] | [INFO] [stdout] 638 | ... trace!("collecting asm sym static {:?}", def_id); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `bug` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:655:58 [INFO] [stdout] | [INFO] [stdout] 655 | | mir::TerminatorKind::FalseUnwind { .. } => bug!(), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:673:17 [INFO] [stdout] | [INFO] [stdout] 673 | debug!("{:?}", layout); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:675:17 [INFO] [stdout] | [INFO] [stdout] 675 | debug!("{:?}", source_info); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:677:17 [INFO] [stdout] | [INFO] [stdout] 677 | debug!("{:?}", lint_root); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:748:5 [INFO] [stdout] | [INFO] [stdout] 748 | debug!( [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `bug` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:756:17 [INFO] [stdout] | [INFO] [stdout] 756 | bug!("{:?} being reified", instance); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `bug` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:815:9 [INFO] [stdout] | [INFO] [stdout] 815 | bug!("no MIR available for {:?}", def_id); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `bug` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:873:22 [INFO] [stdout] | [INFO] [stdout] 873 | _ => bug!("unexpected unsized tail: {:?}", tail), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `bug` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:911:14 [INFO] [stdout] | [INFO] [stdout] 911 | _ => bug!( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:924:5 [INFO] [stdout] | [INFO] [stdout] 924 | debug!("create_fn_mono_item(instance={})", instance); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:1006:25 [INFO] [stdout] | [INFO] [stdout] 1006 | debug!( [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:1018:17 [INFO] [stdout] | [INFO] [stdout] 1018 | debug!( [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:1026:17 [INFO] [stdout] | [INFO] [stdout] 1026 | debug!( [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:1083:13 [INFO] [stdout] | [INFO] [stdout] 1083 | debug!( [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:1153:13 [INFO] [stdout] | [INFO] [stdout] 1153 | debug!( [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `bug` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:1197:14 [INFO] [stdout] | [INFO] [stdout] 1197 | _ => bug!(), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `trace` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:1210:13 [INFO] [stdout] | [INFO] [stdout] 1210 | trace!("collecting static {:?}", def_id); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `trace` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:1214:13 [INFO] [stdout] | [INFO] [stdout] 1214 | trace!("collecting {:?} with {:#?}", alloc_id, alloc); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `trace` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:1222:13 [INFO] [stdout] | [INFO] [stdout] 1222 | trace!("collecting {:?} with {:#?}", alloc_id, fn_instance); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `debug` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:1234:5 [INFO] [stdout] | [INFO] [stdout] 1234 | debug!("collect_neighbours: {:?}", instance.def_id()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/monomorphize_collector.rs:452:15 [INFO] [stdout] | [INFO] [stdout] 452 | body: &'a mir::Body<'tcx>, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/monomorphize_collector.rs:472:41 [INFO] [stdout] | [INFO] [stdout] 472 | fn visit_rvalue(&mut self, rvalue: &mir::Rvalue<'tcx>, location: Location) { [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/monomorphize_collector.rs:556:45 [INFO] [stdout] | [INFO] [stdout] 556 | fn visit_constant(&mut self, constant: &mir::Constant<'tcx>, location: Location) { [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/monomorphize_collector.rs:582:48 [INFO] [stdout] | [INFO] [stdout] 582 | fn visit_const(&mut self, constant: &&'tcx ty::Const<'tcx>, location: Location) { [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/monomorphize_collector.rs:613:49 [INFO] [stdout] | [INFO] [stdout] 613 | fn visit_terminator(&mut self, terminator: &mir::Terminator<'tcx>, location: Location) { [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/monomorphize_collector.rs:661:43 [INFO] [stdout] | [INFO] [stdout] 661 | fn visit_operand(&mut self, operand: &mir::Operand<'tcx>, location: Location) { [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/monomorphize_collector.rs:704:19 [INFO] [stdout] | [INFO] [stdout] 704 | _context: mir::visit::PlaceContext, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/monomorphize_collector.rs:743:15 [INFO] [stdout] | [INFO] [stdout] 743 | instance: ty::Instance<'tcx>, [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `LateLintPass` in this scope [INFO] [stdout] --> src/infallible_allocation.rs:19:12 [INFO] [stdout] | [INFO] [stdout] 19 | impl<'tcx> LateLintPass<'tcx> for InfallibleAllocation { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InfallibleAllocation` in this scope [INFO] [stdout] --> src/infallible_allocation.rs:19:35 [INFO] [stdout] | [INFO] [stdout] 19 | impl<'tcx> LateLintPass<'tcx> for InfallibleAllocation { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LateContext` in this scope [INFO] [stdout] --> src/infallible_allocation.rs:20:36 [INFO] [stdout] | [INFO] [stdout] 20 | fn check_crate(&mut self, cx: &LateContext<'tcx>, _: &'tcx hir::Crate<'tcx>) { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyCtxt` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:39:10 [INFO] [stdout] | [INFO] [stdout] 39 | tcx: TyCtxt<'tcx>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ty` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:40:16 [INFO] [stdout] | [INFO] [stdout] 40 | source_ty: Ty<'tcx>, [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ty` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:41:16 [INFO] [stdout] | [INFO] [stdout] 41 | target_ty: Ty<'tcx>, [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CustomCoerceUnsized` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:42:6 [INFO] [stdout] | [INFO] [stdout] 42 | ) -> CustomCoerceUnsized { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FxHashMap` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:67:12 [INFO] [stdout] | [INFO] [stdout] 67 | index: FxHashMap, Range>, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MonoItem` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:67:22 [INFO] [stdout] | [INFO] [stdout] 67 | index: FxHashMap, Range>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Spanned` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:68:18 [INFO] [stdout] | [INFO] [stdout] 68 | targets: Vec>>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MonoItem` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:68:26 [INFO] [stdout] | [INFO] [stdout] 68 | targets: Vec>>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MonoItem` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:79:43 [INFO] [stdout] | [INFO] [stdout] 79 | fn record_accesses(&mut self, source: MonoItem<'tcx>, new_targets: &[Spanned>]) { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Spanned` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:79:74 [INFO] [stdout] | [INFO] [stdout] 79 | fn record_accesses(&mut self, source: MonoItem<'tcx>, new_targets: &[Spanned>]) { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MonoItem` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:79:82 [INFO] [stdout] | [INFO] [stdout] 79 | fn record_accesses(&mut self, source: MonoItem<'tcx>, new_targets: &[Spanned>]) { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MonoItem` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:91:18 [INFO] [stdout] | [INFO] [stdout] 91 | F: FnMut(MonoItem<'tcx>, &[Spanned>]), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Spanned` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:91:36 [INFO] [stdout] | [INFO] [stdout] 91 | F: FnMut(MonoItem<'tcx>, &[Spanned>]), [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MonoItem` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:91:44 [INFO] [stdout] | [INFO] [stdout] 91 | F: FnMut(MonoItem<'tcx>, &[Spanned>]), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyCtxt` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:100:10 [INFO] [stdout] | [INFO] [stdout] 100 | tcx: TyCtxt<'_>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MonoItemCollectionMode` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:101:11 [INFO] [stdout] | [INFO] [stdout] 101 | mode: MonoItemCollectionMode, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FxHashSet` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:102:7 [INFO] [stdout] | [INFO] [stdout] 102 | ) -> (FxHashSet>, AccessMap<'_>) { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MonoItem` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:102:17 [INFO] [stdout] | [INFO] [stdout] 102 | ) -> (FxHashSet>, AccessMap<'_>) { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyCtxt` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:141:23 [INFO] [stdout] | [INFO] [stdout] 141 | fn collect_roots(tcx: TyCtxt<'_>, mode: MonoItemCollectionMode) -> Vec> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MonoItemCollectionMode` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:141:41 [INFO] [stdout] | [INFO] [stdout] 141 | fn collect_roots(tcx: TyCtxt<'_>, mode: MonoItemCollectionMode) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MonoItem` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:141:72 [INFO] [stdout] | [INFO] [stdout] 141 | fn collect_roots(tcx: TyCtxt<'_>, mode: MonoItemCollectionMode) -> Vec> { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyCtxt` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:174:10 [INFO] [stdout] | [INFO] [stdout] 174 | tcx: TyCtxt<'tcx>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Spanned` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:175:21 [INFO] [stdout] | [INFO] [stdout] 175 | starting_point: Spanned>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MonoItem` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:175:29 [INFO] [stdout] | [INFO] [stdout] 175 | starting_point: Spanned>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MTRef` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:176:14 [INFO] [stdout] | [INFO] [stdout] 176 | visited: MTRef<'_, MTLock>>>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MTLock` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:176:24 [INFO] [stdout] | [INFO] [stdout] 176 | visited: MTRef<'_, MTLock>>>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FxHashSet` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:176:31 [INFO] [stdout] | [INFO] [stdout] 176 | visited: MTRef<'_, MTLock>>>, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MonoItem` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:176:41 [INFO] [stdout] | [INFO] [stdout] 176 | visited: MTRef<'_, MTLock>>>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DefIdMap` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:177:28 [INFO] [stdout] | [INFO] [stdout] 177 | recursion_depths: &mut DefIdMap, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Limit` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:178:22 [INFO] [stdout] | [INFO] [stdout] 178 | recursion_limit: Limit, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MTRef` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:179:17 [INFO] [stdout] | [INFO] [stdout] 179 | access_map: MTRef<'_, MTLock>>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MTLock` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:179:27 [INFO] [stdout] | [INFO] [stdout] 179 | access_map: MTRef<'_, MTLock>>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyCtxt` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:330:10 [INFO] [stdout] | [INFO] [stdout] 330 | tcx: TyCtxt<'tcx>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Instance` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:331:16 [INFO] [stdout] | [INFO] [stdout] 331 | instance: &Instance<'tcx>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyCtxt` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:361:10 [INFO] [stdout] | [INFO] [stdout] 361 | tcx: TyCtxt<'tcx>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Instance` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:362:15 [INFO] [stdout] | [INFO] [stdout] 362 | instance: Instance<'tcx>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Span` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:363:11 [INFO] [stdout] | [INFO] [stdout] 363 | span: Span, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DefIdMap` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:364:28 [INFO] [stdout] | [INFO] [stdout] 364 | recursion_depths: &mut DefIdMap, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Limit` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:365:22 [INFO] [stdout] | [INFO] [stdout] 365 | recursion_limit: Limit, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DefId` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:366:7 [INFO] [stdout] | [INFO] [stdout] 366 | ) -> (DefId, usize) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyCtxt` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:408:39 [INFO] [stdout] | [INFO] [stdout] 408 | fn check_type_length_limit<'tcx>(tcx: TyCtxt<'tcx>, instance: Instance<'tcx>) { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Instance` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:408:63 [INFO] [stdout] | [INFO] [stdout] 408 | fn check_type_length_limit<'tcx>(tcx: TyCtxt<'tcx>, instance: Instance<'tcx>) { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyCtxt` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:451:10 [INFO] [stdout] | [INFO] [stdout] 451 | tcx: TyCtxt<'tcx>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Spanned` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:453:25 [INFO] [stdout] | [INFO] [stdout] 453 | output: &'a mut Vec>>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MonoItem` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:453:33 [INFO] [stdout] | [INFO] [stdout] 453 | output: &'a mut Vec>>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Instance` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:454:15 [INFO] [stdout] | [INFO] [stdout] 454 | instance: Instance<'tcx>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `TypeFoldable` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:460:12 [INFO] [stdout] | [INFO] [stdout] 460 | T: TypeFoldable<'tcx>, [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `MirVisitor` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:471:16 [INFO] [stdout] | [INFO] [stdout] 471 | impl<'a, 'tcx> MirVisitor<'tcx> for MirNeighborCollector<'a, 'tcx> { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Location` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:472:70 [INFO] [stdout] | [INFO] [stdout] 472 | fn visit_rvalue(&mut self, rvalue: &mir::Rvalue<'tcx>, location: Location) { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use core::panic::Location; [INFO] [stdout] | [INFO] [stdout] 7 | use std::panic::Location; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Location` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:556:76 [INFO] [stdout] | [INFO] [stdout] 556 | fn visit_constant(&mut self, constant: &mir::Constant<'tcx>, location: Location) { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use core::panic::Location; [INFO] [stdout] | [INFO] [stdout] 7 | use std::panic::Location; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Location` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:582:75 [INFO] [stdout] | [INFO] [stdout] 582 | fn visit_const(&mut self, constant: &&'tcx ty::Const<'tcx>, location: Location) { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use core::panic::Location; [INFO] [stdout] | [INFO] [stdout] 7 | use std::panic::Location; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Location` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:613:82 [INFO] [stdout] | [INFO] [stdout] 613 | fn visit_terminator(&mut self, terminator: &mir::Terminator<'tcx>, location: Location) { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use core::panic::Location; [INFO] [stdout] | [INFO] [stdout] 7 | use std::panic::Location; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Location` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:661:73 [INFO] [stdout] | [INFO] [stdout] 661 | fn visit_operand(&mut self, operand: &mir::Operand<'tcx>, location: Location) { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use core::panic::Location; [INFO] [stdout] | [INFO] [stdout] 7 | use std::panic::Location; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Local` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:703:24 [INFO] [stdout] | [INFO] [stdout] 703 | _place_local: &Local, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Location` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:705:20 [INFO] [stdout] | [INFO] [stdout] 705 | _location: Location, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 7 | use core::panic::Location; [INFO] [stdout] | [INFO] [stdout] 7 | use std::panic::Location; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyCtxt` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:711:10 [INFO] [stdout] | [INFO] [stdout] 711 | tcx: TyCtxt<'tcx>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ty` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:712:9 [INFO] [stdout] | [INFO] [stdout] 712 | ty: Ty<'tcx>, [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Span` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:714:13 [INFO] [stdout] | [INFO] [stdout] 714 | source: Span, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Spanned` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:715:22 [INFO] [stdout] | [INFO] [stdout] 715 | output: &mut Vec>>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MonoItem` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:715:30 [INFO] [stdout] | [INFO] [stdout] 715 | output: &mut Vec>>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyCtxt` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:722:10 [INFO] [stdout] | [INFO] [stdout] 722 | tcx: TyCtxt<'tcx>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ty` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:723:9 [INFO] [stdout] | [INFO] [stdout] 723 | ty: Ty<'tcx>, [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Span` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:725:13 [INFO] [stdout] | [INFO] [stdout] 725 | source: Span, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Spanned` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:726:22 [INFO] [stdout] | [INFO] [stdout] 726 | output: &mut Vec>>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MonoItem` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:726:30 [INFO] [stdout] | [INFO] [stdout] 726 | output: &mut Vec>>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyCtxt` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:742:10 [INFO] [stdout] | [INFO] [stdout] 742 | tcx: TyCtxt<'tcx>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Span` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:745:13 [INFO] [stdout] | [INFO] [stdout] 745 | source: Span, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Spanned` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:746:22 [INFO] [stdout] | [INFO] [stdout] 746 | output: &mut Vec>>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MonoItem` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:746:30 [INFO] [stdout] | [INFO] [stdout] 746 | output: &mut Vec>>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyCtxt` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:780:38 [INFO] [stdout] | [INFO] [stdout] 780 | fn should_codegen_locally<'tcx>(tcx: TyCtxt<'tcx>, instance: &Instance<'tcx>) -> bool { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Instance` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:780:63 [INFO] [stdout] | [INFO] [stdout] 780 | fn should_codegen_locally<'tcx>(tcx: TyCtxt<'tcx>, instance: &Instance<'tcx>) -> bool { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyCtxt` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:859:10 [INFO] [stdout] | [INFO] [stdout] 859 | tcx: TyCtxt<'tcx>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ty` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:860:16 [INFO] [stdout] | [INFO] [stdout] 860 | source_ty: Ty<'tcx>, [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ty` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:861:16 [INFO] [stdout] | [INFO] [stdout] 861 | target_ty: Ty<'tcx>, [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ty` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:862:7 [INFO] [stdout] | [INFO] [stdout] 862 | ) -> (Ty<'tcx>, Ty<'tcx>) { [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ty` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:862:17 [INFO] [stdout] | [INFO] [stdout] 862 | ) -> (Ty<'tcx>, Ty<'tcx>) { [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyCtxt` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:920:10 [INFO] [stdout] | [INFO] [stdout] 920 | tcx: TyCtxt<'tcx>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Instance` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:921:15 [INFO] [stdout] | [INFO] [stdout] 921 | instance: Instance<'tcx>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Span` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:922:13 [INFO] [stdout] | [INFO] [stdout] 922 | source: Span, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Spanned` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:923:6 [INFO] [stdout] | [INFO] [stdout] 923 | ) -> Spanned> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MonoItem` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:923:14 [INFO] [stdout] | [INFO] [stdout] 923 | ) -> Spanned> { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyCtxt` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:931:10 [INFO] [stdout] | [INFO] [stdout] 931 | tcx: TyCtxt<'tcx>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ty` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:932:15 [INFO] [stdout] | [INFO] [stdout] 932 | trait_ty: Ty<'tcx>, [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ty` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:933:14 [INFO] [stdout] | [INFO] [stdout] 933 | impl_ty: Ty<'tcx>, [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Span` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:934:13 [INFO] [stdout] | [INFO] [stdout] 934 | source: Span, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Spanned` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:935:22 [INFO] [stdout] | [INFO] [stdout] 935 | output: &mut Vec>>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MonoItem` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:935:30 [INFO] [stdout] | [INFO] [stdout] 935 | output: &mut Vec>>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyCtxt` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:975:10 [INFO] [stdout] | [INFO] [stdout] 975 | tcx: TyCtxt<'tcx>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MonoItemCollectionMode` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:976:11 [INFO] [stdout] | [INFO] [stdout] 976 | mode: MonoItemCollectionMode, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Spanned` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:977:25 [INFO] [stdout] | [INFO] [stdout] 977 | output: &'a mut Vec>>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MonoItem` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:977:33 [INFO] [stdout] | [INFO] [stdout] 977 | output: &'a mut Vec>>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DefId` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:978:23 [INFO] [stdout] | [INFO] [stdout] 974 | struct RootCollector<'a, 'tcx> { [INFO] [stdout] | - help: you might be missing a type parameter: `, DefId` [INFO] [stdout] ... [INFO] [stdout] 978 | entry_fn: Option<(DefId, EntryFnType)>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `EntryFnType` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:978:30 [INFO] [stdout] | [INFO] [stdout] 974 | struct RootCollector<'a, 'tcx> { [INFO] [stdout] | - help: you might be missing a type parameter: `, EntryFnType` [INFO] [stdout] ... [INFO] [stdout] 978 | entry_fn: Option<(DefId, EntryFnType)>, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `ItemLikeVisitor` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:981:10 [INFO] [stdout] | [INFO] [stdout] 981 | impl<'v> ItemLikeVisitor<'v> for RootCollector<'_, 'v> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LocalDefId` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:1063:31 [INFO] [stdout] | [INFO] [stdout] 1063 | fn is_root(&self, def_id: LocalDefId) -> bool { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LocalDefId` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:1081:40 [INFO] [stdout] | [INFO] [stdout] 1081 | fn push_if_root(&mut self, def_id: LocalDefId) { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyCtxt` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:1132:40 [INFO] [stdout] | [INFO] [stdout] 1132 | fn item_requires_monomorphization(tcx: TyCtxt<'_>, def_id: LocalDefId) -> bool { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LocalDefId` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:1132:60 [INFO] [stdout] | [INFO] [stdout] 1132 | fn item_requires_monomorphization(tcx: TyCtxt<'_>, def_id: LocalDefId) -> bool { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyCtxt` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:1138:10 [INFO] [stdout] | [INFO] [stdout] 1138 | tcx: TyCtxt<'tcx>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Spanned` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:1140:22 [INFO] [stdout] | [INFO] [stdout] 1140 | output: &mut Vec>>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MonoItem` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:1140:30 [INFO] [stdout] | [INFO] [stdout] 1140 | output: &mut Vec>>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyCtxt` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:1203:10 [INFO] [stdout] | [INFO] [stdout] 1203 | tcx: TyCtxt<'tcx>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AllocId` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:1204:15 [INFO] [stdout] | [INFO] [stdout] 1204 | alloc_id: AllocId, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Spanned` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:1205:22 [INFO] [stdout] | [INFO] [stdout] 1205 | output: &mut Vec>>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MonoItem` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:1205:30 [INFO] [stdout] | [INFO] [stdout] 1205 | output: &mut Vec>>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyCtxt` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:1230:10 [INFO] [stdout] | [INFO] [stdout] 1230 | tcx: TyCtxt<'tcx>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Instance` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:1231:15 [INFO] [stdout] | [INFO] [stdout] 1231 | instance: Instance<'tcx>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Spanned` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:1232:22 [INFO] [stdout] | [INFO] [stdout] 1232 | output: &mut Vec>>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MonoItem` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:1232:30 [INFO] [stdout] | [INFO] [stdout] 1232 | output: &mut Vec>>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyCtxt` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:1247:10 [INFO] [stdout] | [INFO] [stdout] 1247 | tcx: TyCtxt<'tcx>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ConstValue` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:1248:12 [INFO] [stdout] | [INFO] [stdout] 1248 | value: ConstValue<'tcx>, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Spanned` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:1249:22 [INFO] [stdout] | [INFO] [stdout] 1249 | output: &mut Vec>>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MonoItem` in this scope [INFO] [stdout] --> src/monomorphize_collector.rs:1249:30 [INFO] [stdout] | [INFO] [stdout] 1249 | output: &mut Vec>>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Callbacks` in this scope [INFO] [stdout] --> src/main.rs:29:6 [INFO] [stdout] | [INFO] [stdout] 29 | impl Callbacks for MyCallbacks { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Config` in this scope [INFO] [stdout] --> src/main.rs:30:39 [INFO] [stdout] | [INFO] [stdout] 30 | fn config(&mut self, config: &mut Config) { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/main.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(rustc_private)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 184 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0433, E0463, E0554. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: could not document `klint` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name klint src/main.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=22350d82b682a8f6 -L dependency=/opt/rustwide/target/debug/deps --cap-lints=warn --crate-version 0.1.0` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "57a187b0ab36d2610fa0dda160e5ec90f947f635c432966db881cafdfd70d9cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57a187b0ab36d2610fa0dda160e5ec90f947f635c432966db881cafdfd70d9cf", kill_on_drop: false }` [INFO] [stdout] 57a187b0ab36d2610fa0dda160e5ec90f947f635c432966db881cafdfd70d9cf