[INFO] fetching crate flowistry 0.5.22... [INFO] documenting flowistry-0.5.22 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate flowistry 0.5.22 into /workspace/builds/worker-55/source [INFO] validating manifest of crates.io crate flowistry 0.5.22 on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate flowistry 0.5.22 [INFO] finished tweaking crates.io crate flowistry 0.5.22 [INFO] tweaked toml for crates.io crate flowistry 0.5.22 written to /workspace/builds/worker-55/source/Cargo.toml [INFO] crate crates.io crate flowistry 0.5.22 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-55/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-55/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" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c5a0c3f21272aee118f9a670be54df3e1f03da16bf293f4829df6f458dbdd71f [INFO] running `Command { std: "docker" "start" "-a" "c5a0c3f21272aee118f9a670be54df3e1f03da16bf293f4829df6f458dbdd71f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c5a0c3f21272aee118f9a670be54df3e1f03da16bf293f4829df6f458dbdd71f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c5a0c3f21272aee118f9a670be54df3e1f03da16bf293f4829df6f458dbdd71f", kill_on_drop: false }` [INFO] [stdout] c5a0c3f21272aee118f9a670be54df3e1f03da16bf293f4829df6f458dbdd71f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-55/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-55/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" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b28f891ff16c529ddaefe31b7da73bac032dd71bbb8ef2a334b4f13ed4c3014d [INFO] running `Command { std: "docker" "start" "-a" "b28f891ff16c529ddaefe31b7da73bac032dd71bbb8ef2a334b4f13ed4c3014d", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Checking fluid-let v1.0.0 [INFO] [stderr] Compiling anyhow v1.0.57 [INFO] [stderr] Checking intervaltree v0.2.7 [INFO] [stderr] Documenting flowistry v0.5.22 (/opt/rustwide/workdir) [INFO] [stdout] error[E0463]: can't find crate for `either` [INFO] [stdout] --> src/lib.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | extern crate either; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_borrowck` [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | extern crate rustc_borrowck; [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_data_structures` [INFO] [stdout] --> src/lib.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | 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/lib.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | 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_graphviz` [INFO] [stdout] --> src/lib.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | extern crate rustc_graphviz; [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/lib.rs:58:1 [INFO] [stdout] | [INFO] [stdout] 58 | 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_hir_pretty` [INFO] [stdout] --> src/lib.rs:59:1 [INFO] [stdout] | [INFO] [stdout] 59 | extern crate rustc_hir_pretty; [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/lib.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | 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_infer` [INFO] [stdout] --> src/lib.rs:61:1 [INFO] [stdout] | [INFO] [stdout] 61 | extern crate rustc_infer; [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/lib.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | 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_macros` [INFO] [stdout] --> src/lib.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | extern crate rustc_macros; [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/lib.rs:64:1 [INFO] [stdout] | [INFO] [stdout] 64 | 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_dataflow` [INFO] [stdout] --> src/lib.rs:65:1 [INFO] [stdout] | [INFO] [stdout] 65 | extern crate rustc_mir_dataflow; [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_transform` [INFO] [stdout] --> src/lib.rs:66:1 [INFO] [stdout] | [INFO] [stdout] 66 | extern crate rustc_mir_transform; [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_serialize` [INFO] [stdout] --> src/lib.rs:67:1 [INFO] [stdout] | [INFO] [stdout] 67 | extern crate rustc_serialize; [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/lib.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | 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/lib.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | 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/lib.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | 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/lib.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | 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 `smallvec` [INFO] [stdout] --> src/lib.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | extern crate smallvec; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::indexed::impls::LocationIndex` [INFO] [stdout] --> src/mir/aliases.rs:28:29 [INFO] [stdout] | [INFO] [stdout] 28 | impls::{LocationDomain, LocationIndex, LocationSet, PlaceSet}, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `LocationIndex` in `indexed::impls` [INFO] [stdout] | help: a similar name exists in the module: `LocationSet` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::indexed::impls::LocationIndex` [INFO] [stdout] --> src/mir/engine.rs:26:27 [INFO] [stdout] | [INFO] [stdout] 26 | impls::{LocationDomain, LocationIndex}, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | no `LocationIndex` in `indexed::impls` [INFO] [stdout] | help: a similar name exists in the module: `LocationSet` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `ProjectionElem`, `smallvec::SmallVec` [INFO] [stdout] --> src/mir/utils.rs:133:13 [INFO] [stdout] | [INFO] [stdout] 133 | use ProjectionElem::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `ProjectionElem` [INFO] [stdout] | [INFO] [stdout] ::: src/source_map/spanner.rs:26:26 [INFO] [stdout] | [INFO] [stdout] 26 | use smallvec::{smallvec, SmallVec}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `smallvec` [INFO] [stdout] --> src/source_map/spanner.rs:271:28 [INFO] [stdout] | [INFO] [stdout] 271 | (source_info.span, smallvec![location]) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `smallvec` [INFO] [stdout] --> src/source_map/spanner.rs:288:35 [INFO] [stdout] | [INFO] [stdout] 288 | Some(arg_location) => smallvec![arg_location], [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `smallvec` [INFO] [stdout] --> src/source_map/spanner.rs:312:28 [INFO] [stdout] | [INFO] [stdout] 312 | (source_info.span, smallvec![location]) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `smallvec` [INFO] [stdout] --> src/source_map/spanner.rs:350:20 [INFO] [stdout] | [INFO] [stdout] 350 | locations: smallvec![location], [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `smallvec` [INFO] [stdout] --> src/source_map/spanner.rs:379:18 [INFO] [stdout] | [INFO] [stdout] 379 | locations: smallvec![location], [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `GraphSuccessors` [INFO] [stdout] --> src/mir/control_dependencies.rs:65:54 [INFO] [stdout] | [INFO] [stdout] 65 | fn successors(&self, node: Self::Node) -> >::Iter { [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `GraphSuccessors` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `GraphPredecessors` [INFO] [stdout] --> src/mir/control_dependencies.rs:81:56 [INFO] [stdout] | [INFO] [stdout] 81 | fn predecessors(&self, node: Self::Node) -> >::Iter { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared type `GraphPredecessors` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LocationIndex` in this scope [INFO] [stdout] --> src/indexed/impls.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | type Index = LocationIndex; [INFO] [stdout] | ^^^^^^^^^^^^^ help: a type alias with a similar name exists: `LocationSet` [INFO] [stdout] ... [INFO] [stdout] 26 | pub type LocationSet> = IndexSet; [INFO] [stdout] | --------------------------------------------------------------------- similarly named type alias `LocationSet` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LocationIndex` in this scope [INFO] [stdout] --> src/indexed/impls.rs:28:25 [INFO] [stdout] | [INFO] [stdout] 26 | pub type LocationSet> = IndexSet; [INFO] [stdout] | --------------------------------------------------------------------- similarly named type alias `LocationSet` defined here [INFO] [stdout] 27 | pub struct LocationDomain { [INFO] [stdout] 28 | domain: DefaultDomain, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a type alias with a similar name exists [INFO] [stdout] | [INFO] [stdout] 28 | domain: DefaultDomain, [INFO] [stdout] | ~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 27 | pub struct LocationDomain { [INFO] [stdout] | +++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LocationIndex` in this scope [INFO] [stdout] --> src/indexed/impls.rs:70:50 [INFO] [stdout] | [INFO] [stdout] 26 | pub type LocationSet> = IndexSet; [INFO] [stdout] | --------------------------------------------------------------------- similarly named type alias `LocationSet` defined here [INFO] [stdout] ... [INFO] [stdout] 70 | pub fn arg_to_location(&self, local: Local) -> LocationIndex { [INFO] [stdout] | ^^^^^^^^^^^^^ help: a type alias with a similar name exists: `LocationSet` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LocationIndex` in this scope [INFO] [stdout] --> src/indexed/impls.rs:86:16 [INFO] [stdout] | [INFO] [stdout] 26 | pub type LocationSet> = IndexSet; [INFO] [stdout] | --------------------------------------------------------------------- similarly named type alias `LocationSet` defined here [INFO] [stdout] ... [INFO] [stdout] 86 | type Index = LocationIndex; [INFO] [stdout] | ^^^^^^^^^^^^^ help: a type alias with a similar name exists: `LocationSet` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/infoflow/analysis.rs:35:41 [INFO] [stdout] | [INFO] [stdout] 35 | pub type FlowDomain<'tcx> = IndexMatrix, Location>; [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/infoflow/analysis.rs:35:54 [INFO] [stdout] | [INFO] [stdout] 35 | pub type FlowDomain<'tcx> = IndexMatrix, Location>; [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::panic::Location; [INFO] [stdout] | [INFO] [stdout] 1 | use std::panic::Location; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Body` in this scope [INFO] [stdout] --> src/infoflow/analysis.rs:40:17 [INFO] [stdout] | [INFO] [stdout] 40 | pub body: &'a Body<'tcx>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Body` in this scope [INFO] [stdout] --> src/infoflow/analysis.rs:50:15 [INFO] [stdout] | [INFO] [stdout] 50 | body: &'a Body<'tcx>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/infoflow/analysis.rs:72:14 [INFO] [stdout] | [INFO] [stdout] 72 | mutated: Place<'tcx>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/infoflow/analysis.rs:73:16 [INFO] [stdout] | [INFO] [stdout] 73 | inputs: &[(Place<'tcx>, Option>)], [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceElem` in this scope [INFO] [stdout] --> src/infoflow/analysis.rs:73:36 [INFO] [stdout] | [INFO] [stdout] 73 | inputs: &[(Place<'tcx>, Option>)], [INFO] [stdout] | ^^^^^^^^^ help: a trait with a similar name exists: `PlaceExt` [INFO] [stdout] | [INFO] [stdout] ::: src/mir/utils.rs:300:1 [INFO] [stdout] | [INFO] [stdout] 300 | pub trait PlaceExt<'tcx> { [INFO] [stdout] | ------------------------ similarly named trait `PlaceExt` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Location` in this scope [INFO] [stdout] --> src/infoflow/analysis.rs:74:15 [INFO] [stdout] | [INFO] [stdout] 74 | location: Location, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::panic::Location; [INFO] [stdout] | [INFO] [stdout] 1 | use std::panic::Location; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Body` in this scope [INFO] [stdout] --> src/infoflow/analysis.rs:207:34 [INFO] [stdout] | [INFO] [stdout] 207 | fn bottom_value(&self, _body: &Body<'tcx>) -> Self::Domain { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Body` in this scope [INFO] [stdout] --> src/infoflow/analysis.rs:211:44 [INFO] [stdout] | [INFO] [stdout] 211 | fn initialize_start_block(&self, _body: &Body<'tcx>, state: &mut Self::Domain) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Statement` in this scope [INFO] [stdout] --> src/infoflow/analysis.rs:228:17 [INFO] [stdout] | [INFO] [stdout] 228 | statement: &Statement<'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/infoflow/analysis.rs:229:15 [INFO] [stdout] | [INFO] [stdout] 229 | location: Location, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::panic::Location; [INFO] [stdout] | [INFO] [stdout] 1 | use std::panic::Location; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Terminator` in this scope [INFO] [stdout] --> src/infoflow/analysis.rs:246:18 [INFO] [stdout] | [INFO] [stdout] 246 | terminator: &Terminator<'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/infoflow/analysis.rs:247:15 [INFO] [stdout] | [INFO] [stdout] 247 | location: Location, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::panic::Location; [INFO] [stdout] | [INFO] [stdout] 1 | use std::panic::Location; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BasicBlock` in this scope [INFO] [stdout] --> src/infoflow/analysis.rs:271:13 [INFO] [stdout] | [INFO] [stdout] 271 | _block: BasicBlock, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/infoflow/dependencies.rs:31:17 [INFO] [stdout] | [INFO] [stdout] 31 | targets: &[(Place<'tcx>, Location)], [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/infoflow/dependencies.rs:31:30 [INFO] [stdout] | [INFO] [stdout] 31 | targets: &[(Place<'tcx>, Location)], [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::panic::Location; [INFO] [stdout] | [INFO] [stdout] 1 | use std::panic::Location; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/infoflow/dependencies.rs:79:25 [INFO] [stdout] | [INFO] [stdout] 79 | all_targets: Vec, Location)>>, [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/infoflow/dependencies.rs:79:38 [INFO] [stdout] | [INFO] [stdout] 79 | all_targets: Vec, Location)>>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::panic::Location; [INFO] [stdout] | [INFO] [stdout] 1 | use std::panic::Location; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/infoflow/dependencies.rs:196:21 [INFO] [stdout] | [INFO] [stdout] 196 | targets: Vec, Location)>>, [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/infoflow/dependencies.rs:196:34 [INFO] [stdout] | [INFO] [stdout] 196 | targets: Vec, Location)>>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::panic::Location; [INFO] [stdout] | [INFO] [stdout] 1 | use std::panic::Location; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/infoflow/mutation.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | Place<'tcx>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/infoflow/mutation.rs:21:8 [INFO] [stdout] | [INFO] [stdout] 21 | &[(Place<'tcx>, Option>)], [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceElem` in this scope [INFO] [stdout] --> src/infoflow/mutation.rs:21:28 [INFO] [stdout] | [INFO] [stdout] 21 | &[(Place<'tcx>, Option>)], [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/infoflow/mutation.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | Location, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::panic::Location; [INFO] [stdout] | [INFO] [stdout] 1 | use std::panic::Location; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/infoflow/mutation.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | Place<'tcx>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/infoflow/mutation.rs:34:8 [INFO] [stdout] | [INFO] [stdout] 34 | &[(Place<'tcx>, Option>)], [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceElem` in this scope [INFO] [stdout] --> src/infoflow/mutation.rs:34:28 [INFO] [stdout] | [INFO] [stdout] 34 | &[(Place<'tcx>, Option>)], [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/infoflow/mutation.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | Location, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::panic::Location; [INFO] [stdout] | [INFO] [stdout] 1 | use std::panic::Location; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/infoflow/mutation.rs:47:5 [INFO] [stdout] | [INFO] [stdout] 47 | Place<'tcx>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/infoflow/mutation.rs:48:8 [INFO] [stdout] | [INFO] [stdout] 48 | &[(Place<'tcx>, Option>)], [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceElem` in this scope [INFO] [stdout] --> src/infoflow/mutation.rs:48:28 [INFO] [stdout] | [INFO] [stdout] 48 | &[(Place<'tcx>, Option>)], [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/infoflow/mutation.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | Location, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::panic::Location; [INFO] [stdout] | [INFO] [stdout] 1 | use std::panic::Location; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/infoflow/mutation.rs:55:13 [INFO] [stdout] | [INFO] [stdout] 55 | place: &Place<'tcx>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Rvalue` in this scope [INFO] [stdout] --> src/infoflow/mutation.rs:56:14 [INFO] [stdout] | [INFO] [stdout] 56 | rvalue: &Rvalue<'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/infoflow/mutation.rs:57:15 [INFO] [stdout] | [INFO] [stdout] 57 | location: Location, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::panic::Location; [INFO] [stdout] | [INFO] [stdout] 1 | use std::panic::Location; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Terminator` in this scope [INFO] [stdout] --> src/infoflow/mutation.rs:73:47 [INFO] [stdout] | [INFO] [stdout] 73 | fn visit_terminator(&mut self, terminator: &Terminator<'tcx>, location: Location) { [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/infoflow/mutation.rs:73:75 [INFO] [stdout] | [INFO] [stdout] 73 | fn visit_terminator(&mut self, terminator: &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] 1 | use core::panic::Location; [INFO] [stdout] | [INFO] [stdout] 1 | use std::panic::Location; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TerminatorKind` in this scope [INFO] [stdout] --> src/infoflow/recursive.rs:22:12 [INFO] [stdout] | [INFO] [stdout] 22 | call: &TerminatorKind<'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/infoflow/recursive.rs:23:15 [INFO] [stdout] | [INFO] [stdout] 23 | location: Location, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::panic::Location; [INFO] [stdout] | [INFO] [stdout] 1 | use std::panic::Location; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BorrowKind` in this scope [INFO] [stdout] --> src/mir/aliases.rs:37:28 [INFO] [stdout] | [INFO] [stdout] 36 | struct GatherBorrows<'tcx> { [INFO] [stdout] | - help: you might be missing a type parameter: `, BorrowKind` [INFO] [stdout] 37 | borrows: Vec<(RegionVid, BorrowKind, Place<'tcx>)>, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/aliases.rs:37:40 [INFO] [stdout] | [INFO] [stdout] 37 | borrows: Vec<(RegionVid, BorrowKind, Place<'tcx>)>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/aliases.rs:49:14 [INFO] [stdout] | [INFO] [stdout] 49 | _place: &Place<'tcx>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Rvalue` in this scope [INFO] [stdout] --> src/mir/aliases.rs:50:14 [INFO] [stdout] | [INFO] [stdout] 50 | rvalue: &Rvalue<'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/mir/aliases.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | _location: Location, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::panic::Location; [INFO] [stdout] | [INFO] [stdout] 1 | use std::panic::Location; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Body` in this scope [INFO] [stdout] --> src/mir/aliases.rs:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | body: &'a Body<'tcx>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/aliases.rs:63:15 [INFO] [stdout] | [INFO] [stdout] 63 | places: Vec>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Local` in this scope [INFO] [stdout] --> src/mir/aliases.rs:69:41 [INFO] [stdout] | [INFO] [stdout] 69 | fn visit_local_decl(&mut self, local: Local, _local_decl: &LocalDecl<'tcx>) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LocalDecl` in this scope [INFO] [stdout] --> src/mir/aliases.rs:69:62 [INFO] [stdout] | [INFO] [stdout] 69 | fn visit_local_decl(&mut self, local: Local, _local_decl: &LocalDecl<'tcx>) { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/aliases.rs:75:13 [INFO] [stdout] | [INFO] [stdout] 75 | place: &Place<'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/mir/aliases.rs:77:16 [INFO] [stdout] | [INFO] [stdout] 77 | _location: Location, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::panic::Location; [INFO] [stdout] | [INFO] [stdout] 1 | use std::panic::Location; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/aliases.rs:84:13 [INFO] [stdout] | [INFO] [stdout] 84 | place: &Place<'tcx>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Rvalue` in this scope [INFO] [stdout] --> src/mir/aliases.rs:85:14 [INFO] [stdout] | [INFO] [stdout] 85 | rvalue: &Rvalue<'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/mir/aliases.rs:86:15 [INFO] [stdout] | [INFO] [stdout] 86 | location: Location, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::panic::Location; [INFO] [stdout] | [INFO] [stdout] 1 | use std::panic::Location; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Terminator` in this scope [INFO] [stdout] --> src/mir/aliases.rs:113:47 [INFO] [stdout] | [INFO] [stdout] 113 | fn visit_terminator(&mut self, terminator: &Terminator<'tcx>, location: Location) { [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/mir/aliases.rs:113:75 [INFO] [stdout] | [INFO] [stdout] 113 | fn visit_terminator(&mut self, terminator: &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] 1 | use core::panic::Location; [INFO] [stdout] | [INFO] [stdout] 1 | use std::panic::Location; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/aliases.rs:131:49 [INFO] [stdout] | [INFO] [stdout] 131 | type LoanMap<'tcx> = HashMap>>; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Body` in this scope [INFO] [stdout] --> src/mir/aliases.rs:138:17 [INFO] [stdout] | [INFO] [stdout] 138 | pub body: &'a Body<'tcx>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/aliases.rs:146:31 [INFO] [stdout] | [INFO] [stdout] 146 | normalized_cache: CopyCache, Place<'tcx>>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/aliases.rs:146:44 [INFO] [stdout] | [INFO] [stdout] 146 | normalized_cache: CopyCache, Place<'tcx>>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/aliases.rs:147:24 [INFO] [stdout] | [INFO] [stdout] 147 | aliases_cache: Cache, PlaceSet<'tcx>>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/aliases.rs:148:26 [INFO] [stdout] | [INFO] [stdout] 148 | conflicts_cache: Cache, PlaceSet<'tcx>>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/aliases.rs:149:27 [INFO] [stdout] | [INFO] [stdout] 149 | reachable_cache: Cache<(Place<'tcx>, Mutability), PlaceSet<'tcx>>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Mutability` in this scope [INFO] [stdout] --> src/mir/aliases.rs:149:40 [INFO] [stdout] | [INFO] [stdout] 135 | pub struct Aliases<'a, 'tcx> { [INFO] [stdout] | - help: you might be missing a type parameter: `, Mutability` [INFO] [stdout] ... [INFO] [stdout] 149 | reachable_cache: Cache<(Place<'tcx>, Mutability), PlaceSet<'tcx>>, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/aliases.rs:414:34 [INFO] [stdout] | [INFO] [stdout] 414 | pub fn normalize(&self, place: Place<'tcx>) -> Place<'tcx> { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/aliases.rs:414:50 [INFO] [stdout] | [INFO] [stdout] 414 | pub fn normalize(&self, place: Place<'tcx>) -> Place<'tcx> { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/aliases.rs:420:32 [INFO] [stdout] | [INFO] [stdout] 420 | pub fn aliases(&self, place: Place<'tcx>) -> &PlaceSet<'tcx> { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/aliases.rs:474:33 [INFO] [stdout] | [INFO] [stdout] 474 | pub fn children(&self, place: Place<'tcx>) -> PlaceSet<'tcx> { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/aliases.rs:478:34 [INFO] [stdout] | [INFO] [stdout] 478 | pub fn conflicts(&self, place: Place<'tcx>) -> &PlaceSet<'tcx> { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/aliases.rs:497:12 [INFO] [stdout] | [INFO] [stdout] 497 | place: Place<'tcx>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Mutability` in this scope [INFO] [stdout] --> src/mir/aliases.rs:498:17 [INFO] [stdout] | [INFO] [stdout] 498 | mutability: Mutability, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/aliases.rs:538:54 [INFO] [stdout] | [INFO] [stdout] 538 | pub fn all_args(&'a self) -> impl Iterator, LocationIndex)> + 'a { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/aliases.rs:564:28 [INFO] [stdout] | [INFO] [stdout] 564 | state: &'a IndexMatrix, Location>, [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/mir/aliases.rs:564:41 [INFO] [stdout] | [INFO] [stdout] 564 | state: &'a IndexMatrix, Location>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::panic::Location; [INFO] [stdout] | [INFO] [stdout] 1 | use std::panic::Location; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/aliases.rs:565:12 [INFO] [stdout] | [INFO] [stdout] 565 | place: Place<'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/mir/aliases.rs:566:31 [INFO] [stdout] | [INFO] [stdout] 566 | ) -> LocationSet> { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::panic::Location; [INFO] [stdout] | [INFO] [stdout] 1 | use std::panic::Location; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Body` in this scope [INFO] [stdout] --> src/mir/aliases.rs:573:10 [INFO] [stdout] | [INFO] [stdout] 573 | body: &Body<'tcx>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/aliases.rs:574:48 [INFO] [stdout] | [INFO] [stdout] 574 | region_to_pointers: &HashMap, Mutability)>>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Mutability` in this scope [INFO] [stdout] --> src/mir/aliases.rs:574:61 [INFO] [stdout] | [INFO] [stdout] 571 | pub fn generate_conservative_constraints<'tcx>( [INFO] [stdout] | - help: you might be missing a type parameter: `, Mutability` [INFO] [stdout] ... [INFO] [stdout] 574 | region_to_pointers: &HashMap, Mutability)>>, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Body` in this scope [INFO] [stdout] --> src/mir/control_dependencies.rs:14:13 [INFO] [stdout] | [INFO] [stdout] 14 | body: &'a Body<'tcx>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BasicBlock` in this scope [INFO] [stdout] --> src/mir/control_dependencies.rs:15:8 [INFO] [stdout] | [INFO] [stdout] 15 | ret: BasicBlock, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BasicBlock` in this scope [INFO] [stdout] --> src/mir/control_dependencies.rs:16:23 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct BodyReversed<'a, 'tcx> { [INFO] [stdout] | - help: you might be missing a type parameter: `, BasicBlock` [INFO] [stdout] ... [INFO] [stdout] 16 | unreachable: BitSet, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Body` in this scope [INFO] [stdout] --> src/mir/control_dependencies.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | body: &Body, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BasicBlock` in this scope [INFO] [stdout] --> src/mir/control_dependencies.rs:21:8 [INFO] [stdout] | [INFO] [stdout] 21 | ret: BasicBlock, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BasicBlock` in this scope [INFO] [stdout] --> src/mir/control_dependencies.rs:22:14 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn compute_immediate_post_dominators( [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 22 | ) -> HashMap { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BasicBlock` in this scope [INFO] [stdout] --> src/mir/control_dependencies.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn compute_immediate_post_dominators( [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 22 | ) -> HashMap { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `DirectedGraph` in this scope [INFO] [stdout] --> src/mir/control_dependencies.rs:43:6 [INFO] [stdout] | [INFO] [stdout] 43 | impl DirectedGraph for BodyReversed<'_, '_> { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BasicBlock` in this scope [INFO] [stdout] --> src/mir/control_dependencies.rs:44:15 [INFO] [stdout] | [INFO] [stdout] 44 | type Node = BasicBlock; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `WithStartNode` in this scope [INFO] [stdout] --> src/mir/control_dependencies.rs:47:6 [INFO] [stdout] | [INFO] [stdout] 47 | impl WithStartNode for BodyReversed<'_, '_> { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `WithNumNodes` in this scope [INFO] [stdout] --> src/mir/control_dependencies.rs:53:6 [INFO] [stdout] | [INFO] [stdout] 53 | impl WithNumNodes for BodyReversed<'_, '_> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `GraphSuccessors` in this scope [INFO] [stdout] --> src/mir/control_dependencies.rs:59:14 [INFO] [stdout] | [INFO] [stdout] 59 | impl<'graph> GraphSuccessors<'graph> for BodyReversed<'_, '_> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BasicBlock` in this scope [INFO] [stdout] --> src/mir/control_dependencies.rs:60:15 [INFO] [stdout] | [INFO] [stdout] 60 | type Item = BasicBlock; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BasicBlock` in this scope [INFO] [stdout] --> src/mir/control_dependencies.rs:61:39 [INFO] [stdout] | [INFO] [stdout] 59 | impl<'graph> GraphSuccessors<'graph> for BodyReversed<'_, '_> { [INFO] [stdout] | - help: you might be missing a type parameter: `, BasicBlock` [INFO] [stdout] 60 | type Item = BasicBlock; [INFO] [stdout] 61 | type Iter = Box + 'graph>; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `WithSuccessors` in this scope [INFO] [stdout] --> src/mir/control_dependencies.rs:64:6 [INFO] [stdout] | [INFO] [stdout] 64 | impl WithSuccessors for BodyReversed<'_, '_> { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `GraphPredecessors` in this scope [INFO] [stdout] --> src/mir/control_dependencies.rs:75:14 [INFO] [stdout] | [INFO] [stdout] 75 | impl<'graph> GraphPredecessors<'graph> for BodyReversed<'_, '_> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BasicBlock` in this scope [INFO] [stdout] --> src/mir/control_dependencies.rs:76:15 [INFO] [stdout] | [INFO] [stdout] 76 | type Item = BasicBlock; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BasicBlock` in this scope [INFO] [stdout] --> src/mir/control_dependencies.rs:77:39 [INFO] [stdout] | [INFO] [stdout] 75 | impl<'graph> GraphPredecessors<'graph> for BodyReversed<'_, '_> { [INFO] [stdout] | - help: you might be missing a type parameter: `, BasicBlock` [INFO] [stdout] 76 | type Item = BasicBlock; [INFO] [stdout] 77 | type Iter = Box + 'graph>; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `WithPredecessors` in this scope [INFO] [stdout] --> src/mir/control_dependencies.rs:80:6 [INFO] [stdout] | [INFO] [stdout] 80 | impl WithPredecessors for BodyReversed<'_, '_> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BasicBlock` in this scope [INFO] [stdout] --> src/mir/control_dependencies.rs:92:48 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct ControlDependencies(SparseBitMatrix); [INFO] [stdout] | - ^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BasicBlock` in this scope [INFO] [stdout] --> src/mir/control_dependencies.rs:92:60 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct ControlDependencies(SparseBitMatrix); [INFO] [stdout] | - ^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Body` in this scope [INFO] [stdout] --> src/mir/control_dependencies.rs:122:23 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn build(body: &Body) -> Self { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Body` in this scope [INFO] [stdout] --> src/mir/control_dependencies.rs:145:12 [INFO] [stdout] | [INFO] [stdout] 145 | body: &Body, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BasicBlock` in this scope [INFO] [stdout] --> src/mir/control_dependencies.rs:146:10 [INFO] [stdout] | [INFO] [stdout] 146 | ret: BasicBlock, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BasicBlock` in this scope [INFO] [stdout] --> src/mir/control_dependencies.rs:147:24 [INFO] [stdout] | [INFO] [stdout] 118 | impl ControlDependencies { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 147 | ) -> SparseBitMatrix { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BasicBlock` in this scope [INFO] [stdout] --> src/mir/control_dependencies.rs:147:36 [INFO] [stdout] | [INFO] [stdout] 118 | impl ControlDependencies { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 147 | ) -> SparseBitMatrix { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BasicBlock` in this scope [INFO] [stdout] --> src/mir/control_dependencies.rs:182:37 [INFO] [stdout] | [INFO] [stdout] 182 | pub fn dependent_on(&self, block: BasicBlock) -> Option<&HybridBitSet> { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BasicBlock` in this scope [INFO] [stdout] --> src/mir/control_dependencies.rs:182:73 [INFO] [stdout] | [INFO] [stdout] 118 | impl ControlDependencies { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 182 | pub fn dependent_on(&self, block: BasicBlock) -> Option<&HybridBitSet> { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/utils.rs:44:32 [INFO] [stdout] | [INFO] [stdout] 44 | fn to_place(&self) -> Option>; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Operand` in this scope [INFO] [stdout] --> src/mir/utils.rs:47:33 [INFO] [stdout] | [INFO] [stdout] 47 | impl<'tcx> OperandExt<'tcx> for Operand<'tcx> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/utils.rs:48:32 [INFO] [stdout] | [INFO] [stdout] 48 | fn to_place(&self) -> Option> { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/utils.rs:57:19 [INFO] [stdout] | [INFO] [stdout] 57 | args: &[(usize, Place<'tcx>)], [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Body` in this scope [INFO] [stdout] --> src/mir/utils.rs:59:10 [INFO] [stdout] | [INFO] [stdout] 59 | body: &Body<'tcx>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/utils.rs:61:18 [INFO] [stdout] | [INFO] [stdout] 61 | ) -> Vec<(usize, Place<'tcx>)> { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Operand` in this scope [INFO] [stdout] --> src/mir/utils.rs:83:33 [INFO] [stdout] | [INFO] [stdout] 83 | pub fn arg_places<'tcx>(args: &[Operand<'tcx>]) -> Vec<(usize, Place<'tcx>)> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/utils.rs:83:64 [INFO] [stdout] | [INFO] [stdout] 83 | pub fn arg_places<'tcx>(args: &[Operand<'tcx>]) -> Vec<(usize, Place<'tcx>)> { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/utils.rs:122:31 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn of<'tcx>(part_place: Place<'tcx>, whole_place: Place<'tcx>) -> Self { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/utils.rs:122:57 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn of<'tcx>(part_place: Place<'tcx>, whole_place: Place<'tcx>) -> Self { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/utils.rs:173:20 [INFO] [stdout] | [INFO] [stdout] 173 | pub places: Vec<(Place<'tcx>, Option>)>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceElem` in this scope [INFO] [stdout] --> src/mir/utils.rs:173:40 [INFO] [stdout] | [INFO] [stdout] 173 | pub places: Vec<(Place<'tcx>, Option>)>, [INFO] [stdout] | ^^^^^^^^^ help: a trait with a similar name exists: `PlaceExt` [INFO] [stdout] ... [INFO] [stdout] 300 | pub trait PlaceExt<'tcx> { [INFO] [stdout] | ------------------------ similarly named trait `PlaceExt` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/utils.rs:179:13 [INFO] [stdout] | [INFO] [stdout] 179 | place: &Place<'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/mir/utils.rs:181:16 [INFO] [stdout] | [INFO] [stdout] 181 | _location: Location, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::panic::Location; [INFO] [stdout] | [INFO] [stdout] 1 | use std::panic::Location; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Rvalue` in this scope [INFO] [stdout] --> src/mir/utils.rs:186:39 [INFO] [stdout] | [INFO] [stdout] 186 | fn visit_rvalue(&mut self, rvalue: &Rvalue<'tcx>, location: Location) { [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/mir/utils.rs:186:63 [INFO] [stdout] | [INFO] [stdout] 186 | fn visit_rvalue(&mut self, rvalue: &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] 1 | use core::panic::Location; [INFO] [stdout] | [INFO] [stdout] 1 | use std::panic::Location; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Body` in this scope [INFO] [stdout] --> src/mir/utils.rs:229:10 [INFO] [stdout] | [INFO] [stdout] 229 | body: &Body<'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/mir/utils.rs:251:37 [INFO] [stdout] | [INFO] [stdout] 251 | pub fn location_to_string(location: Location, body: &Body<'_>) -> String { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::panic::Location; [INFO] [stdout] | [INFO] [stdout] 1 | use std::panic::Location; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Body` in this scope [INFO] [stdout] --> src/mir/utils.rs:251:54 [INFO] [stdout] | [INFO] [stdout] 251 | pub fn location_to_string(location: Location, body: &Body<'_>) -> String { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Body` in this scope [INFO] [stdout] --> src/mir/utils.rs:264:53 [INFO] [stdout] | [INFO] [stdout] 264 | fn run_pass(&self, _tcx: TyCtxt<'tcx>, body: &mut Body<'tcx>) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Local` in this scope [INFO] [stdout] --> src/mir/utils.rs:301:18 [INFO] [stdout] | [INFO] [stdout] 301 | fn make(local: Local, projection: &[PlaceElem<'tcx>], tcx: TyCtxt<'tcx>) -> Self; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceElem` in this scope [INFO] [stdout] --> src/mir/utils.rs:301:39 [INFO] [stdout] | [INFO] [stdout] 301 | fn make(local: Local, projection: &[PlaceElem<'tcx>], tcx: TyCtxt<'tcx>) -> Self; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceRef` in this scope [INFO] [stdout] --> src/mir/utils.rs:302:22 [INFO] [stdout] | [INFO] [stdout] 302 | fn from_ref(place: PlaceRef<'tcx>, tcx: TyCtxt<'tcx>) -> Self; [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Local` in this scope [INFO] [stdout] --> src/mir/utils.rs:303:24 [INFO] [stdout] | [INFO] [stdout] 303 | fn from_local(local: Local, tcx: TyCtxt<'tcx>) -> Self; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Body` in this scope [INFO] [stdout] --> src/mir/utils.rs:304:27 [INFO] [stdout] | [INFO] [stdout] 304 | fn is_arg(&self, body: &Body<'tcx>) -> bool; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Body` in this scope [INFO] [stdout] --> src/mir/utils.rs:305:30 [INFO] [stdout] | [INFO] [stdout] 305 | fn is_direct(&self, body: &Body<'tcx>) -> bool; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceRef` in this scope [INFO] [stdout] --> src/mir/utils.rs:306:46 [INFO] [stdout] | [INFO] [stdout] 306 | fn refs_in_projection(&self) -> SmallVec<[(PlaceRef<'tcx>, &[PlaceElem<'tcx>]); 2]>; [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceElem` in this scope [INFO] [stdout] --> src/mir/utils.rs:306:64 [INFO] [stdout] | [INFO] [stdout] 306 | fn refs_in_projection(&self) -> SmallVec<[(PlaceRef<'tcx>, &[PlaceElem<'tcx>]); 2]>; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/utils.rs:308:18 [INFO] [stdout] | [INFO] [stdout] 308 | -> SmallVec<[Place<'tcx>; 2]>; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Body` in this scope [INFO] [stdout] --> src/mir/utils.rs:312:12 [INFO] [stdout] | [INFO] [stdout] 312 | body: &Body<'tcx>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/utils.rs:314:32 [INFO] [stdout] | [INFO] [stdout] 314 | ) -> HashMap, Mutability)>>; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Mutability` in this scope [INFO] [stdout] --> src/mir/utils.rs:314:45 [INFO] [stdout] | [INFO] [stdout] 300 | pub trait PlaceExt<'tcx> { [INFO] [stdout] | - help: you might be missing a type parameter: `, Mutability` [INFO] [stdout] ... [INFO] [stdout] 314 | ) -> HashMap, Mutability)>>; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Body` in this scope [INFO] [stdout] --> src/mir/utils.rs:318:12 [INFO] [stdout] | [INFO] [stdout] 318 | body: &Body<'tcx>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/utils.rs:320:12 [INFO] [stdout] | [INFO] [stdout] 320 | ) -> Vec>; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Body` in this scope [INFO] [stdout] --> src/mir/utils.rs:321:49 [INFO] [stdout] | [INFO] [stdout] 321 | fn to_string(&self, tcx: TyCtxt<'tcx>, body: &Body<'tcx>) -> Option; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/utils.rs:322:60 [INFO] [stdout] | [INFO] [stdout] 322 | fn normalize(&self, tcx: TyCtxt<'tcx>, def_id: DefId) -> Place<'tcx>; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/utils.rs:325:31 [INFO] [stdout] | [INFO] [stdout] 325 | impl<'tcx> PlaceExt<'tcx> for Place<'tcx> { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Local` in this scope [INFO] [stdout] --> src/mir/utils.rs:326:18 [INFO] [stdout] | [INFO] [stdout] 326 | fn make(local: Local, projection: &[PlaceElem<'tcx>], tcx: TyCtxt<'tcx>) -> Self { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceElem` in this scope [INFO] [stdout] --> src/mir/utils.rs:326:39 [INFO] [stdout] | [INFO] [stdout] 300 | pub trait PlaceExt<'tcx> { [INFO] [stdout] | ------------------------ similarly named trait `PlaceExt` defined here [INFO] [stdout] ... [INFO] [stdout] 326 | fn make(local: Local, projection: &[PlaceElem<'tcx>], tcx: TyCtxt<'tcx>) -> Self { [INFO] [stdout] | ^^^^^^^^^ help: a trait with a similar name exists: `PlaceExt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceRef` in this scope [INFO] [stdout] --> src/mir/utils.rs:333:22 [INFO] [stdout] | [INFO] [stdout] 333 | fn from_ref(place: PlaceRef<'tcx>, tcx: TyCtxt<'tcx>) -> Self { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Local` in this scope [INFO] [stdout] --> src/mir/utils.rs:337:24 [INFO] [stdout] | [INFO] [stdout] 337 | fn from_local(local: Local, tcx: TyCtxt<'tcx>) -> Self { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Body` in this scope [INFO] [stdout] --> src/mir/utils.rs:341:27 [INFO] [stdout] | [INFO] [stdout] 341 | fn is_arg(&self, body: &Body<'tcx>) -> bool { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Body` in this scope [INFO] [stdout] --> src/mir/utils.rs:346:30 [INFO] [stdout] | [INFO] [stdout] 346 | fn is_direct(&self, body: &Body<'tcx>) -> bool { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceRef` in this scope [INFO] [stdout] --> src/mir/utils.rs:350:46 [INFO] [stdout] | [INFO] [stdout] 350 | fn refs_in_projection(&self) -> SmallVec<[(PlaceRef<'tcx>, &[PlaceElem<'tcx>]); 2]> { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceElem` in this scope [INFO] [stdout] --> src/mir/utils.rs:350:64 [INFO] [stdout] | [INFO] [stdout] 300 | pub trait PlaceExt<'tcx> { [INFO] [stdout] | ------------------------ similarly named trait `PlaceExt` defined here [INFO] [stdout] ... [INFO] [stdout] 350 | fn refs_in_projection(&self) -> SmallVec<[(PlaceRef<'tcx>, &[PlaceElem<'tcx>]); 2]> { [INFO] [stdout] | ^^^^^^^^^ help: a trait with a similar name exists: `PlaceExt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/utils.rs:372:18 [INFO] [stdout] | [INFO] [stdout] 372 | ) -> SmallVec<[Place<'tcx>; 2]> { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Body` in this scope [INFO] [stdout] --> src/mir/utils.rs:386:12 [INFO] [stdout] | [INFO] [stdout] 386 | body: &Body<'tcx>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/utils.rs:388:32 [INFO] [stdout] | [INFO] [stdout] 388 | ) -> HashMap, Mutability)>> { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Mutability` in this scope [INFO] [stdout] --> src/mir/utils.rs:388:45 [INFO] [stdout] | [INFO] [stdout] 325 | impl<'tcx> PlaceExt<'tcx> for Place<'tcx> { [INFO] [stdout] | - help: you might be missing a type parameter: `, Mutability` [INFO] [stdout] ... [INFO] [stdout] 388 | ) -> HashMap, Mutability)>> { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Body` in this scope [INFO] [stdout] --> src/mir/utils.rs:414:12 [INFO] [stdout] | [INFO] [stdout] 414 | body: &Body<'tcx>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/utils.rs:416:12 [INFO] [stdout] | [INFO] [stdout] 416 | ) -> Vec> { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Body` in this scope [INFO] [stdout] --> src/mir/utils.rs:433:49 [INFO] [stdout] | [INFO] [stdout] 433 | fn to_string(&self, tcx: TyCtxt<'tcx>, body: &Body<'tcx>) -> Option { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/utils.rs:484:60 [INFO] [stdout] | [INFO] [stdout] 484 | fn normalize(&self, tcx: TyCtxt<'tcx>, def_id: DefId) -> Place<'tcx> { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Local` in this scope [INFO] [stdout] --> src/mir/utils.rs:531:10 [INFO] [stdout] | [INFO] [stdout] 531 | local: Local, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceElem` in this scope [INFO] [stdout] --> src/mir/utils.rs:532:20 [INFO] [stdout] | [INFO] [stdout] 300 | pub trait PlaceExt<'tcx> { [INFO] [stdout] | ------------------------ similarly named trait `PlaceExt` defined here [INFO] [stdout] ... [INFO] [stdout] 532 | place_stack: Vec>, [INFO] [stdout] | ^^^^^^^^^ help: a trait with a similar name exists: `PlaceExt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/utils.rs:534:26 [INFO] [stdout] | [INFO] [stdout] 534 | places: Option>>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/utils.rs:536:36 [INFO] [stdout] | [INFO] [stdout] 536 | regions: HashMap, Mutability)>>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Mutability` in this scope [INFO] [stdout] --> src/mir/utils.rs:536:49 [INFO] [stdout] | [INFO] [stdout] 528 | struct CollectRegions<'tcx> { [INFO] [stdout] | - help: you might be missing a type parameter: `, Mutability` [INFO] [stdout] ... [INFO] [stdout] 536 | regions: HashMap, Mutability)>>, [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/mir/utils.rs:708:44 [INFO] [stdout] | [INFO] [stdout] 708 | type AllReturnsIter<'a>: Iterator [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::panic::Location; [INFO] [stdout] | [INFO] [stdout] 1 | use std::panic::Location; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Location` in this scope [INFO] [stdout] --> src/mir/utils.rs:713:46 [INFO] [stdout] | [INFO] [stdout] 713 | type AllLocationsIter<'a>: Iterator [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::panic::Location; [INFO] [stdout] | [INFO] [stdout] 1 | use std::panic::Location; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Location` in this scope [INFO] [stdout] --> src/mir/utils.rs:718:39 [INFO] [stdout] | [INFO] [stdout] 718 | type LocationsIter: Iterator; [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::panic::Location; [INFO] [stdout] | [INFO] [stdout] 1 | use std::panic::Location; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BasicBlock` in this scope [INFO] [stdout] --> src/mir/utils.rs:719:39 [INFO] [stdout] | [INFO] [stdout] 719 | fn locations_in_block(&self, block: BasicBlock) -> Self::LocationsIter; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Local` in this scope [INFO] [stdout] --> src/mir/utils.rs:721:44 [INFO] [stdout] | [INFO] [stdout] 707 | pub trait BodyExt<'tcx> { [INFO] [stdout] | - help: you might be missing a type parameter: `, Local` [INFO] [stdout] ... [INFO] [stdout] 721 | fn debug_info_name_map(&self) -> HashMap; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Body` in this scope [INFO] [stdout] --> src/mir/utils.rs:726:30 [INFO] [stdout] | [INFO] [stdout] 726 | impl<'tcx> BodyExt<'tcx> for Body<'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/mir/utils.rs:727:50 [INFO] [stdout] | [INFO] [stdout] 727 | type AllReturnsIter<'a> = impl Iterator where Self: 'a; [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::panic::Location; [INFO] [stdout] | [INFO] [stdout] 1 | use std::panic::Location; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Location` in this scope [INFO] [stdout] --> src/mir/utils.rs:741:52 [INFO] [stdout] | [INFO] [stdout] 741 | type AllLocationsIter<'a> = impl Iterator where Self: 'a; [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::panic::Location; [INFO] [stdout] | [INFO] [stdout] 1 | use std::panic::Location; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Location` in this scope [INFO] [stdout] --> src/mir/utils.rs:754:45 [INFO] [stdout] | [INFO] [stdout] 754 | type LocationsIter = impl Iterator; [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::panic::Location; [INFO] [stdout] | [INFO] [stdout] 1 | use std::panic::Location; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BasicBlock` in this scope [INFO] [stdout] --> src/mir/utils.rs:755:39 [INFO] [stdout] | [INFO] [stdout] 755 | fn locations_in_block(&self, block: BasicBlock) -> Self::LocationsIter { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Local` in this scope [INFO] [stdout] --> src/mir/utils.rs:763:44 [INFO] [stdout] | [INFO] [stdout] 726 | impl<'tcx> BodyExt<'tcx> for Body<'tcx> { [INFO] [stdout] | - help: you might be missing a type parameter: `, Local` [INFO] [stdout] ... [INFO] [stdout] 763 | fn debug_info_name_map(&self) -> HashMap { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | / #![feature( [INFO] [stdout] 36 | | rustc_private, // for rustc internals [INFO] [stdout] 37 | | box_patterns, // for conciseness [INFO] [stdout] 38 | | associated_type_defaults, // for crate::indexed::Indexed [INFO] [stdout] ... | [INFO] [stdout] 43 | | trait_alias, [INFO] [stdout] 44 | | )] [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 212 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0432, 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 `flowistry` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2021 --crate-type lib --crate-name flowistry src/lib.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=797aa6d86be1c28e -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-0657bc08aa8032ee.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-483f5a2788925099.rmeta --extern fluid_let=/opt/rustwide/target/debug/deps/libfluid_let-3f4da71be8172a01.rmeta --extern intervaltree=/opt/rustwide/target/debug/deps/libintervaltree-fb74d428d8f7ac3b.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-0a324ed5cbda8759.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-402f3840c32ad46c.rmeta --extern unicode_segmentation=/opt/rustwide/target/debug/deps/libunicode_segmentation-aed4a7bf0bae9904.rmeta --cap-lints=warn --crate-version 0.5.22` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "b28f891ff16c529ddaefe31b7da73bac032dd71bbb8ef2a334b4f13ed4c3014d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b28f891ff16c529ddaefe31b7da73bac032dd71bbb8ef2a334b4f13ed4c3014d", kill_on_drop: false }` [INFO] [stdout] b28f891ff16c529ddaefe31b7da73bac032dd71bbb8ef2a334b4f13ed4c3014d