[INFO] fetching crate flowistry 0.5.3... [INFO] testing flowistry-0.5.3 against 1.59.0 for beta-1.60-1 [INFO] extracting crate flowistry 0.5.3 into /workspace/builds/worker-98/source [INFO] validating manifest of crates.io crate flowistry 0.5.3 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate flowistry 0.5.3 [INFO] finished tweaking crates.io crate flowistry 0.5.3 [INFO] tweaked toml for crates.io crate flowistry 0.5.3 written to /workspace/builds/worker-98/source/Cargo.toml [INFO] crate crates.io crate flowistry 0.5.3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-98/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-98/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 48a8763325f07f98d198dc8c1d6e869aa83e6772949e0627b38254377155f7dd [INFO] running `Command { std: "docker" "start" "-a" "48a8763325f07f98d198dc8c1d6e869aa83e6772949e0627b38254377155f7dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "48a8763325f07f98d198dc8c1d6e869aa83e6772949e0627b38254377155f7dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "48a8763325f07f98d198dc8c1d6e869aa83e6772949e0627b38254377155f7dd", kill_on_drop: false }` [INFO] [stdout] 48a8763325f07f98d198dc8c1d6e869aa83e6772949e0627b38254377155f7dd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-98/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-98/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fa2e31c801c7d81f851d8070a13cd20d49d571dcda24043e2724c37ee1eac7e9 [INFO] running `Command { std: "docker" "start" "-a" "fa2e31c801c7d81f851d8070a13cd20d49d571dcda24043e2724c37ee1eac7e9", kill_on_drop: false }` [INFO] [stderr] Compiling utf8-width v0.1.5 [INFO] [stderr] Compiling textwrap v0.14.2 [INFO] [stderr] Compiling fluid-let v1.0.0 [INFO] [stderr] Compiling html-escape v0.2.9 [INFO] [stderr] Compiling flowistry v0.5.3 (/opt/rustwide/workdir) [INFO] [stdout] error[E0463]: can't find crate for `either` [INFO] [stdout] --> src/lib.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | 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:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | 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:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | 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:44:1 [INFO] [stdout] | [INFO] [stdout] 44 | 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:45:1 [INFO] [stdout] | [INFO] [stdout] 45 | 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:46:1 [INFO] [stdout] | [INFO] [stdout] 46 | 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:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | 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:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | 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:49:1 [INFO] [stdout] | [INFO] [stdout] 49 | 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:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | 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:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | 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:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | 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:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | 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:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | 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:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | 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:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | 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:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | 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:58:1 [INFO] [stdout] | [INFO] [stdout] 58 | 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:59:1 [INFO] [stdout] | [INFO] [stdout] 59 | 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:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | extern crate smallvec; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `crate::indexed::impls::LocationIndex`, `rustc_graphviz` [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] ::: src/mir/utils.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | use rustc_graphviz as dot; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `ProjectionElem` [INFO] [stdout] --> src/mir/utils.rs:128:13 [INFO] [stdout] | [INFO] [stdout] 128 | use ProjectionElem::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `ProjectionElem` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Encodable` in this scope [INFO] [stdout] --> src/extensions.rs:7:45 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Debug, PartialEq, Eq, Clone, Copy, Encodable, Hash)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Encodable` in this scope [INFO] [stdout] --> src/extensions.rs:13:45 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Debug, PartialEq, Eq, Clone, Copy, Encodable, Hash)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Encodable` in this scope [INFO] [stdout] --> src/extensions.rs:19:45 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Debug, PartialEq, Eq, Clone, Copy, Encodable, Hash)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Encodable` in this scope [INFO] [stdout] --> src/extensions.rs:25:45 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Debug, PartialEq, Eq, Clone, Copy, Encodable, Hash)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find derive macro `Encodable` in this scope [INFO] [stdout] --> src/range.rs:68:10 [INFO] [stdout] | [INFO] [stdout] 68 | #[derive(Encodable, Debug, Clone, Hash, PartialEq, Eq, Default)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BasicBlock` [INFO] [stdout] --> src/indexed/impls.rs:41:21 [INFO] [stdout] | [INFO] [stdout] 41 | let arg_block = BasicBlock::from_usize(body.basic_blocks().len()); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `BasicBlock` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Place` [INFO] [stdout] --> src/indexed/impls.rs:51:21 [INFO] [stdout] | [INFO] [stdout] 51 | let place = Place::from_local(local, tcx); [INFO] [stdout] | ^^^^^ use of undeclared type `Place` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndexVec` [INFO] [stdout] --> src/indexed/mod.rs:85:26 [INFO] [stdout] | [INFO] [stdout] 85 | let index_to_value = IndexVec::from_raw(domain); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `IndexVec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Place` [INFO] [stdout] --> src/infoflow/analysis.rs:117:11 [INFO] [stdout] | [INFO] [stdout] 117 | Place::make(mutated.local, &projection, self.tcx), [INFO] [stdout] | ^^^^^ use of undeclared type `Place` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TerminatorKind` [INFO] [stdout] --> src/infoflow/analysis.rs:131:14 [INFO] [stdout] | [INFO] [stdout] 131 | if let TerminatorKind::SwitchInt { discr, .. } = &terminator.kind { [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `TerminatorKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Mutability` [INFO] [stdout] --> src/infoflow/analysis.rs:171:51 [INFO] [stdout] | [INFO] [stdout] 171 | !matches!(ty.ref_mutability(), Some(Mutability::Not)) [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Mutability` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TerminatorKind` [INFO] [stdout] --> src/infoflow/analysis.rs:237:34 [INFO] [stdout] | [INFO] [stdout] 237 | if matches!(terminator.kind, TerminatorKind::Call { .. }) [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `TerminatorKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TerminatorKind` [INFO] [stdout] --> src/infoflow/dependencies.rs:181:7 [INFO] [stdout] | [INFO] [stdout] 181 | TerminatorKind::SwitchInt { .. } => { [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `TerminatorKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Span` [INFO] [stdout] --> src/infoflow/dependencies.rs:272:7 [INFO] [stdout] | [INFO] [stdout] 272 | Span::merge_overlaps(all_spans) [INFO] [stdout] | ^^^^ use of undeclared type `Span` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TerminatorKind` [INFO] [stdout] --> src/infoflow/mutation.rs:88:7 [INFO] [stdout] | [INFO] [stdout] 88 | TerminatorKind::Call { [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `TerminatorKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TerminatorKind` [INFO] [stdout] --> src/infoflow/mutation.rs:127:7 [INFO] [stdout] | [INFO] [stdout] 127 | TerminatorKind::DropAndReplace { place, value, .. } => { [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `TerminatorKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TerminatorKind` [INFO] [stdout] --> src/infoflow/recursive.rs:27:7 [INFO] [stdout] | [INFO] [stdout] 27 | TerminatorKind::Call { [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `TerminatorKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TyKind` [INFO] [stdout] --> src/infoflow/recursive.rs:46:7 [INFO] [stdout] | [INFO] [stdout] 46 | TyKind::FnDef(def_id, _) => def_id, [INFO] [stdout] | ^^^^^^ use of undeclared type `TyKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `GenericArgKind` [INFO] [stdout] --> src/infoflow/recursive.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | GenericArgKind::Type(ty) => match ty.kind() { [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `GenericArgKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TyKind` [INFO] [stdout] --> src/infoflow/recursive.rs:93:11 [INFO] [stdout] | [INFO] [stdout] 93 | TyKind::Closure(_, substs) => matches!( [INFO] [stdout] | ^^^^^^ use of undeclared type `TyKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ClosureKind` [INFO] [stdout] --> src/infoflow/recursive.rs:95:13 [INFO] [stdout] | [INFO] [stdout] 95 | ClosureKind::FnOnce | ClosureKind::FnMut [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `ClosureKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ClosureKind` [INFO] [stdout] --> src/infoflow/recursive.rs:95:35 [INFO] [stdout] | [INFO] [stdout] 95 | ClosureKind::FnOnce | ClosureKind::FnMut [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `ClosureKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TerminatorKind` [INFO] [stdout] --> src/infoflow/recursive.rs:130:11 [INFO] [stdout] | [INFO] [stdout] 130 | TerminatorKind::Return => Some(body.terminator_loc(bb)), [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `TerminatorKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Place` [INFO] [stdout] --> src/infoflow/recursive.rs:169:34 [INFO] [stdout] | [INFO] [stdout] 169 | let parent_arg_projected = Place::make(parent_toplevel_arg.local, &projection, tcx); [INFO] [stdout] | ^^^^^ use of undeclared type `Place` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rvalue` [INFO] [stdout] --> src/mir/aliases.rs:52:12 [INFO] [stdout] | [INFO] [stdout] 52 | if let Rvalue::Ref(region_pat!(region), kind, borrowed_place) = rvalue { [INFO] [stdout] | ^^^^^^ use of undeclared type `Rvalue` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RegionKind` [INFO] [stdout] --> src/mir/aliases.rs:41:21 [INFO] [stdout] | [INFO] [stdout] 41 | Region(Interned(RegionKind::ReVar($name), _)) [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `RegionKind` [INFO] [stdout] ... [INFO] [stdout] 52 | if let Rvalue::Ref(region_pat!(region), kind, borrowed_place) = rvalue { [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `region_pat` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Place` [INFO] [stdout] --> src/mir/aliases.rs:69:22 [INFO] [stdout] | [INFO] [stdout] 69 | self.places.push(Place::from_local(local, self.tcx)); [INFO] [stdout] | ^^^^^ use of undeclared type `Place` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rvalue` [INFO] [stdout] --> src/mir/aliases.rs:89:38 [INFO] [stdout] | [INFO] [stdout] 89 | let is_borrow = matches!(rvalue, Rvalue::Ref(..)); [INFO] [stdout] | ^^^^^^ use of undeclared type `Rvalue` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rvalue` [INFO] [stdout] --> src/mir/aliases.rs:95:12 [INFO] [stdout] | [INFO] [stdout] 95 | if let Rvalue::Aggregate(box AggregateKind::Adt(def_id, idx, substs, _, _), _) = [INFO] [stdout] | ^^^^^^ use of undeclared type `Rvalue` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AggregateKind` [INFO] [stdout] --> src/mir/aliases.rs:95:34 [INFO] [stdout] | [INFO] [stdout] 95 | if let Rvalue::Aggregate(box AggregateKind::Adt(def_id, idx, substs, _, _), _) = [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `AggregateKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ProjectionElem` [INFO] [stdout] --> src/mir/aliases.rs:102:25 [INFO] [stdout] | [INFO] [stdout] 102 | projection.push(ProjectionElem::Field( [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `ProjectionElem` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Field` [INFO] [stdout] --> src/mir/aliases.rs:103:11 [INFO] [stdout] | [INFO] [stdout] 103 | Field::from_usize(i), [INFO] [stdout] | ^^^^^ use of undeclared type `Field` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Place` [INFO] [stdout] --> src/mir/aliases.rs:106:9 [INFO] [stdout] | [INFO] [stdout] 106 | Place::make(place.local, &projection, self.tcx) [INFO] [stdout] | ^^^^^ use of undeclared type `Place` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TerminatorKind` [INFO] [stdout] --> src/mir/aliases.rs:116:7 [INFO] [stdout] | [INFO] [stdout] 116 | TerminatorKind::Call { args, .. } => { [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `TerminatorKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RegionVid` [INFO] [stdout] --> src/mir/aliases.rs:164:25 [INFO] [stdout] | [INFO] [stdout] 164 | let static_region = RegionVid::from_usize(0); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `RegionVid` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SparseBitMatrix` [INFO] [stdout] --> src/mir/aliases.rs:174:22 [INFO] [stdout] | [INFO] [stdout] 174 | let mut subset = SparseBitMatrix::new(num_regions); [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `SparseBitMatrix` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Place` [INFO] [stdout] --> src/mir/aliases.rs:191:11 [INFO] [stdout] | [INFO] [stdout] 191 | Place::from_local(local, tcx).interior_pointers(tcx, body, def_id, false) [INFO] [stdout] | ^^^^^ use of undeclared type `Place` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TyKind` [INFO] [stdout] --> src/mir/aliases.rs:237:14 [INFO] [stdout] | [INFO] [stdout] 237 | if let TyKind::Ref(region_pat!(region), _, _) = ty.kind() { [INFO] [stdout] | ^^^^^^ use of undeclared type `TyKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RegionKind` [INFO] [stdout] --> src/mir/aliases.rs:41:21 [INFO] [stdout] | [INFO] [stdout] 41 | Region(Interned(RegionKind::ReVar($name), _)) [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `RegionKind` [INFO] [stdout] ... [INFO] [stdout] 237 | if let TyKind::Ref(region_pat!(region), _, _) = ty.kind() { [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `region_pat` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VecGraph` [INFO] [stdout] --> src/mir/aliases.rs:252:24 [INFO] [stdout] | [INFO] [stdout] 252 | let subset_graph = VecGraph::new(num_regions, edge_pairs); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `VecGraph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Sccs` [INFO] [stdout] --> src/mir/aliases.rs:253:23 [INFO] [stdout] | [INFO] [stdout] 253 | let subset_sccs = Sccs::::new(&subset_graph); [INFO] [stdout] | ^^^^ use of undeclared type `Sccs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndexVec` [INFO] [stdout] --> src/mir/aliases.rs:255:7 [INFO] [stdout] | [INFO] [stdout] 255 | IndexVec::from_elem_n(HybridBitSet::new_empty(num_regions), subset_sccs.num_sccs()); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `IndexVec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HybridBitSet` [INFO] [stdout] --> src/mir/aliases.rs:255:29 [INFO] [stdout] | [INFO] [stdout] 255 | IndexVec::from_elem_n(HybridBitSet::new_empty(num_regions), subset_sccs.num_sccs()); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `HybridBitSet` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RegionVid` [INFO] [stdout] --> src/mir/aliases.rs:257:15 [INFO] [stdout] | [INFO] [stdout] 257 | let r = RegionVid::from_usize(i); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `RegionVid` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Place` [INFO] [stdout] --> src/mir/aliases.rs:300:21 [INFO] [stdout] | [INFO] [stdout] 300 | Place::make(p.local, tcx.intern_place_elems(&full_proj), tcx) [INFO] [stdout] | ^^^^^ use of undeclared type `Place` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TyKind` [INFO] [stdout] --> src/mir/aliases.rs:369:9 [INFO] [stdout] | [INFO] [stdout] 369 | TyKind::Ref(Region(Interned(RegionKind::ReVar(region), _)), ty, _) => { [INFO] [stdout] | ^^^^^^ use of undeclared type `TyKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RegionKind` [INFO] [stdout] --> src/mir/aliases.rs:369:37 [INFO] [stdout] | [INFO] [stdout] 369 | TyKind::Ref(Region(Interned(RegionKind::ReVar(region), _)), ty, _) => { [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `RegionKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Place` [INFO] [stdout] --> src/mir/aliases.rs:393:11 [INFO] [stdout] | [INFO] [stdout] 393 | Place::make(loan.local, &projection, self.tcx) [INFO] [stdout] | ^^^^^ use of undeclared type `Place` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PlaceElem` [INFO] [stdout] --> src/mir/aliases.rs:418:53 [INFO] [stdout] | [INFO] [stdout] 418 | .take_while(|(_, elem)| !matches!(elem, PlaceElem::Deref)) [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `PlaceElem` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Place` [INFO] [stdout] --> src/mir/aliases.rs:419:35 [INFO] [stdout] | [INFO] [stdout] 419 | .map(|(place_ref, _)| Place::from_ref(place_ref, self.tcx)); [INFO] [stdout] | ^^^^^ use of undeclared type `Place` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/mir/borrowck_facts.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | ty::WithOptConstParam::unknown(def_id), [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Providers` [INFO] [stdout] --> src/mir/borrowck_facts.rs:49:23 [INFO] [stdout] | [INFO] [stdout] 49 | let mut providers = Providers::default(); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `Providers` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `dominators` [INFO] [stdout] --> src/mir/control_dependencies.rs:22:7 [INFO] [stdout] | [INFO] [stdout] 22 | ) -> (dominators::Dominators, BodyReversed) { [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `dominators` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BasicBlock` [INFO] [stdout] --> src/mir/control_dependencies.rs:24:19 [INFO] [stdout] | [INFO] [stdout] 24 | let exit_node = BasicBlock::from_usize(nblocks); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `BasicBlock` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitSet` [INFO] [stdout] --> src/mir/control_dependencies.rs:26:22 [INFO] [stdout] | [INFO] [stdout] 26 | let mut exit_set = BitSet::new_empty(nblocks); [INFO] [stdout] | ^^^^^^ use of undeclared type `BitSet` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TerminatorKind` [INFO] [stdout] --> src/mir/control_dependencies.rs:28:44 [INFO] [stdout] | [INFO] [stdout] 28 | if matches!(bb_data.terminator().kind, TerminatorKind::Return) { [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `TerminatorKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BitSet` [INFO] [stdout] --> src/mir/control_dependencies.rs:37:18 [INFO] [stdout] | [INFO] [stdout] 37 | unreachable: BitSet::new_empty(nblocks), [INFO] [stdout] | ^^^^^^ use of undeclared type `BitSet` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `iterate` [INFO] [stdout] --> src/mir/control_dependencies.rs:40:19 [INFO] [stdout] | [INFO] [stdout] 40 | let reachable = iterate::post_order_from(&graph, graph.exit_node); [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `iterate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `dominators` [INFO] [stdout] --> src/mir/control_dependencies.rs:48:4 [INFO] [stdout] | [INFO] [stdout] 48 | (dominators::dominators(graph.clone()), graph) [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `dominators` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graph` [INFO] [stdout] --> src/mir/control_dependencies.rs:51:6 [INFO] [stdout] | [INFO] [stdout] 51 | impl graph::DirectedGraph for BodyReversed<'_> { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graph` [INFO] [stdout] --> src/mir/control_dependencies.rs:55:6 [INFO] [stdout] | [INFO] [stdout] 55 | impl graph::WithNumNodes for BodyReversed<'_> { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graph` [INFO] [stdout] --> src/mir/control_dependencies.rs:62:6 [INFO] [stdout] | [INFO] [stdout] 62 | impl graph::WithStartNode for BodyReversed<'_> { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graph` [INFO] [stdout] --> src/mir/control_dependencies.rs:68:6 [INFO] [stdout] | [INFO] [stdout] 68 | impl graph::WithSuccessors for BodyReversed<'_> { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graph` [INFO] [stdout] --> src/mir/control_dependencies.rs:69:54 [INFO] [stdout] | [INFO] [stdout] 69 | fn successors(&self, node: Self::Node) -> >::Iter { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graph` [INFO] [stdout] --> src/mir/control_dependencies.rs:78:6 [INFO] [stdout] | [INFO] [stdout] 78 | impl graph::GraphSuccessors<'graph> for BodyReversed<'_> { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graph` [INFO] [stdout] --> src/mir/control_dependencies.rs:83:6 [INFO] [stdout] | [INFO] [stdout] 83 | impl graph::GraphPredecessors<'graph> for BodyReversed<'_> { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graph` [INFO] [stdout] --> src/mir/control_dependencies.rs:88:6 [INFO] [stdout] | [INFO] [stdout] 88 | impl graph::WithPredecessors for BodyReversed<'_> { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graph` [INFO] [stdout] --> src/mir/control_dependencies.rs:92:17 [INFO] [stdout] | [INFO] [stdout] 92 | ) -> >::Iter { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `graph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VecGraph` [INFO] [stdout] --> src/mir/control_dependencies.rs:151:26 [INFO] [stdout] | [INFO] [stdout] 151 | let dominator_tree = VecGraph::new(n + 1, edges); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `VecGraph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `iterate` [INFO] [stdout] --> src/mir/control_dependencies.rs:152:21 [INFO] [stdout] | [INFO] [stdout] 152 | let traversal = iterate::post_order_from(&dominator_tree, body_reversed.exit_node); [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `iterate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndexVec` [INFO] [stdout] --> src/mir/control_dependencies.rs:155:18 [INFO] [stdout] | [INFO] [stdout] 155 | let mut df = IndexVec::from_elem_n(HybridBitSet::new_empty(n), n); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `IndexVec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HybridBitSet` [INFO] [stdout] --> src/mir/control_dependencies.rs:155:40 [INFO] [stdout] | [INFO] [stdout] 155 | let mut df = IndexVec::from_elem_n(HybridBitSet::new_empty(n), n); [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `HybridBitSet` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SparseBitMatrix` [INFO] [stdout] --> src/mir/control_dependencies.rs:172:18 [INFO] [stdout] | [INFO] [stdout] 172 | let mut cd = SparseBitMatrix::new(n); [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `SparseBitMatrix` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SparseBitMatrix` [INFO] [stdout] --> src/mir/control_dependencies.rs:179:28 [INFO] [stdout] | [INFO] [stdout] 179 | let mut cd_transpose = SparseBitMatrix::new(n); [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `SparseBitMatrix` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `traversal` [INFO] [stdout] --> src/mir/engine.rs:41:26 [INFO] [stdout] | [INFO] [stdout] 41 | for (block, data) in traversal::reachable(body) { [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `traversal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndexVec` [INFO] [stdout] --> src/mir/engine.rs:87:19 [INFO] [stdout] | [INFO] [stdout] 87 | let mut state = IndexVec::from_elem_n(bottom_value, num_locs); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `IndexVec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Location` [INFO] [stdout] --> src/mir/engine.rs:90:69 [INFO] [stdout] | [INFO] [stdout] 90 | .initialize_start_block(body, &mut state[location_domain.index(&Location::START)]); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Location` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `WorkQueue` [INFO] [stdout] --> src/mir/engine.rs:92:51 [INFO] [stdout] | [INFO] [stdout] 92 | let mut dirty_queue: WorkQueue = WorkQueue::with_none(num_locs); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `WorkQueue` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `traversal` [INFO] [stdout] --> src/mir/engine.rs:94:26 [INFO] [stdout] | [INFO] [stdout] 94 | for (block, data) in traversal::reverse_postorder(body) { [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `traversal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Either` [INFO] [stdout] --> src/mir/engine.rs:107:7 [INFO] [stdout] | [INFO] [stdout] 107 | Either::Left(statement) => { [INFO] [stdout] | ^^^^^^ use of undeclared type `Either` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Either` [INFO] [stdout] --> src/mir/engine.rs:111:7 [INFO] [stdout] | [INFO] [stdout] 111 | Either::Right(terminator) => { [INFO] [stdout] | ^^^^^^ use of undeclared type `Either` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Operand` [INFO] [stdout] --> src/mir/utils.rs:45:7 [INFO] [stdout] | [INFO] [stdout] 45 | Operand::Copy(place) | Operand::Move(place) => Some(*place), [INFO] [stdout] | ^^^^^^^ use of undeclared type `Operand` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Operand` [INFO] [stdout] --> src/mir/utils.rs:45:30 [INFO] [stdout] | [INFO] [stdout] 45 | Operand::Copy(place) | Operand::Move(place) => Some(*place), [INFO] [stdout] | ^^^^^^^ use of undeclared type `Operand` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Operand` [INFO] [stdout] --> src/mir/utils.rs:46:7 [INFO] [stdout] | [INFO] [stdout] 46 | Operand::Constant(_) => None, [INFO] [stdout] | ^^^^^^^ use of undeclared type `Operand` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Mutability` [INFO] [stdout] --> src/mir/utils.rs:69:15 [INFO] [stdout] | [INFO] [stdout] 69 | Mutability::Mut => Some(place), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Mutability` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Mutability` [INFO] [stdout] --> src/mir/utils.rs:70:15 [INFO] [stdout] | [INFO] [stdout] 70 | Mutability::Not => ignore_mut.then(|| place), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Mutability` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0416]: identifier `Deref` is bound more than once in the same pattern [INFO] [stdout] --> src/mir/utils.rs:130:19 [INFO] [stdout] | [INFO] [stdout] 130 | (Deref, Deref) => true, [INFO] [stdout] | ^^^^^ used in a pattern more than once [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ProjectionElem` [INFO] [stdout] --> src/mir/utils.rs:149:34 [INFO] [stdout] | [INFO] [stdout] 149 | .any(|elem| matches!(elem, ProjectionElem::Deref)) [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `ProjectionElem` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rvalue` [INFO] [stdout] --> src/mir/utils.rs:183:7 [INFO] [stdout] | [INFO] [stdout] 183 | Rvalue::Aggregate(box AggregateKind::Adt(def_id, idx, substs, _, _), ops) => { [INFO] [stdout] | ^^^^^^ use of undeclared type `Rvalue` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AggregateKind` [INFO] [stdout] --> src/mir/utils.rs:183:29 [INFO] [stdout] | [INFO] [stdout] 183 | Rvalue::Aggregate(box AggregateKind::Adt(def_id, idx, substs, _, _), ops) => { [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `AggregateKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ProjectionElem` [INFO] [stdout] --> src/mir/utils.rs:197:15 [INFO] [stdout] | [INFO] [stdout] 197 | ProjectionElem::Field(Field::from_usize(i), field.ty(self.tcx, substs)); [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `ProjectionElem` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Field` [INFO] [stdout] --> src/mir/utils.rs:197:37 [INFO] [stdout] | [INFO] [stdout] 197 | ProjectionElem::Field(Field::from_usize(i), field.ty(self.tcx, substs)); [INFO] [stdout] | ^^^^^ use of undeclared type `Field` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphviz` [INFO] [stdout] --> src/mir/utils.rs:234:45 [INFO] [stdout] | [INFO] [stdout] 234 | graphviz::Formatter::new(body, results, graphviz::OutputStyle::AfterOnly); [INFO] [stdout] | ^^^^^^^^ use of undeclared crate or module `graphviz` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Either` [INFO] [stdout] --> src/mir/utils.rs:248:5 [INFO] [stdout] | [INFO] [stdout] 248 | Either::Left(stmt) => format!("{:?}", stmt.kind), [INFO] [stdout] | ^^^^^^ use of undeclared type `Either` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Either` [INFO] [stdout] --> src/mir/utils.rs:249:5 [INFO] [stdout] | [INFO] [stdout] 249 | Either::Right(terminator) => format!("{:?}", terminator.kind), [INFO] [stdout] | ^^^^^^ use of undeclared type `Either` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `StatementKind` [INFO] [stdout] --> src/mir/utils.rs:260:11 [INFO] [stdout] | [INFO] [stdout] 260 | StatementKind::StorageLive(..) | StatementKind::StorageDead(..) [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `StatementKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `StatementKind` [INFO] [stdout] --> src/mir/utils.rs:260:44 [INFO] [stdout] | [INFO] [stdout] 260 | StatementKind::StorageLive(..) | StatementKind::StorageDead(..) [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `StatementKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TerminatorKind` [INFO] [stdout] --> src/mir/utils.rs:266:9 [INFO] [stdout] | [INFO] [stdout] 266 | TerminatorKind::FalseEdge { real_target, .. } => TerminatorKind::Goto { [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `TerminatorKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TerminatorKind` [INFO] [stdout] --> src/mir/utils.rs:266:58 [INFO] [stdout] | [INFO] [stdout] 266 | TerminatorKind::FalseEdge { real_target, .. } => TerminatorKind::Goto { [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `TerminatorKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TerminatorKind` [INFO] [stdout] --> src/mir/utils.rs:269:9 [INFO] [stdout] | [INFO] [stdout] 269 | TerminatorKind::FalseUnwind { real_target, .. } => TerminatorKind::Goto { [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `TerminatorKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TerminatorKind` [INFO] [stdout] --> src/mir/utils.rs:269:60 [INFO] [stdout] | [INFO] [stdout] 269 | TerminatorKind::FalseUnwind { real_target, .. } => TerminatorKind::Goto { [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `TerminatorKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Place` [INFO] [stdout] --> src/mir/utils.rs:317:5 [INFO] [stdout] | [INFO] [stdout] 317 | Place::make(local, &[], tcx) [INFO] [stdout] | ^^^^^ use of undeclared type `Place` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ProjectionElem` [INFO] [stdout] --> src/mir/utils.rs:335:9 [INFO] [stdout] | [INFO] [stdout] 335 | ProjectionElem::Deref => { [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `ProjectionElem` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Place` [INFO] [stdout] --> src/mir/utils.rs:357:27 [INFO] [stdout] | [INFO] [stdout] 357 | .map(|(ptr, _)| Place::from_ref(ptr, tcx)), [INFO] [stdout] | ^^^^^ use of undeclared type `Place` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VarDebugInfoContents` [INFO] [stdout] --> src/mir/utils.rs:419:11 [INFO] [stdout] | [INFO] [stdout] 419 | VarDebugInfoContents::Place(place) if place.local == self.local => info [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ use of undeclared type `VarDebugInfoContents` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ProjectionElem` [INFO] [stdout] --> src/mir/utils.rs:431:9 [INFO] [stdout] | [INFO] [stdout] 431 | ProjectionElem::Deref => format!("*{s}"), [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `ProjectionElem` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ProjectionElem` [INFO] [stdout] --> src/mir/utils.rs:432:9 [INFO] [stdout] | [INFO] [stdout] 432 | ProjectionElem::Field(f, _) => { [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `ProjectionElem` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AdtKind` [INFO] [stdout] --> src/mir/utils.rs:437:15 [INFO] [stdout] | [INFO] [stdout] 437 | AdtKind::Struct => { [INFO] [stdout] | ^^^^^^^ use of undeclared type `AdtKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ProjectionElem` [INFO] [stdout] --> src/mir/utils.rs:447:9 [INFO] [stdout] | [INFO] [stdout] 447 | ProjectionElem::Downcast(sym, _) => format!( [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `ProjectionElem` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ProjectionElem` [INFO] [stdout] --> src/mir/utils.rs:451:9 [INFO] [stdout] | [INFO] [stdout] 451 | ProjectionElem::Index(_) => format!("{s}[]"), [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `ProjectionElem` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ObligationCause` [INFO] [stdout] --> src/mir/utils.rs:473:11 [INFO] [stdout] | [INFO] [stdout] 473 | ObligationCause::dummy(), [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `ObligationCause` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ProjectionElem` [INFO] [stdout] --> src/mir/utils.rs:485:9 [INFO] [stdout] | [INFO] [stdout] 485 | ProjectionElem::Index(_) | ProjectionElem::ConstantIndex { .. } => { [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `ProjectionElem` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ProjectionElem` [INFO] [stdout] --> src/mir/utils.rs:485:36 [INFO] [stdout] | [INFO] [stdout] 485 | ProjectionElem::Index(_) | ProjectionElem::ConstantIndex { .. } => { [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `ProjectionElem` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ProjectionElem` [INFO] [stdout] --> src/mir/utils.rs:486:16 [INFO] [stdout] | [INFO] [stdout] 486 | Some(ProjectionElem::Index(Local::from_usize(0))) [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `ProjectionElem` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Local` [INFO] [stdout] --> src/mir/utils.rs:486:38 [INFO] [stdout] | [INFO] [stdout] 486 | Some(ProjectionElem::Index(Local::from_usize(0))) [INFO] [stdout] | ^^^^^ use of undeclared type `Local` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ProjectionElem` [INFO] [stdout] --> src/mir/utils.rs:490:9 [INFO] [stdout] | [INFO] [stdout] 490 | ProjectionElem::Subslice { .. } => None, [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `ProjectionElem` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Place` [INFO] [stdout] --> src/mir/utils.rs:495:5 [INFO] [stdout] | [INFO] [stdout] 495 | Place::make(place.local, &projection, tcx) [INFO] [stdout] | ^^^^^ use of undeclared type `Place` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Place` [INFO] [stdout] --> src/mir/utils.rs:526:7 [INFO] [stdout] | [INFO] [stdout] 526 | Place::make(self.local, &self.place_stack, self.tcx) [INFO] [stdout] | ^^^^^ use of undeclared type `Place` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ProjectionElem` [INFO] [stdout] --> src/mir/utils.rs:533:31 [INFO] [stdout] | [INFO] [stdout] 533 | self.place_stack.push(ProjectionElem::Deref); [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `ProjectionElem` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TyKind` [INFO] [stdout] --> src/mir/utils.rs:538:7 [INFO] [stdout] | [INFO] [stdout] 538 | TyKind::Tuple(fields) => { [INFO] [stdout] | ^^^^^^ use of undeclared type `TyKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ProjectionElem` [INFO] [stdout] --> src/mir/utils.rs:540:33 [INFO] [stdout] | [INFO] [stdout] 540 | self.place_stack.push(ProjectionElem::Field( [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `ProjectionElem` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Field` [INFO] [stdout] --> src/mir/utils.rs:541:13 [INFO] [stdout] | [INFO] [stdout] 541 | Field::from_usize(i), [INFO] [stdout] | ^^^^^ use of undeclared type `Field` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TyKind` [INFO] [stdout] --> src/mir/utils.rs:549:7 [INFO] [stdout] | [INFO] [stdout] 549 | TyKind::Adt(adt_def, subst) => match adt_def.adt_kind() { [INFO] [stdout] | ^^^^^^ use of undeclared type `TyKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/mir/utils.rs:550:9 [INFO] [stdout] | [INFO] [stdout] 550 | ty::AdtKind::Struct => { [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ProjectionElem` [INFO] [stdout] --> src/mir/utils.rs:559:21 [INFO] [stdout] | [INFO] [stdout] 559 | .push(ProjectionElem::Field(Field::from_usize(i), ty)); [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `ProjectionElem` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Field` [INFO] [stdout] --> src/mir/utils.rs:559:43 [INFO] [stdout] | [INFO] [stdout] 559 | .push(ProjectionElem::Field(Field::from_usize(i), ty)); [INFO] [stdout] | ^^^^^ use of undeclared type `Field` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/mir/utils.rs:564:9 [INFO] [stdout] | [INFO] [stdout] 564 | ty::AdtKind::Union => { [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 `ty` [INFO] [stdout] --> src/mir/utils.rs:567:9 [INFO] [stdout] | [INFO] [stdout] 567 | ty::AdtKind::Enum => { [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VariantIdx` [INFO] [stdout] --> src/mir/utils.rs:569:33 [INFO] [stdout] | [INFO] [stdout] 569 | let variant_index = VariantIdx::from_usize(i); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `VariantIdx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PlaceElem` [INFO] [stdout] --> src/mir/utils.rs:570:24 [INFO] [stdout] | [INFO] [stdout] 570 | let cast = PlaceElem::Downcast( [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `PlaceElem` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ProjectionElem` [INFO] [stdout] --> src/mir/utils.rs:577:27 [INFO] [stdout] | [INFO] [stdout] 577 | let field = ProjectionElem::Field(Field::from_usize(j), ty); [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `ProjectionElem` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Field` [INFO] [stdout] --> src/mir/utils.rs:577:49 [INFO] [stdout] | [INFO] [stdout] 577 | let field = ProjectionElem::Field(Field::from_usize(j), ty); [INFO] [stdout] | ^^^^^ use of undeclared type `Field` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TyKind` [INFO] [stdout] --> src/mir/utils.rs:587:7 [INFO] [stdout] | [INFO] [stdout] 587 | TyKind::Array(elem_ty, _) | TyKind::Slice(elem_ty) => { [INFO] [stdout] | ^^^^^^ use of undeclared type `TyKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TyKind` [INFO] [stdout] --> src/mir/utils.rs:587:35 [INFO] [stdout] | [INFO] [stdout] 587 | TyKind::Array(elem_ty, _) | TyKind::Slice(elem_ty) => { [INFO] [stdout] | ^^^^^^ use of undeclared type `TyKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ProjectionElem` [INFO] [stdout] --> src/mir/utils.rs:590:17 [INFO] [stdout] | [INFO] [stdout] 590 | .push(ProjectionElem::Index(Local::from_usize(0))); [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `ProjectionElem` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Local` [INFO] [stdout] --> src/mir/utils.rs:590:39 [INFO] [stdout] | [INFO] [stdout] 590 | .push(ProjectionElem::Index(Local::from_usize(0))); [INFO] [stdout] | ^^^^^ use of undeclared type `Local` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TyKind` [INFO] [stdout] --> src/mir/utils.rs:595:7 [INFO] [stdout] | [INFO] [stdout] 595 | TyKind::Ref(region, elem_ty, _) => match self.stop_at { [INFO] [stdout] | ^^^^^^ use of undeclared type `TyKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ProjectionElem` [INFO] [stdout] --> src/mir/utils.rs:598:33 [INFO] [stdout] | [INFO] [stdout] 598 | self.place_stack.push(ProjectionElem::Deref); [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `ProjectionElem` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TyKind` [INFO] [stdout] --> src/mir/utils.rs:608:7 [INFO] [stdout] | [INFO] [stdout] 608 | TyKind::Closure(_, substs) => { [INFO] [stdout] | ^^^^^^ use of undeclared type `TyKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TyKind` [INFO] [stdout] --> src/mir/utils.rs:612:7 [INFO] [stdout] | [INFO] [stdout] 612 | TyKind::RawPtr(_) [INFO] [stdout] | ^^^^^^ use of undeclared type `TyKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TyKind` [INFO] [stdout] --> src/mir/utils.rs:613:9 [INFO] [stdout] | [INFO] [stdout] 613 | | TyKind::Projection(_) [INFO] [stdout] | ^^^^^^ use of undeclared type `TyKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TyKind` [INFO] [stdout] --> src/mir/utils.rs:614:9 [INFO] [stdout] | [INFO] [stdout] 614 | | TyKind::FnDef(_, _) [INFO] [stdout] | ^^^^^^ use of undeclared type `TyKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TyKind` [INFO] [stdout] --> src/mir/utils.rs:615:9 [INFO] [stdout] | [INFO] [stdout] 615 | | TyKind::FnPtr(_) [INFO] [stdout] | ^^^^^^ use of undeclared type `TyKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TyKind` [INFO] [stdout] --> src/mir/utils.rs:616:9 [INFO] [stdout] | [INFO] [stdout] 616 | | TyKind::Opaque(_, _) [INFO] [stdout] | ^^^^^^ use of undeclared type `TyKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TyKind` [INFO] [stdout] --> src/mir/utils.rs:617:9 [INFO] [stdout] | [INFO] [stdout] 617 | | TyKind::Foreign(_) [INFO] [stdout] | ^^^^^^ use of undeclared type `TyKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TyKind` [INFO] [stdout] --> src/mir/utils.rs:618:9 [INFO] [stdout] | [INFO] [stdout] 618 | | TyKind::Dynamic(_, _) [INFO] [stdout] | ^^^^^^ use of undeclared type `TyKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TyKind` [INFO] [stdout] --> src/mir/utils.rs:619:9 [INFO] [stdout] | [INFO] [stdout] 619 | | TyKind::Param(_) [INFO] [stdout] | ^^^^^^ use of undeclared type `TyKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TyKind` [INFO] [stdout] --> src/mir/utils.rs:620:9 [INFO] [stdout] | [INFO] [stdout] 620 | | TyKind::Never => {} [INFO] [stdout] | ^^^^^^ use of undeclared type `TyKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Place` [INFO] [stdout] --> src/mir/utils.rs:630:21 [INFO] [stdout] | [INFO] [stdout] 630 | places.insert(Place::make(self.local, &self.place_stack, self.tcx)); [INFO] [stdout] | ^^^^^ use of undeclared type `Place` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/mir/utils.rs:641:38 [INFO] [stdout] | [INFO] [stdout] 641 | fn visit_region(&mut self, region: ty::Region<'tcx>) -> ControlFlow { [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RegionKind` [INFO] [stdout] --> src/mir/utils.rs:644:7 [INFO] [stdout] | [INFO] [stdout] 644 | RegionKind::ReVar(region) => region, [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `RegionKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RegionKind` [INFO] [stdout] --> src/mir/utils.rs:645:7 [INFO] [stdout] | [INFO] [stdout] 645 | RegionKind::ReStatic => RegionVid::from_usize(0), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `RegionKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RegionVid` [INFO] [stdout] --> src/mir/utils.rs:645:31 [INFO] [stdout] | [INFO] [stdout] 645 | RegionKind::ReStatic => RegionVid::from_usize(0), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `RegionVid` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RegionKind` [INFO] [stdout] --> src/mir/utils.rs:646:7 [INFO] [stdout] | [INFO] [stdout] 646 | RegionKind::ReErased => { [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `RegionKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Mutability` [INFO] [stdout] --> src/mir/utils.rs:655:64 [INFO] [stdout] | [INFO] [stdout] 655 | .any(|ty| ty.is_ref() && ty.ref_mutability().unwrap() == Mutability::Not) [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Mutability` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Mutability` [INFO] [stdout] --> src/mir/utils.rs:657:7 [INFO] [stdout] | [INFO] [stdout] 657 | Mutability::Not [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Mutability` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Mutability` [INFO] [stdout] --> src/mir/utils.rs:659:7 [INFO] [stdout] | [INFO] [stdout] 659 | Mutability::Mut [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Mutability` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Place` [INFO] [stdout] --> src/mir/utils.rs:662:17 [INFO] [stdout] | [INFO] [stdout] 662 | let place = Place::make(self.local, &self.place_stack, self.tcx); [INFO] [stdout] | ^^^^^ use of undeclared type `Place` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TerminatorKind` [INFO] [stdout] --> src/mir/utils.rs:708:9 [INFO] [stdout] | [INFO] [stdout] 708 | TerminatorKind::Return => Some(Location { [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `TerminatorKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `VarDebugInfoContents` [INFO] [stdout] --> src/mir/utils.rs:746:9 [INFO] [stdout] | [INFO] [stdout] 746 | VarDebugInfoContents::Place(place) => Some((place.local, info.name)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ use of undeclared type `VarDebugInfoContents` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Span` [INFO] [stdout] --> src/mir/utils.rs:792:21 [INFO] [stdout] | [INFO] [stdout] 792 | child_spans = Span::merge_overlaps(child_spans); [INFO] [stdout] | ^^^^ use of undeclared type `Span` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SyntaxContext` [INFO] [stdout] --> src/mir/utils.rs:842:30 [INFO] [stdout] | [INFO] [stdout] 842 | *span = span.with_ctxt(SyntaxContext::root()); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `SyntaxContext` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `intravisit` [INFO] [stdout] --> src/range.rs:28:7 [INFO] [stdout] | [INFO] [stdout] 28 | intravisit::walk_body(self, self.tcx.hir().body(id)); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `intravisit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Visitor` [INFO] [stdout] --> src/range.rs:46:16 [INFO] [stdout] | [INFO] [stdout] 46 | >::visit_item(self, item); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Visitor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Visitor` [INFO] [stdout] --> src/range.rs:50:16 [INFO] [stdout] | [INFO] [stdout] 50 | >::visit_impl_item(self, impl_item); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Visitor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FileName` [INFO] [stdout] --> src/range.rs:100:7 [INFO] [stdout] | [INFO] [stdout] 100 | FileName::Real(RealFileName::LocalPath(filename)) => { [INFO] [stdout] | ^^^^^^^^ use of undeclared type `FileName` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RealFileName` [INFO] [stdout] --> src/range.rs:100:22 [INFO] [stdout] | [INFO] [stdout] 100 | FileName::Real(RealFileName::LocalPath(filename)) => { [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `RealFileName` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FileName` [INFO] [stdout] --> src/range.rs:124:9 [INFO] [stdout] | [INFO] [stdout] 124 | FileName::Real(RealFileName::LocalPath(other)) => filename.ends_with(other), [INFO] [stdout] | ^^^^^^^^ use of undeclared type `FileName` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RealFileName` [INFO] [stdout] --> src/range.rs:124:24 [INFO] [stdout] | [INFO] [stdout] 124 | FileName::Real(RealFileName::LocalPath(other)) => filename.ends_with(other), [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `RealFileName` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FileName` [INFO] [stdout] --> src/range.rs:135:15 [INFO] [stdout] | [INFO] [stdout] 135 | FileName::Real(RealFileName::LocalPath(other)) => [INFO] [stdout] | ^^^^^^^^ use of undeclared type `FileName` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RealFileName` [INFO] [stdout] --> src/range.rs:135:30 [INFO] [stdout] | [INFO] [stdout] 135 | FileName::Real(RealFileName::LocalPath(other)) => [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `RealFileName` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Span` [INFO] [stdout] --> src/range.rs:156:8 [INFO] [stdout] | [INFO] [stdout] 156 | Ok(Span::with_root_ctxt( [INFO] [stdout] | ^^^^ use of undeclared type `Span` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ExprKind` [INFO] [stdout] --> src/source_map.rs:46:7 [INFO] [stdout] | [INFO] [stdout] 46 | ExprKind::Block(..) => { [INFO] [stdout] | ^^^^^^^^ use of undeclared type `ExprKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `intravisit` [INFO] [stdout] --> src/source_map.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | intravisit::walk_expr(self, ex); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `intravisit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ExprKind` [INFO] [stdout] --> src/source_map.rs:49:7 [INFO] [stdout] | [INFO] [stdout] 49 | ExprKind::Match(_, arms, MatchSource::ForLoopDesugar) => { [INFO] [stdout] | ^^^^^^^^ use of undeclared type `ExprKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MatchSource` [INFO] [stdout] --> src/source_map.rs:49:32 [INFO] [stdout] | [INFO] [stdout] 49 | ExprKind::Match(_, arms, MatchSource::ForLoopDesugar) => { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `MatchSource` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `intravisit` [INFO] [stdout] --> src/source_map.rs:51:11 [INFO] [stdout] | [INFO] [stdout] 51 | intravisit::walk_arm(self, arm); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `intravisit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `intravisit` [INFO] [stdout] --> src/source_map.rs:106:5 [INFO] [stdout] | [INFO] [stdout] 106 | intravisit::walk_expr(self, expr); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `intravisit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ExprKind` [INFO] [stdout] --> src/source_map.rs:111:7 [INFO] [stdout] | [INFO] [stdout] 111 | ExprKind::Loop(_, _, _, header) => { [INFO] [stdout] | ^^^^^^^^ use of undeclared type `ExprKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ExprKind` [INFO] [stdout] --> src/source_map.rs:114:7 [INFO] [stdout] | [INFO] [stdout] 114 | ExprKind::Break(..) => { [INFO] [stdout] | ^^^^^^^^ use of undeclared type `ExprKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `intravisit` [INFO] [stdout] --> src/source_map.rs:122:9 [INFO] [stdout] | [INFO] [stdout] 122 | intravisit::walk_expr(&mut visitor, expr); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `intravisit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Node` [INFO] [stdout] --> src/source_map.rs:144:13 [INFO] [stdout] | [INFO] [stdout] 144 | node: Node::Expr(expr), [INFO] [stdout] | ^^^^ use of undeclared type `Node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `intravisit` [INFO] [stdout] --> src/source_map.rs:149:5 [INFO] [stdout] | [INFO] [stdout] 149 | intravisit::walk_stmt(self, stmt); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `intravisit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `intravisit` [INFO] [stdout] --> src/source_map.rs:157:5 [INFO] [stdout] | [INFO] [stdout] 157 | intravisit::walk_stmt(&mut visitor, stmt); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `intravisit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Node` [INFO] [stdout] --> src/source_map.rs:163:13 [INFO] [stdout] | [INFO] [stdout] 163 | node: Node::Stmt(stmt), [INFO] [stdout] | ^^^^ use of undeclared type `Node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `intravisit` [INFO] [stdout] --> src/source_map.rs:168:5 [INFO] [stdout] | [INFO] [stdout] 168 | intravisit::walk_param(self, param); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `intravisit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Node` [INFO] [stdout] --> src/source_map.rs:181:13 [INFO] [stdout] | [INFO] [stdout] 181 | node: Node::Param(param), [INFO] [stdout] | ^^^^ use of undeclared type `Node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/source_map.rs:188:14 [INFO] [stdout] | [INFO] [stdout] 188 | pub place: mir::Place<'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/source_map.rs:190:17 [INFO] [stdout] | [INFO] [stdout] 190 | pub location: mir::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/source_map.rs:198:13 [INFO] [stdout] | [INFO] [stdout] 198 | place: &mir::Place<'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/source_map.rs:200:15 [INFO] [stdout] | [INFO] [stdout] 200 | location: mir::Location, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PlaceContext` [INFO] [stdout] --> src/source_map.rs:214:7 [INFO] [stdout] | [INFO] [stdout] 214 | PlaceContext::MutatingUse(MutatingUseContext::Store) [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `PlaceContext` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MutatingUseContext` [INFO] [stdout] --> src/source_map.rs:214:33 [INFO] [stdout] | [INFO] [stdout] 214 | PlaceContext::MutatingUse(MutatingUseContext::Store) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `MutatingUseContext` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PlaceContext` [INFO] [stdout] --> src/source_map.rs:215:9 [INFO] [stdout] | [INFO] [stdout] 215 | | PlaceContext::NonMutatingUse(NonMutatingUseContext::Inspect) => { [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `PlaceContext` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NonMutatingUseContext` [INFO] [stdout] --> src/source_map.rs:215:38 [INFO] [stdout] | [INFO] [stdout] 215 | | PlaceContext::NonMutatingUse(NonMutatingUseContext::Inspect) => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `NonMutatingUseContext` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PlaceContext` [INFO] [stdout] --> src/source_map.rs:219:7 [INFO] [stdout] | [INFO] [stdout] 219 | PlaceContext::NonUse(NonUseContext::VarDebugInfo) [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `PlaceContext` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NonUseContext` [INFO] [stdout] --> src/source_map.rs:219:28 [INFO] [stdout] | [INFO] [stdout] 219 | PlaceContext::NonUse(NonUseContext::VarDebugInfo) [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `NonUseContext` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/source_map.rs:248:17 [INFO] [stdout] | [INFO] [stdout] 248 | statement: &mir::Statement<'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/source_map.rs:249:15 [INFO] [stdout] | [INFO] [stdout] 249 | location: mir::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/source_map.rs:253:12 [INFO] [stdout] | [INFO] [stdout] 253 | if let mir::StatementKind::Assign(box (lhs, _)) = &statement.kind { [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/source_map.rs:267:18 [INFO] [stdout] | [INFO] [stdout] 267 | terminator: &mir::Terminator<'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/source_map.rs:268:15 [INFO] [stdout] | [INFO] [stdout] 268 | location: mir::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/source_map.rs:273:7 [INFO] [stdout] | [INFO] [stdout] 273 | mir::TerminatorKind::Call { [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/source_map.rs:277:7 [INFO] [stdout] | [INFO] [stdout] 277 | mir::TerminatorKind::DropAndReplace { place, .. } => *place, [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/source_map.rs:300:13 [INFO] [stdout] | [INFO] [stdout] 300 | 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/source_map.rs:355:15 [INFO] [stdout] | [INFO] [stdout] 355 | location: mir::Location, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Node` [INFO] [stdout] --> src/source_map.rs:401:49 [INFO] [stdout] | [INFO] [stdout] 401 | add_first_where!(|node| matches!(node.node, Node::Stmt(_))); [INFO] [stdout] | ^^^^ use of undeclared type `Node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Node` [INFO] [stdout] --> src/source_map.rs:407:9 [INFO] [stdout] | [INFO] [stdout] 407 | Node::Expr(hir::Expr { [INFO] [stdout] | ^^^^ use of undeclared type `Node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Either` [INFO] [stdout] --> src/source_map.rs:414:17 [INFO] [stdout] | [INFO] [stdout] 414 | if let Some(Either::Right(mir::Terminator { [INFO] [stdout] | ^^^^^^ use of undeclared type `Either` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/source_map.rs:414:31 [INFO] [stdout] | [INFO] [stdout] 414 | if let Some(Either::Right(mir::Terminator { [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TerminatorKind` [INFO] [stdout] --> src/source_map.rs:415:13 [INFO] [stdout] | [INFO] [stdout] 415 | kind: TerminatorKind::SwitchInt { .. }, [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `TerminatorKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Node` [INFO] [stdout] --> src/source_map.rs:423:11 [INFO] [stdout] | [INFO] [stdout] 423 | Node::Expr(hir::Expr { [INFO] [stdout] | ^^^^ use of undeclared type `Node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ExprKind` [INFO] [stdout] --> src/source_map.rs:424:19 [INFO] [stdout] | [INFO] [stdout] 424 | kind: ExprKind::If(..) | ExprKind::Loop(..), [INFO] [stdout] | ^^^^^^^^ use of undeclared type `ExprKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ExprKind` [INFO] [stdout] --> src/source_map.rs:424:38 [INFO] [stdout] | [INFO] [stdout] 424 | kind: ExprKind::If(..) | ExprKind::Loop(..), [INFO] [stdout] | ^^^^^^^^ use of undeclared type `ExprKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `intravisit` [INFO] [stdout] --> src/source_map.rs:534:5 [INFO] [stdout] | [INFO] [stdout] 534 | intravisit::walk_item(self, item); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `intravisit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `intravisit` [INFO] [stdout] --> src/source_map.rs:538:5 [INFO] [stdout] | [INFO] [stdout] 538 | intravisit::walk_impl_item(self, impl_item); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `intravisit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ItemKind` [INFO] [stdout] --> src/test_utils.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | ItemKind::Fn(_, _, body) => Some(body), [INFO] [stdout] | ^^^^^^^^ use of undeclared type `ItemKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Span` [INFO] [stdout] --> src/test_utils.rs:189:3 [INFO] [stdout] | [INFO] [stdout] 189 | Span::new( [INFO] [stdout] | ^^^^ use of undeclared type `Span` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SyntaxContext` [INFO] [stdout] --> src/test_utils.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 192 | SyntaxContext::root(), [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `SyntaxContext` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HashMap` in this scope [INFO] [stdout] --> src/cached.rs:7:35 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct Cache(RefCell>>>); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use std::collections::HashMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HashMap` [INFO] [stdout] --> src/cached.rs:29:24 [INFO] [stdout] | [INFO] [stdout] 29 | Cache(RefCell::new(HashMap::default())) [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use std::collections::HashMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HashMap` in this scope [INFO] [stdout] --> src/cached.rs:33:39 [INFO] [stdout] | [INFO] [stdout] 33 | pub struct CopyCache(RefCell>); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use std::collections::HashMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HashMap` [INFO] [stdout] --> src/cached.rs:50:28 [INFO] [stdout] | [INFO] [stdout] 50 | CopyCache(RefCell::new(HashMap::default())) [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use std::collections::HashMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Location` in this scope [INFO] [stdout] --> src/indexed/impls.rs:23:16 [INFO] [stdout] | [INFO] [stdout] 23 | to_index_impl!(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 `Location` in this scope [INFO] [stdout] --> src/indexed/impls.rs:25:23 [INFO] [stdout] | [INFO] [stdout] 25 | impl IndexedValue for 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 `LocationIndex` in this scope [INFO] [stdout] --> src/indexed/impls.rs:26:16 [INFO] [stdout] | [INFO] [stdout] 26 | type Index = LocationIndex; [INFO] [stdout] | ^^^^^^^^^^^^^ help: a type alias with a similar name exists: `LocationSet` [INFO] [stdout] ... [INFO] [stdout] 30 | pub type LocationSet> = IndexSet; [INFO] [stdout] | --------------------------------------------------------------------- similarly named type alias `LocationSet` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Location` in this scope [INFO] [stdout] --> src/indexed/impls.rs:30:35 [INFO] [stdout] | [INFO] [stdout] 30 | pub type LocationSet> = IndexSet; [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/indexed/impls.rs:30:57 [INFO] [stdout] | [INFO] [stdout] 30 | pub type LocationSet> = IndexSet; [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 `LocationIndex` in this scope [INFO] [stdout] --> src/indexed/impls.rs:32:25 [INFO] [stdout] | [INFO] [stdout] 30 | pub type LocationSet> = IndexSet; [INFO] [stdout] | --------------------------------------------------------------------- similarly named type alias `LocationSet` defined here [INFO] [stdout] 31 | pub struct LocationDomain { [INFO] [stdout] 32 | domain: DefaultDomain, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a type alias with a similar name exists [INFO] [stdout] | [INFO] [stdout] 32 | domain: DefaultDomain, [INFO] [stdout] | ~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 31 | pub struct LocationDomain { [INFO] [stdout] | +++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Location` in this scope [INFO] [stdout] --> src/indexed/impls.rs:32:40 [INFO] [stdout] | [INFO] [stdout] 32 | domain: DefaultDomain, [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 `HashMap` in this scope [INFO] [stdout] --> src/indexed/impls.rs:33:20 [INFO] [stdout] | [INFO] [stdout] 33 | arg_to_location: HashMap, LocationIndex>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/indexed/impls.rs:33:28 [INFO] [stdout] | [INFO] [stdout] 33 | arg_to_location: HashMap, LocationIndex>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LocationIndex` in this scope [INFO] [stdout] --> src/indexed/impls.rs:33:44 [INFO] [stdout] | [INFO] [stdout] 30 | pub type LocationSet> = IndexSet; [INFO] [stdout] | --------------------------------------------------------------------- similarly named type alias `LocationSet` defined here [INFO] [stdout] ... [INFO] [stdout] 33 | arg_to_location: HashMap, LocationIndex>, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a type alias with a similar name exists [INFO] [stdout] | [INFO] [stdout] 33 | arg_to_location: HashMap, LocationSet>, [INFO] [stdout] | ~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 31 | pub struct LocationDomain { [INFO] [stdout] | +++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HashMap` in this scope [INFO] [stdout] --> src/indexed/impls.rs:34:20 [INFO] [stdout] | [INFO] [stdout] 34 | location_to_arg: HashMap>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LocationIndex` in this scope [INFO] [stdout] --> src/indexed/impls.rs:34:28 [INFO] [stdout] | [INFO] [stdout] 30 | pub type LocationSet> = IndexSet; [INFO] [stdout] | --------------------------------------------------------------------- similarly named type alias `LocationSet` defined here [INFO] [stdout] ... [INFO] [stdout] 34 | location_to_arg: HashMap>, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a type alias with a similar name exists [INFO] [stdout] | [INFO] [stdout] 34 | location_to_arg: HashMap>, [INFO] [stdout] | ~~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 31 | pub struct LocationDomain { [INFO] [stdout] | +++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/indexed/impls.rs:34:43 [INFO] [stdout] | [INFO] [stdout] 34 | location_to_arg: 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/indexed/impls.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | pub fn new(body: &Body<'tcx>, tcx: TyCtxt<'tcx>, def_id: DefId) -> Rc { [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/indexed/impls.rs:38:38 [INFO] [stdout] | [INFO] [stdout] 38 | pub fn new(body: &Body<'tcx>, tcx: TyCtxt<'tcx>, def_id: DefId) -> Rc { [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/indexed/impls.rs:38:60 [INFO] [stdout] | [INFO] [stdout] 38 | pub fn new(body: &Body<'tcx>, tcx: TyCtxt<'tcx>, def_id: DefId) -> Rc { [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/indexed/impls.rs:60:46 [INFO] [stdout] | [INFO] [stdout] 60 | .map(|place| unsafe { mem::transmute::, Place<'static>>(place) }) [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/indexed/impls.rs:60:59 [INFO] [stdout] | [INFO] [stdout] 60 | .map(|place| unsafe { mem::transmute::, Place<'static>>(place) }) [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Location` in this scope [INFO] [stdout] --> src/indexed/impls.rs:65:16 [INFO] [stdout] | [INFO] [stdout] 65 | .map(|i| 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 `HashMap` in this scope [INFO] [stdout] --> src/indexed/impls.rs:85:18 [INFO] [stdout] | [INFO] [stdout] 85 | .collect::>(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HashMap` in this scope [INFO] [stdout] --> src/indexed/impls.rs:90:18 [INFO] [stdout] | [INFO] [stdout] 90 | .collect::>(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/indexed/impls.rs:103:54 [INFO] [stdout] | [INFO] [stdout] 103 | 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 `LocationIndex` in this scope [INFO] [stdout] --> src/indexed/impls.rs:103:67 [INFO] [stdout] | [INFO] [stdout] 30 | pub type LocationSet> = IndexSet; [INFO] [stdout] | --------------------------------------------------------------------- similarly named type alias `LocationSet` defined here [INFO] [stdout] ... [INFO] [stdout] 103 | pub fn all_args(&'a self) -> impl Iterator, LocationIndex)> + 'a { [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/indexed/impls.rs:105:43 [INFO] [stdout] | [INFO] [stdout] 105 | let arg = unsafe { mem::transmute::, Place<'static>>(*arg) }; [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/indexed/impls.rs:105:56 [INFO] [stdout] | [INFO] [stdout] 105 | let arg = unsafe { mem::transmute::, Place<'static>>(*arg) }; [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/indexed/impls.rs:110:38 [INFO] [stdout] | [INFO] [stdout] 110 | pub fn arg_to_location(&self, arg: Place<'tcx>) -> LocationIndex { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LocationIndex` in this scope [INFO] [stdout] --> src/indexed/impls.rs:110:54 [INFO] [stdout] | [INFO] [stdout] 30 | pub type LocationSet> = IndexSet; [INFO] [stdout] | --------------------------------------------------------------------- similarly named type alias `LocationSet` defined here [INFO] [stdout] ... [INFO] [stdout] 110 | pub fn arg_to_location(&self, arg: Place<'tcx>) -> 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/indexed/impls.rs:111:41 [INFO] [stdout] | [INFO] [stdout] 111 | let arg = unsafe { mem::transmute::, Place<'static>>(arg) }; [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/indexed/impls.rs:111:54 [INFO] [stdout] | [INFO] [stdout] 111 | let arg = unsafe { mem::transmute::, Place<'static>>(arg) }; [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/indexed/impls.rs:115:56 [INFO] [stdout] | [INFO] [stdout] 115 | pub fn location_to_arg(&self, location: impl ToIndex) -> Option> { [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/indexed/impls.rs:115:77 [INFO] [stdout] | [INFO] [stdout] 115 | pub fn location_to_arg(&self, location: impl ToIndex) -> 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/indexed/impls.rs:120:36 [INFO] [stdout] | [INFO] [stdout] 120 | Some(unsafe { mem::transmute::, Place<'tcx>>(arg) }) [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/indexed/impls.rs:120:52 [INFO] [stdout] | [INFO] [stdout] 120 | Some(unsafe { mem::transmute::, Place<'tcx>>(arg) }) [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LocationIndex` in this scope [INFO] [stdout] --> src/indexed/impls.rs:125:16 [INFO] [stdout] | [INFO] [stdout] 30 | pub type LocationSet> = IndexSet; [INFO] [stdout] | --------------------------------------------------------------------- similarly named type alias `LocationSet` defined here [INFO] [stdout] ... [INFO] [stdout] 125 | 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 `Location` in this scope [INFO] [stdout] --> src/indexed/impls.rs:126:16 [INFO] [stdout] | [INFO] [stdout] 126 | type Value = 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 `IndexVec` in this scope [INFO] [stdout] --> src/indexed/impls.rs:140:24 [INFO] [stdout] | [INFO] [stdout] 140 | fn as_vec(&self) -> &IndexVec { [INFO] [stdout] | ^^^^^^^^ help: a struct with a similar name exists: `IndexSet` [INFO] [stdout] | [INFO] [stdout] ::: src/indexed/mod.rs:171:1 [INFO] [stdout] | [INFO] [stdout] 171 | pub struct IndexSet> { [INFO] [stdout] | ----------------------------------------------------- similarly named struct `IndexSet` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HashSet` in this scope [INFO] [stdout] --> src/indexed/impls.rs:145:27 [INFO] [stdout] | [INFO] [stdout] 145 | pub type PlaceSet<'tcx> = HashSet>; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashSet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/indexed/impls.rs:145:35 [INFO] [stdout] | [INFO] [stdout] 145 | pub type PlaceSet<'tcx> = HashSet>; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Idx` in this scope [INFO] [stdout] --> src/indexed/mod.rs:20:15 [INFO] [stdout] | [INFO] [stdout] 20 | type Index: Idx + ToIndex; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Idx` in this scope [INFO] [stdout] --> src/indexed/mod.rs:58:15 [INFO] [stdout] | [INFO] [stdout] 58 | type Index: Idx = ::Index; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IndexVec` in this scope [INFO] [stdout] --> src/indexed/mod.rs:62:24 [INFO] [stdout] | [INFO] [stdout] 62 | fn as_vec(&self) -> &IndexVec; [INFO] [stdout] | ^^^^^^^^ help: a struct with a similar name exists: `IndexSet` [INFO] [stdout] ... [INFO] [stdout] 171 | pub struct IndexSet> { [INFO] [stdout] | ----------------------------------------------------- similarly named struct `IndexSet` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Idx` in this scope [INFO] [stdout] --> src/indexed/mod.rs:78:29 [INFO] [stdout] | [INFO] [stdout] 78 | pub struct DefaultDomain { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IndexVec` in this scope [INFO] [stdout] --> src/indexed/mod.rs:79:19 [INFO] [stdout] | [INFO] [stdout] 79 | index_to_value: IndexVec, [INFO] [stdout] | ^^^^^^^^ help: a struct with a similar name exists: `IndexSet` [INFO] [stdout] ... [INFO] [stdout] 171 | pub struct IndexSet> { [INFO] [stdout] | ----------------------------------------------------- similarly named struct `IndexSet` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HashMap` in this scope [INFO] [stdout] --> src/indexed/mod.rs:80:19 [INFO] [stdout] | [INFO] [stdout] 80 | value_to_index: HashMap, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use std::collections::HashMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Idx` in this scope [INFO] [stdout] --> src/indexed/mod.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | impl DefaultDomain { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Idx` in this scope [INFO] [stdout] --> src/indexed/mod.rs:97:9 [INFO] [stdout] | [INFO] [stdout] 97 | impl IndexedDomain for DefaultDomain { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IndexVec` in this scope [INFO] [stdout] --> src/indexed/mod.rs:116:24 [INFO] [stdout] | [INFO] [stdout] 116 | fn as_vec(&self) -> &IndexVec { [INFO] [stdout] | ^^^^^^^^ help: a struct with a similar name exists: `IndexSet` [INFO] [stdout] ... [INFO] [stdout] 171 | pub struct IndexSet> { [INFO] [stdout] | ----------------------------------------------------- similarly named struct `IndexSet` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BitSet` in this scope [INFO] [stdout] --> src/indexed/mod.rs:121:24 [INFO] [stdout] | [INFO] [stdout] 121 | type IndexSetImpl = BitSet; [INFO] [stdout] | ^^^^^^ help: a struct with a similar name exists: `MutSet` [INFO] [stdout] ... [INFO] [stdout] 127 | pub struct MutSet<'a, T: IndexedValue>(&'a mut IndexSetImpl); [INFO] [stdout] | ----------------------------------------------------------------------- similarly named struct `MutSet` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `JoinSemiLattice` in this scope [INFO] [stdout] --> src/indexed/mod.rs:268:39 [INFO] [stdout] | [INFO] [stdout] 268 | impl> JoinSemiLattice for IndexSet { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `DebugWithContext` in this scope [INFO] [stdout] --> src/indexed/mod.rs:313:52 [INFO] [stdout] | [INFO] [stdout] 313 | impl, C> DebugWithContext for IndexSet [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HashMap` in this scope [INFO] [stdout] --> src/indexed/mod.rs:375:11 [INFO] [stdout] | [INFO] [stdout] 375 | matrix: HashMap>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use std::collections::HashMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HashMap` [INFO] [stdout] --> src/indexed/mod.rs:385:15 [INFO] [stdout] | [INFO] [stdout] 385 | matrix: HashMap::default(), [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use std::collections::HashMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `JoinSemiLattice` in this scope [INFO] [stdout] --> src/indexed/mod.rs:474:37 [INFO] [stdout] | [INFO] [stdout] 474 | impl JoinSemiLattice for IndexMatrix { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `DebugWithContext` in this scope [INFO] [stdout] --> src/indexed/mod.rs:526:68 [INFO] [stdout] | [INFO] [stdout] 526 | impl DebugWithContext [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:29:41 [INFO] [stdout] | [INFO] [stdout] 29 | 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:29:54 [INFO] [stdout] | [INFO] [stdout] 29 | 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 `TyCtxt` in this scope [INFO] [stdout] --> src/infoflow/analysis.rs:32:12 [INFO] [stdout] | [INFO] [stdout] 32 | pub tcx: TyCtxt<'tcx>, [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/infoflow/analysis.rs:33:15 [INFO] [stdout] | [INFO] [stdout] 33 | pub def_id: DefId, [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:34:17 [INFO] [stdout] | [INFO] [stdout] 34 | pub body: &'a Body<'tcx>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HashMap` in this scope [INFO] [stdout] --> src/infoflow/analysis.rs:37:32 [INFO] [stdout] | [INFO] [stdout] 37 | crate recurse_cache: RefCell>>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BodyId` in this scope [INFO] [stdout] --> src/infoflow/analysis.rs:37:40 [INFO] [stdout] | [INFO] [stdout] 31 | pub struct FlowAnalysis<'a, 'tcx> { [INFO] [stdout] | - help: you might be missing a type parameter: `, BodyId` [INFO] [stdout] ... [INFO] [stdout] 37 | crate recurse_cache: RefCell>>, [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/infoflow/analysis.rs:42:10 [INFO] [stdout] | [INFO] [stdout] 42 | tcx: TyCtxt<'tcx>, [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/infoflow/analysis.rs:43:13 [INFO] [stdout] | [INFO] [stdout] 43 | def_id: DefId, [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:44:15 [INFO] [stdout] | [INFO] [stdout] 44 | body: &'a Body<'tcx>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HashMap` [INFO] [stdout] --> src/infoflow/analysis.rs:48:38 [INFO] [stdout] | [INFO] [stdout] 48 | let recurse_cache = RefCell::new(HashMap::default()); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/infoflow/analysis.rs:66:14 [INFO] [stdout] | [INFO] [stdout] 66 | 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:67:16 [INFO] [stdout] | [INFO] [stdout] 67 | 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:67:36 [INFO] [stdout] | [INFO] [stdout] 67 | inputs: &[(Place<'tcx>, Option>)], [INFO] [stdout] | ^^^^^^^^^ help: a trait with a similar name exists: `PlaceExt` [INFO] [stdout] | [INFO] [stdout] ::: src/mir/utils.rs:278:1 [INFO] [stdout] | [INFO] [stdout] 278 | 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:68:15 [INFO] [stdout] | [INFO] [stdout] 68 | 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/infoflow/analysis.rs:91:28 [INFO] [stdout] | [INFO] [stdout] 91 | let add_deps = |place: Place<'tcx>, location_deps: &mut LocationSet| { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HashSet` in this scope [INFO] [stdout] --> src/infoflow/analysis.rs:175:22 [INFO] [stdout] | [INFO] [stdout] 175 | .collect::>(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashSet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AnalysisDomain` in this scope [INFO] [stdout] --> src/infoflow/analysis.rs:188:6 [INFO] [stdout] | [INFO] [stdout] 188 | impl AnalysisDomain<'tcx> for FlowAnalysis<'a, 'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Forward` in this scope [INFO] [stdout] --> src/infoflow/analysis.rs:190:20 [INFO] [stdout] | [INFO] [stdout] 190 | type Direction = Forward; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `crate::infoflow::Direction::Forward`; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 190 | type Direction = crate::infoflow::Direction; [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Body` in this scope [INFO] [stdout] --> src/infoflow/analysis.rs:193:34 [INFO] [stdout] | [INFO] [stdout] 193 | 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:197:44 [INFO] [stdout] | [INFO] [stdout] 197 | 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[E0405]: cannot find trait `Analysis` in this scope [INFO] [stdout] --> src/infoflow/analysis.rs:210:6 [INFO] [stdout] | [INFO] [stdout] 210 | impl Analysis<'tcx> for FlowAnalysis<'a, 'tcx> { [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:214:17 [INFO] [stdout] | [INFO] [stdout] 214 | 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:215:15 [INFO] [stdout] | [INFO] [stdout] 215 | 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/infoflow/analysis.rs:221:17 [INFO] [stdout] | [INFO] [stdout] 221 | |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:222:19 [INFO] [stdout] | [INFO] [stdout] 222 | 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:222:39 [INFO] [stdout] | [INFO] [stdout] 222 | inputs: &[(Place<'tcx>, Option>)], [INFO] [stdout] | ^^^^^^^^^ help: a trait with a similar name exists: `PlaceExt` [INFO] [stdout] | [INFO] [stdout] ::: src/mir/utils.rs:278:1 [INFO] [stdout] | [INFO] [stdout] 278 | 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:223:18 [INFO] [stdout] | [INFO] [stdout] 223 | 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:234:18 [INFO] [stdout] | [INFO] [stdout] 234 | 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:235:15 [INFO] [stdout] | [INFO] [stdout] 235 | 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/infoflow/analysis.rs:248:17 [INFO] [stdout] | [INFO] [stdout] 248 | |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:249:19 [INFO] [stdout] | [INFO] [stdout] 249 | 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:249:39 [INFO] [stdout] | [INFO] [stdout] 249 | inputs: &[(Place<'tcx>, Option>)], [INFO] [stdout] | ^^^^^^^^^ help: a trait with a similar name exists: `PlaceExt` [INFO] [stdout] | [INFO] [stdout] ::: src/mir/utils.rs:278:1 [INFO] [stdout] | [INFO] [stdout] 278 | 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:250:18 [INFO] [stdout] | [INFO] [stdout] 250 | 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:261:13 [INFO] [stdout] | [INFO] [stdout] 261 | _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:37:19 [INFO] [stdout] | [INFO] [stdout] 37 | targets: Vec<(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:37:32 [INFO] [stdout] | [INFO] [stdout] 37 | targets: Vec<(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 `Location` in this scope [INFO] [stdout] --> src/infoflow/dependencies.rs:88:26 [INFO] [stdout] | [INFO] [stdout] 88 | opt_location: Option, [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[E0405]: cannot find trait `ResultsVisitor` in this scope [INFO] [stdout] --> src/infoflow/dependencies.rs:136:6 [INFO] [stdout] | [INFO] [stdout] 136 | impl ResultsVisitor<'mir, 'tcx> for DepVisitor<'_, 'mir, 'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BasicBlockData` in this scope [INFO] [stdout] --> src/infoflow/dependencies.rs:142:24 [INFO] [stdout] | [INFO] [stdout] 142 | _block_data: &'mir BasicBlockData<'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/infoflow/dependencies.rs:143:12 [INFO] [stdout] | [INFO] [stdout] 143 | block: BasicBlock, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `START_BLOCK` in this scope [INFO] [stdout] --> src/infoflow/dependencies.rs:145:17 [INFO] [stdout] | [INFO] [stdout] 145 | if block == START_BLOCK { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HashSet` [INFO] [stdout] --> src/infoflow/dependencies.rs:148:28 [INFO] [stdout] | [INFO] [stdout] 148 | let mut to_check = HashSet::default(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashSet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Statement` in this scope [INFO] [stdout] --> src/infoflow/dependencies.rs:158:22 [INFO] [stdout] | [INFO] [stdout] 158 | statement: &'mir 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/dependencies.rs:159:15 [INFO] [stdout] | [INFO] [stdout] 159 | 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 `Location` in this scope [INFO] [stdout] --> src/infoflow/dependencies.rs:178:15 [INFO] [stdout] | [INFO] [stdout] 178 | 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 `HashSet` in this scope [INFO] [stdout] --> src/infoflow/dependencies.rs:182:63 [INFO] [stdout] | [INFO] [stdout] 182 | let to_check = state.rows().map(|(p, _)| p).collect::>(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashSet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/infoflow/dependencies.rs:204:21 [INFO] [stdout] | [INFO] [stdout] 204 | 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:204:34 [INFO] [stdout] | [INFO] [stdout] 204 | 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:239:21 [INFO] [stdout] | [INFO] [stdout] 239 | 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:239:34 [INFO] [stdout] | [INFO] [stdout] 239 | 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 `Span` in this scope [INFO] [stdout] --> src/infoflow/dependencies.rs:242:14 [INFO] [stdout] | [INFO] [stdout] 237 | pub fn compute_dependency_spans( [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 242 | ) -> Vec> { [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:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | 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:24:8 [INFO] [stdout] | [INFO] [stdout] 24 | &[(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:24:28 [INFO] [stdout] | [INFO] [stdout] 24 | &[(Place<'tcx>, Option>)], [INFO] [stdout] | ^^^^^^^^^ help: a trait with a similar name exists: `PlaceExt` [INFO] [stdout] | [INFO] [stdout] ::: src/mir/utils.rs:278:1 [INFO] [stdout] | [INFO] [stdout] 278 | 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/mutation.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | 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 `TyCtxt` in this scope [INFO] [stdout] --> src/infoflow/mutation.rs:30:8 [INFO] [stdout] | [INFO] [stdout] 30 | tcx: TyCtxt<'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/mutation.rs:31:13 [INFO] [stdout] | [INFO] [stdout] 31 | body: &'a Body<'tcx>, [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/infoflow/mutation.rs:32:11 [INFO] [stdout] | [INFO] [stdout] 32 | def_id: DefId, [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:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | 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:39:8 [INFO] [stdout] | [INFO] [stdout] 39 | &[(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:39:28 [INFO] [stdout] | [INFO] [stdout] 39 | &[(Place<'tcx>, Option>)], [INFO] [stdout] | ^^^^^^^^^ help: a trait with a similar name exists: `PlaceExt` [INFO] [stdout] | [INFO] [stdout] ::: src/mir/utils.rs:278:1 [INFO] [stdout] | [INFO] [stdout] 278 | 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/mutation.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | 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 `TyCtxt` in this scope [INFO] [stdout] --> src/infoflow/mutation.rs:44:19 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn new(tcx: TyCtxt<'tcx>, body: &'a Body<'tcx>, def_id: DefId, f: F) -> 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/infoflow/mutation.rs:44:43 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn new(tcx: TyCtxt<'tcx>, body: &'a Body<'tcx>, def_id: DefId, f: F) -> Self { [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/infoflow/mutation.rs:44:63 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn new(tcx: TyCtxt<'tcx>, body: &'a Body<'tcx>, def_id: DefId, f: F) -> Self { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Visitor` in this scope [INFO] [stdout] --> src/infoflow/mutation.rs:54:15 [INFO] [stdout] | [INFO] [stdout] 54 | impl<'tcx, F> Visitor<'tcx> for ModularMutationVisitor<'_, 'tcx, F> [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:57:5 [INFO] [stdout] | [INFO] [stdout] 57 | 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:58:8 [INFO] [stdout] | [INFO] [stdout] 58 | &[(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:58:28 [INFO] [stdout] | [INFO] [stdout] 58 | &[(Place<'tcx>, Option>)], [INFO] [stdout] | ^^^^^^^^^ help: a trait with a similar name exists: `PlaceExt` [INFO] [stdout] | [INFO] [stdout] ::: src/mir/utils.rs:278:1 [INFO] [stdout] | [INFO] [stdout] 278 | 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/mutation.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 59 | 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:65:13 [INFO] [stdout] | [INFO] [stdout] 65 | 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:66:14 [INFO] [stdout] | [INFO] [stdout] 66 | 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:67:15 [INFO] [stdout] | [INFO] [stdout] 67 | 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:83:47 [INFO] [stdout] | [INFO] [stdout] 83 | 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:83:75 [INFO] [stdout] | [INFO] [stdout] 83 | 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/infoflow/mutation.rs:94:36 [INFO] [stdout] | [INFO] [stdout] 94 | let inputs_for_arg = |arg: Place<'tcx>| { [INFO] [stdout] | ^^^^^ not found in this scope [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 `Place` in this scope [INFO] [stdout] --> src/infoflow/recursive.rs:139:45 [INFO] [stdout] | [INFO] [stdout] 139 | let translate_child_to_parent = |child: 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/recursive.rs:141:16 [INFO] [stdout] | [INFO] [stdout] 141 | -> Option> { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RETURN_PLACE` in this scope [INFO] [stdout] --> src/infoflow/recursive.rs:142:25 [INFO] [stdout] | [INFO] [stdout] 142 | if child.local == RETURN_PLACE && child.projection.len() == 0 { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `RETURN_PLACE` in this scope [INFO] [stdout] --> src/infoflow/recursive.rs:176:41 [INFO] [stdout] | [INFO] [stdout] 176 | let was_return = child.local == RETURN_PLACE; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BodyId` in this scope [INFO] [stdout] --> src/infoflow/mod.rs:29:38 [INFO] [stdout] | [INFO] [stdout] 29 | pub static BODY_STACK: RefCell> = [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/infoflow/mod.rs:41:8 [INFO] [stdout] | [INFO] [stdout] 41 | tcx: TyCtxt<'tcx>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BodyId` in this scope [INFO] [stdout] --> src/infoflow/mod.rs:42:12 [INFO] [stdout] | [INFO] [stdout] 42 | body_id: BodyId, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BodyWithBorrowckFacts` in this scope [INFO] [stdout] --> src/infoflow/mod.rs:43:24 [INFO] [stdout] | [INFO] [stdout] 43 | body_with_facts: &'a BodyWithBorrowckFacts<'tcx>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RegionVid` in this scope [INFO] [stdout] --> src/mir/aliases.rs:36:17 [INFO] [stdout] | [INFO] [stdout] 35 | struct GatherBorrows<'tcx> { [INFO] [stdout] | - help: you might be missing a type parameter: `, RegionVid` [INFO] [stdout] 36 | borrows: Vec<(RegionVid, BorrowKind, Place<'tcx>)>, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BorrowKind` in this scope [INFO] [stdout] --> src/mir/aliases.rs:36:28 [INFO] [stdout] | [INFO] [stdout] 35 | struct GatherBorrows<'tcx> { [INFO] [stdout] | - help: you might be missing a type parameter: `, BorrowKind` [INFO] [stdout] 36 | 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:36:40 [INFO] [stdout] | [INFO] [stdout] 36 | borrows: Vec<(RegionVid, BorrowKind, Place<'tcx>)>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Visitor` in this scope [INFO] [stdout] --> src/mir/aliases.rs:45:6 [INFO] [stdout] | [INFO] [stdout] 45 | impl Visitor<'tcx> for GatherBorrows<'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:48:14 [INFO] [stdout] | [INFO] [stdout] 48 | _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:49:14 [INFO] [stdout] | [INFO] [stdout] 49 | 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:50:16 [INFO] [stdout] | [INFO] [stdout] 50 | _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[E0531]: cannot find tuple struct or tuple variant `Region` in this scope [INFO] [stdout] --> src/mir/aliases.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | Region(Interned(RegionKind::ReVar($name), _)) [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 52 | if let Rvalue::Ref(region_pat!(region), kind, borrowed_place) = rvalue { [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `region_pat` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Interned` in this scope [INFO] [stdout] --> src/mir/aliases.rs:41:12 [INFO] [stdout] | [INFO] [stdout] 41 | Region(Interned(RegionKind::ReVar($name), _)) [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 52 | if let Rvalue::Ref(region_pat!(region), kind, borrowed_place) = rvalue { [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `region_pat` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyCtxt` in this scope [INFO] [stdout] --> src/mir/aliases.rs:59:8 [INFO] [stdout] | [INFO] [stdout] 59 | tcx: TyCtxt<'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/aliases.rs:60:13 [INFO] [stdout] | [INFO] [stdout] 60 | body: &'a Body<'tcx>, [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/mir/aliases.rs:61:11 [INFO] [stdout] | [INFO] [stdout] 61 | def_id: DefId, [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:62:15 [INFO] [stdout] | [INFO] [stdout] 62 | places: Vec>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Visitor` in this scope [INFO] [stdout] --> src/mir/aliases.rs:65:6 [INFO] [stdout] | [INFO] [stdout] 65 | impl Visitor<'tcx> for FindPlaces<'_, '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/aliases.rs:68:41 [INFO] [stdout] | [INFO] [stdout] 68 | 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:68:62 [INFO] [stdout] | [INFO] [stdout] 68 | 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:74:13 [INFO] [stdout] | [INFO] [stdout] 74 | place: &Place<'tcx>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceContext` in this scope [INFO] [stdout] --> src/mir/aliases.rs:75:15 [INFO] [stdout] | [INFO] [stdout] 75 | _context: PlaceContext, [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:76:16 [INFO] [stdout] | [INFO] [stdout] 76 | _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:83:13 [INFO] [stdout] | [INFO] [stdout] 83 | 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:84:14 [INFO] [stdout] | [INFO] [stdout] 84 | 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:85:15 [INFO] [stdout] | [INFO] [stdout] 85 | 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:112:47 [INFO] [stdout] | [INFO] [stdout] 112 | 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:112:75 [INFO] [stdout] | [INFO] [stdout] 112 | 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 `HashMap` in this scope [INFO] [stdout] --> src/mir/aliases.rs:130:22 [INFO] [stdout] | [INFO] [stdout] 130 | type LoanMap<'tcx> = HashMap>>; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RegionVid` in this scope [INFO] [stdout] --> src/mir/aliases.rs:130:30 [INFO] [stdout] | [INFO] [stdout] 130 | type LoanMap<'tcx> = HashMap>>; [INFO] [stdout] | - ^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `, RegionVid` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HashSet` in this scope [INFO] [stdout] --> src/mir/aliases.rs:130:41 [INFO] [stdout] | [INFO] [stdout] 130 | type LoanMap<'tcx> = HashMap>>; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashSet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/aliases.rs:130:49 [INFO] [stdout] | [INFO] [stdout] 130 | type LoanMap<'tcx> = HashMap>>; [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/mir/aliases.rs:134:8 [INFO] [stdout] | [INFO] [stdout] 134 | tcx: TyCtxt<'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/aliases.rs:135:13 [INFO] [stdout] | [INFO] [stdout] 135 | body: &'a Body<'tcx>, [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/mir/aliases.rs:136:11 [INFO] [stdout] | [INFO] [stdout] 136 | def_id: DefId, [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:143:31 [INFO] [stdout] | [INFO] [stdout] 143 | 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:143:44 [INFO] [stdout] | [INFO] [stdout] 143 | 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:144:24 [INFO] [stdout] | [INFO] [stdout] 144 | 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:145:26 [INFO] [stdout] | [INFO] [stdout] 145 | 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:146:27 [INFO] [stdout] | [INFO] [stdout] 146 | reachable_cache: Cache<(Place<'tcx>, bool), PlaceSet<'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/mir/aliases.rs:157:10 [INFO] [stdout] | [INFO] [stdout] 157 | tcx: TyCtxt<'tcx>, [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/mir/aliases.rs:158:13 [INFO] [stdout] | [INFO] [stdout] 158 | def_id: DefId, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BodyWithBorrowckFacts` in this scope [INFO] [stdout] --> src/mir/aliases.rs:159:26 [INFO] [stdout] | [INFO] [stdout] 159 | body_with_facts: &'a BodyWithBorrowckFacts<'tcx>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HashMap` in this scope [INFO] [stdout] --> src/mir/aliases.rs:188:35 [INFO] [stdout] | [INFO] [stdout] 188 | let mut region_to_pointers: HashMap<_, Vec<_>> = HashMap::default(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HashMap` [INFO] [stdout] --> src/mir/aliases.rs:188:56 [INFO] [stdout] | [INFO] [stdout] 188 | let mut region_to_pointers: HashMap<_, Vec<_>> = HashMap::default(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HashMap` [INFO] [stdout] --> src/mir/aliases.rs:208:39 [INFO] [stdout] | [INFO] [stdout] 208 | let mut contains: LoanMap<'tcx> = HashMap::default(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HashMap` in this scope [INFO] [stdout] --> src/mir/aliases.rs:209:23 [INFO] [stdout] | [INFO] [stdout] 209 | let mut definite: HashMap, Vec>)> = [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RegionVid` in this scope [INFO] [stdout] --> src/mir/aliases.rs:209:31 [INFO] [stdout] | [INFO] [stdout] 155 | impl Aliases<'a, 'tcx> { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 209 | let mut definite: HashMap, Vec>)> = [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/mir/aliases.rs:209:43 [INFO] [stdout] | [INFO] [stdout] 209 | let mut definite: HashMap, Vec>)> = [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/aliases.rs:209:57 [INFO] [stdout] | [INFO] [stdout] 209 | let mut definite: HashMap, Vec>)> = [INFO] [stdout] | ^^^^^^^^^ help: a trait with a similar name exists: `PlaceExt` [INFO] [stdout] | [INFO] [stdout] ::: src/mir/utils.rs:278:1 [INFO] [stdout] | [INFO] [stdout] 278 | pub trait PlaceExt<'tcx> { [INFO] [stdout] | ------------------------ similarly named trait `PlaceExt` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HashMap` [INFO] [stdout] --> src/mir/aliases.rs:210:7 [INFO] [stdout] | [INFO] [stdout] 210 | HashMap::default(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Region` in this scope [INFO] [stdout] --> src/mir/aliases.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | Region(Interned(RegionKind::ReVar($name), _)) [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 237 | if let TyKind::Ref(region_pat!(region), _, _) = ty.kind() { [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `region_pat` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Interned` in this scope [INFO] [stdout] --> src/mir/aliases.rs:41:12 [INFO] [stdout] | [INFO] [stdout] 41 | Region(Interned(RegionKind::ReVar($name), _)) [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 237 | if let TyKind::Ref(region_pat!(region), _, _) = ty.kind() { [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `region_pat` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RegionVid` in this scope [INFO] [stdout] --> src/mir/aliases.rs:253:30 [INFO] [stdout] | [INFO] [stdout] 155 | impl Aliases<'a, 'tcx> { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 253 | let subset_sccs = Sccs::::new(&subset_graph); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RegionSccIndex` in this scope [INFO] [stdout] --> src/mir/aliases.rs:253:41 [INFO] [stdout] | [INFO] [stdout] 155 | impl Aliases<'a, 'tcx> { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 253 | let subset_sccs = Sccs::::new(&subset_graph); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `reverse_post_order` in this scope [INFO] [stdout] --> src/mir/aliases.rs:261:21 [INFO] [stdout] | [INFO] [stdout] 261 | let scc_order = reverse_post_order(&subset_sccs, subset_sccs.scc(static_region)); [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/mir/aliases.rs:321:10 [INFO] [stdout] | [INFO] [stdout] 321 | tcx: TyCtxt<'tcx>, [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/mir/aliases.rs:322:13 [INFO] [stdout] | [INFO] [stdout] 322 | def_id: DefId, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BodyWithBorrowckFacts` in this scope [INFO] [stdout] --> src/mir/aliases.rs:323:26 [INFO] [stdout] | [INFO] [stdout] 323 | body_with_facts: &'a BodyWithBorrowckFacts<'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:346:34 [INFO] [stdout] | [INFO] [stdout] 346 | 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:346:50 [INFO] [stdout] | [INFO] [stdout] 346 | 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:352:32 [INFO] [stdout] | [INFO] [stdout] 352 | pub fn aliases(&self, place: Place<'tcx>) -> &PlaceSet<'tcx> { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HashSet` [INFO] [stdout] --> src/mir/aliases.rs:356:25 [INFO] [stdout] | [INFO] [stdout] 356 | let mut aliases = HashSet::default(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashSet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Region` in this scope [INFO] [stdout] --> src/mir/aliases.rs:369:21 [INFO] [stdout] | [INFO] [stdout] 369 | TyKind::Ref(Region(Interned(RegionKind::ReVar(region), _)), ty, _) => { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Interned` in this scope [INFO] [stdout] --> src/mir/aliases.rs:369:28 [INFO] [stdout] | [INFO] [stdout] 369 | TyKind::Ref(Region(Interned(RegionKind::ReVar(region), _)), ty, _) => { [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:405:33 [INFO] [stdout] | [INFO] [stdout] 405 | pub fn children(&self, place: Place<'tcx>) -> PlaceSet<'tcx> { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HashSet` [INFO] [stdout] --> src/mir/aliases.rs:406:5 [INFO] [stdout] | [INFO] [stdout] 406 | HashSet::from_iter(place.interior_places(self.tcx, self.body, self.def_id)) [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashSet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/aliases.rs:409:34 [INFO] [stdout] | [INFO] [stdout] 409 | 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:426:41 [INFO] [stdout] | [INFO] [stdout] 426 | pub fn reachable_values(&self, place: Place<'tcx>, shallow: bool) -> &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:447:28 [INFO] [stdout] | [INFO] [stdout] 447 | 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:447:41 [INFO] [stdout] | [INFO] [stdout] 447 | 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:448:12 [INFO] [stdout] | [INFO] [stdout] 448 | 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:449:31 [INFO] [stdout] | [INFO] [stdout] 449 | ) -> 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 `TyCtxt` in this scope [INFO] [stdout] --> src/mir/aliases.rs:455:8 [INFO] [stdout] | [INFO] [stdout] 455 | tcx: TyCtxt<'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/aliases.rs:456:10 [INFO] [stdout] | [INFO] [stdout] 456 | body: &Body<'tcx>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HashMap` in this scope [INFO] [stdout] --> src/mir/aliases.rs:457:24 [INFO] [stdout] | [INFO] [stdout] 457 | region_to_pointers: &HashMap, Mutability)>>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RegionVid` in this scope [INFO] [stdout] --> src/mir/aliases.rs:457:32 [INFO] [stdout] | [INFO] [stdout] 454 | pub fn generate_conservative_constraints<'tcx>( [INFO] [stdout] | - help: you might be missing a type parameter: `, RegionVid` [INFO] [stdout] ... [INFO] [stdout] 457 | region_to_pointers: &HashMap, 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:457:48 [INFO] [stdout] | [INFO] [stdout] 457 | 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:457:61 [INFO] [stdout] | [INFO] [stdout] 454 | pub fn generate_conservative_constraints<'tcx>( [INFO] [stdout] | - help: you might be missing a type parameter: `, Mutability` [INFO] [stdout] ... [INFO] [stdout] 457 | region_to_pointers: &HashMap, Mutability)>>, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RegionVid` in this scope [INFO] [stdout] --> src/mir/aliases.rs:458:11 [INFO] [stdout] | [INFO] [stdout] 454 | pub fn generate_conservative_constraints<'tcx>( [INFO] [stdout] | - help: you might be missing a type parameter: `, RegionVid` [INFO] [stdout] ... [INFO] [stdout] 458 | ) -> Vec<(RegionVid, RegionVid)> { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RegionVid` in this scope [INFO] [stdout] --> src/mir/aliases.rs:458:22 [INFO] [stdout] | [INFO] [stdout] 454 | pub fn generate_conservative_constraints<'tcx>( [INFO] [stdout] | - help: you might be missing a type parameter: `, RegionVid` [INFO] [stdout] ... [INFO] [stdout] 458 | ) -> Vec<(RegionVid, RegionVid)> { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Providers` in this scope [INFO] [stdout] --> src/mir/borrowck_facts.rs:18:15 [INFO] [stdout] | [INFO] [stdout] 18 | local: &mut Providers, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ExternProviders` in this scope [INFO] [stdout] --> src/mir/borrowck_facts.rs:19:19 [INFO] [stdout] | [INFO] [stdout] 19 | _external: &mut ExternProviders, [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/mir/borrowck_facts.rs:25:28 [INFO] [stdout] | [INFO] [stdout] 25 | static MIR_BODIES: Cache> = Cache::default(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BodyWithBorrowckFacts` in this scope [INFO] [stdout] --> src/mir/borrowck_facts.rs:25:40 [INFO] [stdout] | [INFO] [stdout] 25 | static MIR_BODIES: Cache> = Cache::default(); [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/mir/borrowck_facts.rs:28:28 [INFO] [stdout] | [INFO] [stdout] 28 | fn mir_borrowck<'tcx>(tcx: TyCtxt<'tcx>, def_id: LocalDefId) -> mir_borrowck<'tcx> { [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/mir/borrowck_facts.rs:28:50 [INFO] [stdout] | [INFO] [stdout] 28 | fn mir_borrowck<'tcx>(tcx: TyCtxt<'tcx>, def_id: LocalDefId) -> mir_borrowck<'tcx> { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0573]: expected type, found function `mir_borrowck` [INFO] [stdout] --> src/mir/borrowck_facts.rs:28:65 [INFO] [stdout] | [INFO] [stdout] 28 | fn mir_borrowck<'tcx>(tcx: TyCtxt<'tcx>, def_id: LocalDefId) -> mir_borrowck<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not a type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BodyWithBorrowckFacts` in this scope [INFO] [stdout] --> src/mir/borrowck_facts.rs:43:24 [INFO] [stdout] | [INFO] [stdout] 43 | let body_with_facts: BodyWithBorrowckFacts<'static> = [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/mir/borrowck_facts.rs:56:8 [INFO] [stdout] | [INFO] [stdout] 56 | tcx: TyCtxt<'tcx>, [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/mir/borrowck_facts.rs:57:11 [INFO] [stdout] | [INFO] [stdout] 57 | def_id: LocalDefId, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BodyWithBorrowckFacts` in this scope [INFO] [stdout] --> src/mir/borrowck_facts.rs:58:12 [INFO] [stdout] | [INFO] [stdout] 58 | ) -> &'tcx BodyWithBorrowckFacts<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BodyWithBorrowckFacts` in this scope [INFO] [stdout] --> src/mir/borrowck_facts.rs:64:10 [INFO] [stdout] | [INFO] [stdout] 64 | &BodyWithBorrowckFacts<'static>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BodyWithBorrowckFacts` in this scope [INFO] [stdout] --> src/mir/borrowck_facts.rs:65:15 [INFO] [stdout] | [INFO] [stdout] 65 | &'tcx BodyWithBorrowckFacts<'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/control_dependencies.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | body: 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:14 [INFO] [stdout] | [INFO] [stdout] 15 | exit_node: BasicBlock, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BitSet` in this scope [INFO] [stdout] --> src/mir/control_dependencies.rs:16:13 [INFO] [stdout] | [INFO] [stdout] 16 | exit_set: BitSet, [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:20 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct BodyReversed<'tcx> { [INFO] [stdout] | - help: you might be missing a type parameter: `, BasicBlock` [INFO] [stdout] ... [INFO] [stdout] 16 | exit_set: BitSet, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BitSet` in this scope [INFO] [stdout] --> src/mir/control_dependencies.rs:17:16 [INFO] [stdout] | [INFO] [stdout] 17 | unreachable: BitSet, [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:17:23 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct BodyReversed<'tcx> { [INFO] [stdout] | - help: you might be missing a type parameter: `, BasicBlock` [INFO] [stdout] ... [INFO] [stdout] 17 | 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:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | 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:22:30 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn compute_post_dominators( [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 21 | body: Body, [INFO] [stdout] 22 | ) -> (dominators::Dominators, 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:52:15 [INFO] [stdout] | [INFO] [stdout] 52 | type Node = 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:79:15 [INFO] [stdout] | [INFO] [stdout] 79 | 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:80:39 [INFO] [stdout] | [INFO] [stdout] 78 | impl graph::GraphSuccessors<'graph> for BodyReversed<'_> { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 79 | type Item = BasicBlock; [INFO] [stdout] 80 | type Iter = Box + 'graph>; [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:84:15 [INFO] [stdout] | [INFO] [stdout] 84 | 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:85:39 [INFO] [stdout] | [INFO] [stdout] 83 | impl graph::GraphPredecessors<'graph> for BodyReversed<'_> { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 84 | type Item = BasicBlock; [INFO] [stdout] 85 | type Iter = Box + 'graph>; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SparseBitMatrix` in this scope [INFO] [stdout] --> src/mir/control_dependencies.rs:106:32 [INFO] [stdout] | [INFO] [stdout] 106 | pub struct ControlDependencies(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:106:48 [INFO] [stdout] | [INFO] [stdout] 106 | 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:106:60 [INFO] [stdout] | [INFO] [stdout] 106 | 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:136:22 [INFO] [stdout] | [INFO] [stdout] 136 | pub fn build(body: Body) -> Self { [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:191:37 [INFO] [stdout] | [INFO] [stdout] 191 | 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 `HybridBitSet` in this scope [INFO] [stdout] --> src/mir/control_dependencies.rs:191:60 [INFO] [stdout] | [INFO] [stdout] 191 | 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:191:73 [INFO] [stdout] | [INFO] [stdout] 132 | impl ControlDependencies { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 191 | pub fn dependent_on(&self, block: BasicBlock) -> Option<&HybridBitSet> { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Analysis` in this scope [INFO] [stdout] --> src/mir/engine.rs:30:37 [INFO] [stdout] | [INFO] [stdout] 30 | pub struct AnalysisResults<'tcx, A: Analysis<'tcx>> { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IndexVec` in this scope [INFO] [stdout] --> src/mir/engine.rs:33:10 [INFO] [stdout] | [INFO] [stdout] 33 | state: IndexVec, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Analysis` in this scope [INFO] [stdout] --> src/mir/engine.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | impl> AnalysisResults<'tcx, A> { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `ResultsVisitor` in this scope [INFO] [stdout] --> src/mir/engine.rs:39:8 [INFO] [stdout] | [INFO] [stdout] 39 | V: ResultsVisitor<'mir, 'tcx, FlowState = A::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/mir/engine.rs:37:59 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn visit_reachable_with<'mir, V>(&self, body: &'mir Body<'tcx>, visitor: &mut V) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Location` in this scope [INFO] [stdout] --> src/mir/engine.rs:43:24 [INFO] [stdout] | [INFO] [stdout] 43 | let location = Location { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 14 | use core::panic::Location; [INFO] [stdout] | [INFO] [stdout] 14 | 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/engine.rs:71:36 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn state_at(&self, location: Location) -> &A::Domain { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 14 | use core::panic::Location; [INFO] [stdout] | [INFO] [stdout] 14 | use std::panic::Location; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Analysis` in this scope [INFO] [stdout] --> src/mir/engine.rs:76:37 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn iterate_to_fixpoint<'tcx, A: Analysis<'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/mir/engine.rs:77:9 [INFO] [stdout] | [INFO] [stdout] 77 | _tcx: TyCtxt<'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/engine.rs:78:10 [INFO] [stdout] | [INFO] [stdout] 78 | body: &Body<'tcx>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WorkQueue` in this scope [INFO] [stdout] --> src/mir/engine.rs:92:24 [INFO] [stdout] | [INFO] [stdout] 92 | let mut dirty_queue: WorkQueue = WorkQueue::with_none(num_locs); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Location` in this scope [INFO] [stdout] --> src/mir/engine.rs:96:51 [INFO] [stdout] | [INFO] [stdout] 96 | dirty_queue.insert(location_domain.index(&Location { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 14 | use core::panic::Location; [INFO] [stdout] | [INFO] [stdout] 14 | use std::panic::Location; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Location` in this scope [INFO] [stdout] --> src/mir/engine.rs:115:24 [INFO] [stdout] | [INFO] [stdout] 115 | .map(|block| Location { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 14 | use core::panic::Location; [INFO] [stdout] | [INFO] [stdout] 14 | 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/utils.rs:39:32 [INFO] [stdout] | [INFO] [stdout] 39 | 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:42:27 [INFO] [stdout] | [INFO] [stdout] 42 | impl 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:43:32 [INFO] [stdout] | [INFO] [stdout] 43 | 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:52:19 [INFO] [stdout] | [INFO] [stdout] 52 | args: &[(usize, Place<'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/mir/utils.rs:53:8 [INFO] [stdout] | [INFO] [stdout] 53 | tcx: TyCtxt<'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:54:10 [INFO] [stdout] | [INFO] [stdout] 54 | body: &Body<'tcx>, [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/mir/utils.rs:55:11 [INFO] [stdout] | [INFO] [stdout] 55 | def_id: DefId, [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:56:18 [INFO] [stdout] | [INFO] [stdout] 56 | ) -> 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:78:33 [INFO] [stdout] | [INFO] [stdout] 78 | 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:78:64 [INFO] [stdout] | [INFO] [stdout] 78 | 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 `HashMap` in this scope [INFO] [stdout] --> src/mir/utils.rs:87:11 [INFO] [stdout] | [INFO] [stdout] 87 | mut h1: HashMap, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HashMap` in this scope [INFO] [stdout] --> src/mir/utils.rs:88:7 [INFO] [stdout] | [INFO] [stdout] 88 | h2: HashMap, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HashMap` in this scope [INFO] [stdout] --> src/mir/utils.rs:90:6 [INFO] [stdout] | [INFO] [stdout] 90 | ) -> HashMap { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/utils.rs:117:25 [INFO] [stdout] | [INFO] [stdout] 117 | pub fn of(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:117:51 [INFO] [stdout] | [INFO] [stdout] 117 | pub fn of(part_place: Place<'tcx>, whole_place: Place<'tcx>) -> Self { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Field` in this scope [INFO] [stdout] --> src/mir/utils.rs:131:12 [INFO] [stdout] | [INFO] [stdout] 131 | (Field(f1, _), Field(f2, _)) => f1 == f2, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Field` in this scope [INFO] [stdout] --> src/mir/utils.rs:131:26 [INFO] [stdout] | [INFO] [stdout] 131 | (Field(f1, _), Field(f2, _)) => f1 == f2, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Index` in this scope [INFO] [stdout] --> src/mir/utils.rs:132:12 [INFO] [stdout] | [INFO] [stdout] 132 | (Index(_), Index(_)) => true, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Index` in this scope [INFO] [stdout] --> src/mir/utils.rs:132:22 [INFO] [stdout] | [INFO] [stdout] 132 | (Index(_), Index(_)) => true, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ConstantIndex` in this scope [INFO] [stdout] --> src/mir/utils.rs:133:12 [INFO] [stdout] | [INFO] [stdout] 133 | (ConstantIndex { .. }, ConstantIndex { .. }) => true, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ConstantIndex` in this scope [INFO] [stdout] --> src/mir/utils.rs:133:34 [INFO] [stdout] | [INFO] [stdout] 133 | (ConstantIndex { .. }, ConstantIndex { .. }) => true, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Subslice` in this scope [INFO] [stdout] --> src/mir/utils.rs:134:12 [INFO] [stdout] | [INFO] [stdout] 134 | (Subslice { .. }, Subslice { .. }) => true, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Subslice` in this scope [INFO] [stdout] --> src/mir/utils.rs:134:29 [INFO] [stdout] | [INFO] [stdout] 134 | (Subslice { .. }, Subslice { .. }) => true, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Downcast` in this scope [INFO] [stdout] --> src/mir/utils.rs:135:12 [INFO] [stdout] | [INFO] [stdout] 135 | (Downcast(_, v1), Downcast(_, v2)) => v1 == v2, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Downcast` in this scope [INFO] [stdout] --> src/mir/utils.rs:135:29 [INFO] [stdout] | [INFO] [stdout] 135 | (Downcast(_, v1), Downcast(_, v2)) => v1 == v2, [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/mir/utils.rs:167:12 [INFO] [stdout] | [INFO] [stdout] 167 | pub tcx: TyCtxt<'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:168:20 [INFO] [stdout] | [INFO] [stdout] 168 | 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:168:40 [INFO] [stdout] | [INFO] [stdout] 168 | pub places: Vec<(Place<'tcx>, Option>)>, [INFO] [stdout] | ^^^^^^^^^ help: a trait with a similar name exists: `PlaceExt` [INFO] [stdout] ... [INFO] [stdout] 278 | pub trait PlaceExt<'tcx> { [INFO] [stdout] | ------------------------ similarly named trait `PlaceExt` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Visitor` in this scope [INFO] [stdout] --> src/mir/utils.rs:171:6 [INFO] [stdout] | [INFO] [stdout] 171 | impl Visitor<'tcx> for PlaceCollector<'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:174:13 [INFO] [stdout] | [INFO] [stdout] 174 | place: &Place<'tcx>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceContext` in this scope [INFO] [stdout] --> src/mir/utils.rs:175:15 [INFO] [stdout] | [INFO] [stdout] 175 | _context: PlaceContext, [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:176:16 [INFO] [stdout] | [INFO] [stdout] 176 | _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:181:39 [INFO] [stdout] | [INFO] [stdout] 181 | 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:181:63 [INFO] [stdout] | [INFO] [stdout] 181 | 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[E0405]: cannot find trait `Analysis` in this scope [INFO] [stdout] --> src/mir/utils.rs:230:6 [INFO] [stdout] | [INFO] [stdout] 230 | A: Analysis<'tcx>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `DebugWithContext` in this scope [INFO] [stdout] --> src/mir/utils.rs:231:14 [INFO] [stdout] | [INFO] [stdout] 231 | A::Domain: DebugWithContext, [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:224:10 [INFO] [stdout] | [INFO] [stdout] 224 | body: &Body<'tcx>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Results` in this scope [INFO] [stdout] --> src/mir/utils.rs:225:13 [INFO] [stdout] | [INFO] [stdout] 225 | results: &Results<'tcx, A>, [INFO] [stdout] | ^^^^^^^ help: a type alias with a similar name exists: `Result` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.55/src/lib.rs:449:1 [INFO] [stdout] | [INFO] [stdout] 449 | pub type Result = core::result::Result; [INFO] [stdout] | ----------------------------------------------------------- similarly named type alias `Result` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DefId` in this scope [INFO] [stdout] --> src/mir/utils.rs:226:12 [INFO] [stdout] | [INFO] [stdout] 226 | _def_id: DefId, [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/mir/utils.rs:227:9 [INFO] [stdout] | [INFO] [stdout] 227 | _tcx: TyCtxt<'tcx>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `graphviz` [INFO] [stdout] --> src/mir/utils.rs:234:15 [INFO] [stdout] | [INFO] [stdout] 234 | graphviz::Formatter::new(body, results, graphviz::OutputStyle::AfterOnly); [INFO] [stdout] | ^^^^^^^^^ not found in `graphviz` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Formatter; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Formatter; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Location` in this scope [INFO] [stdout] --> src/mir/utils.rs:246:37 [INFO] [stdout] | [INFO] [stdout] 246 | 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:246:54 [INFO] [stdout] | [INFO] [stdout] 246 | pub fn location_to_string(location: Location, body: &Body<'_>) -> String { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `MirPass` in this scope [INFO] [stdout] --> src/mir/utils.rs:254:6 [INFO] [stdout] | [INFO] [stdout] 254 | impl MirPass<'tcx> for SimplifyMir { [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/mir/utils.rs:255:28 [INFO] [stdout] | [INFO] [stdout] 255 | 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 `Body` in this scope [INFO] [stdout] --> src/mir/utils.rs:255:53 [INFO] [stdout] | [INFO] [stdout] 255 | 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:279:18 [INFO] [stdout] | [INFO] [stdout] 279 | 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:279:39 [INFO] [stdout] | [INFO] [stdout] 279 | 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 `TyCtxt` in this scope [INFO] [stdout] --> src/mir/utils.rs:279:62 [INFO] [stdout] | [INFO] [stdout] 279 | 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:280:22 [INFO] [stdout] | [INFO] [stdout] 280 | 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 `TyCtxt` in this scope [INFO] [stdout] --> src/mir/utils.rs:280:43 [INFO] [stdout] | [INFO] [stdout] 280 | 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:281:24 [INFO] [stdout] | [INFO] [stdout] 281 | 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 `TyCtxt` in this scope [INFO] [stdout] --> src/mir/utils.rs:281:36 [INFO] [stdout] | [INFO] [stdout] 281 | 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:282:27 [INFO] [stdout] | [INFO] [stdout] 282 | 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:283:30 [INFO] [stdout] | [INFO] [stdout] 283 | 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 `SmallVec` in this scope [INFO] [stdout] --> src/mir/utils.rs:284:35 [INFO] [stdout] | [INFO] [stdout] 284 | 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 `PlaceRef` in this scope [INFO] [stdout] --> src/mir/utils.rs:284:46 [INFO] [stdout] | [INFO] [stdout] 284 | 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:284:64 [INFO] [stdout] | [INFO] [stdout] 284 | 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 `TyCtxt` in this scope [INFO] [stdout] --> src/mir/utils.rs:285:47 [INFO] [stdout] | [INFO] [stdout] 285 | fn place_and_refs_in_projection(&self, tcx: TyCtxt<'tcx>) [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SmallVec` in this scope [INFO] [stdout] --> src/mir/utils.rs:286:8 [INFO] [stdout] | [INFO] [stdout] 286 | -> SmallVec<[Place<'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:286:18 [INFO] [stdout] | [INFO] [stdout] 286 | -> SmallVec<[Place<'tcx>; 2]>; [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/mir/utils.rs:289:10 [INFO] [stdout] | [INFO] [stdout] 289 | tcx: TyCtxt<'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:290:12 [INFO] [stdout] | [INFO] [stdout] 290 | body: &Body<'tcx>, [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/mir/utils.rs:291:13 [INFO] [stdout] | [INFO] [stdout] 291 | def_id: DefId, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HashMap` in this scope [INFO] [stdout] --> src/mir/utils.rs:293:8 [INFO] [stdout] | [INFO] [stdout] 293 | ) -> HashMap, Mutability)>>; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RegionVid` in this scope [INFO] [stdout] --> src/mir/utils.rs:293:16 [INFO] [stdout] | [INFO] [stdout] 278 | pub trait PlaceExt<'tcx> { [INFO] [stdout] | - help: you might be missing a type parameter: `, RegionVid` [INFO] [stdout] ... [INFO] [stdout] 293 | ) -> HashMap, 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/utils.rs:293:32 [INFO] [stdout] | [INFO] [stdout] 293 | ) -> 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:293:45 [INFO] [stdout] | [INFO] [stdout] 278 | pub trait PlaceExt<'tcx> { [INFO] [stdout] | - help: you might be missing a type parameter: `, Mutability` [INFO] [stdout] ... [INFO] [stdout] 293 | ) -> HashMap, Mutability)>>; [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/mir/utils.rs:296:10 [INFO] [stdout] | [INFO] [stdout] 296 | tcx: TyCtxt<'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:297:12 [INFO] [stdout] | [INFO] [stdout] 297 | body: &Body<'tcx>, [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/mir/utils.rs:298:13 [INFO] [stdout] | [INFO] [stdout] 298 | def_id: DefId, [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:299:12 [INFO] [stdout] | [INFO] [stdout] 299 | ) -> 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/mir/utils.rs:300:28 [INFO] [stdout] | [INFO] [stdout] 300 | 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 `Body` in this scope [INFO] [stdout] --> src/mir/utils.rs:300:49 [INFO] [stdout] | [INFO] [stdout] 300 | 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 `TyCtxt` in this scope [INFO] [stdout] --> src/mir/utils.rs:301:28 [INFO] [stdout] | [INFO] [stdout] 301 | 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 `DefId` in this scope [INFO] [stdout] --> src/mir/utils.rs:301:50 [INFO] [stdout] | [INFO] [stdout] 301 | 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:301:60 [INFO] [stdout] | [INFO] [stdout] 301 | 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:304:25 [INFO] [stdout] | [INFO] [stdout] 304 | impl 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:305:18 [INFO] [stdout] | [INFO] [stdout] 305 | 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:305:39 [INFO] [stdout] | [INFO] [stdout] 278 | pub trait PlaceExt<'tcx> { [INFO] [stdout] | ------------------------ similarly named trait `PlaceExt` defined here [INFO] [stdout] ... [INFO] [stdout] 305 | 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 `TyCtxt` in this scope [INFO] [stdout] --> src/mir/utils.rs:305:62 [INFO] [stdout] | [INFO] [stdout] 305 | 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[E0422]: cannot find struct, variant or union type `Place` in this scope [INFO] [stdout] --> src/mir/utils.rs:306:5 [INFO] [stdout] | [INFO] [stdout] 306 | Place { [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:312:22 [INFO] [stdout] | [INFO] [stdout] 312 | 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 `TyCtxt` in this scope [INFO] [stdout] --> src/mir/utils.rs:312:43 [INFO] [stdout] | [INFO] [stdout] 312 | 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:316:24 [INFO] [stdout] | [INFO] [stdout] 316 | 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 `TyCtxt` in this scope [INFO] [stdout] --> src/mir/utils.rs:316:36 [INFO] [stdout] | [INFO] [stdout] 316 | 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:320:27 [INFO] [stdout] | [INFO] [stdout] 320 | 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:325:30 [INFO] [stdout] | [INFO] [stdout] 325 | 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 `SmallVec` in this scope [INFO] [stdout] --> src/mir/utils.rs:329:35 [INFO] [stdout] | [INFO] [stdout] 329 | 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 `PlaceRef` in this scope [INFO] [stdout] --> src/mir/utils.rs:329:46 [INFO] [stdout] | [INFO] [stdout] 329 | 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:329:64 [INFO] [stdout] | [INFO] [stdout] 278 | pub trait PlaceExt<'tcx> { [INFO] [stdout] | ------------------------ similarly named trait `PlaceExt` defined here [INFO] [stdout] ... [INFO] [stdout] 329 | 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[E0422]: cannot find struct, variant or union type `PlaceRef` in this scope [INFO] [stdout] --> src/mir/utils.rs:336:21 [INFO] [stdout] | [INFO] [stdout] 336 | let ptr = PlaceRef { [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/mir/utils.rs:350:10 [INFO] [stdout] | [INFO] [stdout] 350 | tcx: TyCtxt<'tcx>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SmallVec` in this scope [INFO] [stdout] --> src/mir/utils.rs:351:8 [INFO] [stdout] | [INFO] [stdout] 351 | ) -> SmallVec<[Place<'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:351:18 [INFO] [stdout] | [INFO] [stdout] 351 | ) -> SmallVec<[Place<'tcx>; 2]> { [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/mir/utils.rs:364:10 [INFO] [stdout] | [INFO] [stdout] 364 | tcx: TyCtxt<'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:365:12 [INFO] [stdout] | [INFO] [stdout] 365 | body: &Body<'tcx>, [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/mir/utils.rs:366:13 [INFO] [stdout] | [INFO] [stdout] 366 | def_id: DefId, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HashMap` in this scope [INFO] [stdout] --> src/mir/utils.rs:368:8 [INFO] [stdout] | [INFO] [stdout] 368 | ) -> HashMap, Mutability)>> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RegionVid` in this scope [INFO] [stdout] --> src/mir/utils.rs:368:16 [INFO] [stdout] | [INFO] [stdout] 304 | impl PlaceExt<'tcx> for Place<'tcx> { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 368 | ) -> HashMap, 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/utils.rs:368:32 [INFO] [stdout] | [INFO] [stdout] 368 | ) -> 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:368:45 [INFO] [stdout] | [INFO] [stdout] 304 | impl PlaceExt<'tcx> for Place<'tcx> { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 368 | ) -> HashMap, Mutability)>> { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HashMap` [INFO] [stdout] --> src/mir/utils.rs:376:16 [INFO] [stdout] | [INFO] [stdout] 376 | regions: HashMap::default(), [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyCtxt` in this scope [INFO] [stdout] --> src/mir/utils.rs:391:10 [INFO] [stdout] | [INFO] [stdout] 391 | tcx: TyCtxt<'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:392:12 [INFO] [stdout] | [INFO] [stdout] 392 | body: &Body<'tcx>, [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/mir/utils.rs:393:13 [INFO] [stdout] | [INFO] [stdout] 393 | def_id: DefId, [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:394:12 [INFO] [stdout] | [INFO] [stdout] 394 | ) -> Vec> { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HashMap` [INFO] [stdout] --> src/mir/utils.rs:402:16 [INFO] [stdout] | [INFO] [stdout] 402 | regions: HashMap::default(), [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HashSet` [INFO] [stdout] --> src/mir/utils.rs:403:20 [INFO] [stdout] | [INFO] [stdout] 403 | places: Some(HashSet::default()), [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashSet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyCtxt` in this scope [INFO] [stdout] --> src/mir/utils.rs:411:28 [INFO] [stdout] | [INFO] [stdout] 411 | 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 `Body` in this scope [INFO] [stdout] --> src/mir/utils.rs:411:49 [INFO] [stdout] | [INFO] [stdout] 411 | 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[E0425]: cannot find value `RETURN_PLACE` in this scope [INFO] [stdout] --> src/mir/utils.rs:412:39 [INFO] [stdout] | [INFO] [stdout] 412 | let local_name = if self.local == RETURN_PLACE { [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:430:35 [INFO] [stdout] | [INFO] [stdout] 430 | |s: String, (place, elem): (PlaceRef<'tcx>, PlaceElem<'tcx>)| match elem { [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:430:51 [INFO] [stdout] | [INFO] [stdout] 278 | pub trait PlaceExt<'tcx> { [INFO] [stdout] | ------------------------ similarly named trait `PlaceExt` defined here [INFO] [stdout] ... [INFO] [stdout] 430 | |s: String, (place, elem): (PlaceRef<'tcx>, PlaceElem<'tcx>)| match elem { [INFO] [stdout] | ^^^^^^^^^ help: a trait with a similar name exists: `PlaceExt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyCtxt` in this scope [INFO] [stdout] --> src/mir/utils.rs:462:28 [INFO] [stdout] | [INFO] [stdout] 462 | 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 `DefId` in this scope [INFO] [stdout] --> src/mir/utils.rs:462:50 [INFO] [stdout] | [INFO] [stdout] 462 | 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:462:60 [INFO] [stdout] | [INFO] [stdout] 462 | 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 `TyCtxt` in this scope [INFO] [stdout] --> src/mir/utils.rs:507:8 [INFO] [stdout] | [INFO] [stdout] 507 | tcx: TyCtxt<'tcx>, [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/mir/utils.rs:508:11 [INFO] [stdout] | [INFO] [stdout] 508 | def_id: DefId, [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:509:10 [INFO] [stdout] | [INFO] [stdout] 509 | 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:510:20 [INFO] [stdout] | [INFO] [stdout] 278 | pub trait PlaceExt<'tcx> { [INFO] [stdout] | ------------------------ similarly named trait `PlaceExt` defined here [INFO] [stdout] ... [INFO] [stdout] 510 | 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 `Ty` in this scope [INFO] [stdout] --> src/mir/utils.rs:511:17 [INFO] [stdout] | [INFO] [stdout] 511 | ty_stack: Vec>, [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HashSet` in this scope [INFO] [stdout] --> src/mir/utils.rs:512:18 [INFO] [stdout] | [INFO] [stdout] 512 | places: Option>>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashSet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Place` in this scope [INFO] [stdout] --> src/mir/utils.rs:512:26 [INFO] [stdout] | [INFO] [stdout] 512 | places: Option>>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HashSet` in this scope [INFO] [stdout] --> src/mir/utils.rs:513:17 [INFO] [stdout] | [INFO] [stdout] 513 | types: Option>>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashSet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ty` in this scope [INFO] [stdout] --> src/mir/utils.rs:513:25 [INFO] [stdout] | [INFO] [stdout] 513 | types: Option>>, [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HashMap` in this scope [INFO] [stdout] --> src/mir/utils.rs:514:12 [INFO] [stdout] | [INFO] [stdout] 514 | regions: HashMap, Mutability)>>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RegionVid` in this scope [INFO] [stdout] --> src/mir/utils.rs:514:20 [INFO] [stdout] | [INFO] [stdout] 506 | struct CollectRegions<'tcx> { [INFO] [stdout] | - help: you might be missing a type parameter: `, RegionVid` [INFO] [stdout] ... [INFO] [stdout] 514 | regions: HashMap, 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/utils.rs:514:36 [INFO] [stdout] | [INFO] [stdout] 514 | 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:514:49 [INFO] [stdout] | [INFO] [stdout] 506 | struct CollectRegions<'tcx> { [INFO] [stdout] | - help: you might be missing a type parameter: `, Mutability` [INFO] [stdout] ... [INFO] [stdout] 514 | regions: HashMap, Mutability)>>, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `TypeVisitor` in this scope [INFO] [stdout] --> src/mir/utils.rs:518:6 [INFO] [stdout] | [INFO] [stdout] 518 | impl TypeVisitor<'tcx> for CollectRegions<'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/mir/utils.rs:519:30 [INFO] [stdout] | [INFO] [stdout] 519 | fn visit_ty(&mut self, ty: Ty<'tcx>) -> ControlFlow { [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:680:44 [INFO] [stdout] | [INFO] [stdout] 680 | 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:685:46 [INFO] [stdout] | [INFO] [stdout] 685 | 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:690:39 [INFO] [stdout] | [INFO] [stdout] 690 | 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:691:39 [INFO] [stdout] | [INFO] [stdout] 691 | 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 `HashMap` in this scope [INFO] [stdout] --> src/mir/utils.rs:693:36 [INFO] [stdout] | [INFO] [stdout] 693 | fn debug_info_name_map(&self) -> HashMap; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Local` in this scope [INFO] [stdout] --> src/mir/utils.rs:693:44 [INFO] [stdout] | [INFO] [stdout] 679 | pub trait BodyExt<'tcx> { [INFO] [stdout] | - help: you might be missing a type parameter: `, Local` [INFO] [stdout] ... [INFO] [stdout] 693 | 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 `Symbol` in this scope [INFO] [stdout] --> src/mir/utils.rs:693:51 [INFO] [stdout] | [INFO] [stdout] 679 | pub trait BodyExt<'tcx> { [INFO] [stdout] | - help: you might be missing a type parameter: `, Symbol` [INFO] [stdout] ... [INFO] [stdout] 693 | 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 `TyCtxt` in this scope [INFO] [stdout] --> src/mir/utils.rs:695:28 [INFO] [stdout] | [INFO] [stdout] 695 | fn to_string(&self, tcx: TyCtxt<'tcx>) -> Result; [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:698:24 [INFO] [stdout] | [INFO] [stdout] 698 | impl 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:702:26 [INFO] [stdout] | [INFO] [stdout] 702 | = 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[E0422]: cannot find struct, variant or union type `Location` in this scope [INFO] [stdout] --> src/mir/utils.rs:708:40 [INFO] [stdout] | [INFO] [stdout] 708 | TerminatorKind::Return => Some(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 `Location` in this scope [INFO] [stdout] --> src/mir/utils.rs:719:26 [INFO] [stdout] | [INFO] [stdout] 719 | = 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[E0422]: cannot find struct, variant or union type `Location` in this scope [INFO] [stdout] --> src/mir/utils.rs:725:69 [INFO] [stdout] | [INFO] [stdout] 725 | (0 .. data.statements.len() + 1).map(move |statement_index| 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 `Location` in this scope [INFO] [stdout] --> src/mir/utils.rs:732:45 [INFO] [stdout] | [INFO] [stdout] 732 | 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:733:39 [INFO] [stdout] | [INFO] [stdout] 733 | fn locations_in_block(&self, block: BasicBlock) -> Self::LocationsIter { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Location` in this scope [INFO] [stdout] --> src/mir/utils.rs:735:50 [INFO] [stdout] | [INFO] [stdout] 735 | (0 ..= num_stmts).map(move |statement_index| 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 `HashMap` in this scope [INFO] [stdout] --> src/mir/utils.rs:741:36 [INFO] [stdout] | [INFO] [stdout] 741 | fn debug_info_name_map(&self) -> HashMap { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use std::collections::HashMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Local` in this scope [INFO] [stdout] --> src/mir/utils.rs:741:44 [INFO] [stdout] | [INFO] [stdout] 698 | impl BodyExt<'tcx> for Body<'tcx> { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 741 | 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 `Symbol` in this scope [INFO] [stdout] --> src/mir/utils.rs:741:51 [INFO] [stdout] | [INFO] [stdout] 698 | impl BodyExt<'tcx> for Body<'tcx> { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 741 | 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 `TyCtxt` in this scope [INFO] [stdout] --> src/mir/utils.rs:752:28 [INFO] [stdout] | [INFO] [stdout] 752 | fn to_string(&self, tcx: TyCtxt<'tcx>) -> Result { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `write_mir_fn` in this scope [INFO] [stdout] --> src/mir/utils.rs:754:5 [INFO] [stdout] | [INFO] [stdout] 754 | write_mir_fn(tcx, self, &mut |_, _| Ok(()), &mut buffer)?; [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/mir/utils.rs:760:39 [INFO] [stdout] | [INFO] [stdout] 759 | pub trait SpanExt { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 760 | fn subtract(&self, child_spans: Vec) -> Vec; [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/mir/utils.rs:760:53 [INFO] [stdout] | [INFO] [stdout] 759 | pub trait SpanExt { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 760 | fn subtract(&self, child_spans: Vec) -> 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/mir/utils.rs:761:27 [INFO] [stdout] | [INFO] [stdout] 761 | fn as_local(&self, tcx: TyCtxt<'tcx>) -> Option; [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/mir/utils.rs:761:51 [INFO] [stdout] | [INFO] [stdout] 759 | pub trait SpanExt { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 760 | fn subtract(&self, child_spans: Vec) -> Vec; [INFO] [stdout] 761 | fn as_local(&self, tcx: TyCtxt<'tcx>) -> Option; [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/mir/utils.rs:762:39 [INFO] [stdout] | [INFO] [stdout] 762 | fn overlaps_inclusive(&self, other: Span) -> bool; [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/mir/utils.rs:763:29 [INFO] [stdout] | [INFO] [stdout] 763 | fn trim_end(&self, other: Span) -> Option; [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/mir/utils.rs:763:45 [INFO] [stdout] | [INFO] [stdout] 759 | pub trait SpanExt { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 763 | fn trim_end(&self, other: Span) -> Option; [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/mir/utils.rs:764:32 [INFO] [stdout] | [INFO] [stdout] 759 | pub trait SpanExt { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 764 | fn merge_overlaps(spans: Vec) -> Vec; [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/mir/utils.rs:764:46 [INFO] [stdout] | [INFO] [stdout] 759 | pub trait SpanExt { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 764 | fn merge_overlaps(spans: Vec) -> 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/mir/utils.rs:765:28 [INFO] [stdout] | [INFO] [stdout] 765 | fn to_string(&self, tcx: TyCtxt<'_>) -> String; [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/mir/utils.rs:769:18 [INFO] [stdout] | [INFO] [stdout] 769 | impl SpanExt for Span { [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/mir/utils.rs:770:29 [INFO] [stdout] | [INFO] [stdout] 770 | fn trim_end(&self, other: Span) -> Option { [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/mir/utils.rs:770:45 [INFO] [stdout] | [INFO] [stdout] 769 | impl SpanExt for Span { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 770 | fn trim_end(&self, other: Span) -> Option { [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/mir/utils.rs:786:43 [INFO] [stdout] | [INFO] [stdout] 769 | impl SpanExt for Span { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 786 | fn subtract(&self, mut child_spans: Vec) -> Vec { [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/mir/utils.rs:786:57 [INFO] [stdout] | [INFO] [stdout] 769 | impl SpanExt for Span { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 786 | fn subtract(&self, mut child_spans: Vec) -> 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/mir/utils.rs:814:27 [INFO] [stdout] | [INFO] [stdout] 814 | fn as_local(&self, tcx: TyCtxt<'_>) -> Option { [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/mir/utils.rs:814:49 [INFO] [stdout] | [INFO] [stdout] 769 | impl SpanExt for Span { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 814 | fn as_local(&self, tcx: TyCtxt<'_>) -> Option { [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/mir/utils.rs:831:39 [INFO] [stdout] | [INFO] [stdout] 831 | fn overlaps_inclusive(&self, other: Span) -> bool { [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/mir/utils.rs:837:36 [INFO] [stdout] | [INFO] [stdout] 769 | impl SpanExt for Span { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 837 | fn merge_overlaps(mut spans: Vec) -> Vec { [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/mir/utils.rs:837:50 [INFO] [stdout] | [INFO] [stdout] 769 | impl SpanExt for Span { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 837 | fn merge_overlaps(mut spans: Vec) -> 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/mir/utils.rs:862:28 [INFO] [stdout] | [INFO] [stdout] 862 | fn to_string(&self, tcx: TyCtxt<'_>) -> String { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SpanData` in this scope [INFO] [stdout] --> src/mir/utils.rs:885:22 [INFO] [stdout] | [INFO] [stdout] 885 | impl SpanDataExt for SpanData { [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/range.rs:19:27 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn qpath_to_span(tcx: TyCtxt, qpath: String) -> Result { [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/range.rs:19:60 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn qpath_to_span(tcx: TyCtxt, qpath: String) -> Result { [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 `TyCtxt` in this scope [INFO] [stdout] --> src/range.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | 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/range.rs:23:18 [INFO] [stdout] | [INFO] [stdout] 20 | struct Finder<'tcx> { [INFO] [stdout] | - help: you might be missing a type parameter: `, Span` [INFO] [stdout] ... [INFO] [stdout] 23 | span: Option, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Visitor` in this scope [INFO] [stdout] --> src/range.rs:26:8 [INFO] [stdout] | [INFO] [stdout] 26 | impl Visitor<'tcx> for Finder<'tcx> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BodyId` in this scope [INFO] [stdout] --> src/range.rs:27:41 [INFO] [stdout] | [INFO] [stdout] 27 | fn visit_nested_body(&mut self, id: BodyId) { [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/range.rs:41:8 [INFO] [stdout] | [INFO] [stdout] 41 | impl ItemLikeVisitor<'hir> for Finder<'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/range.rs:88:31 [INFO] [stdout] | [INFO] [stdout] 88 | spans: impl Iterator, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SourceMap` in this scope [INFO] [stdout] --> src/range.rs:89:16 [INFO] [stdout] | [INFO] [stdout] 89 | source_map: &SourceMap, [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/range.rs:97:26 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn from_span(span: Span, source_map: &SourceMap) -> Result { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SourceMap` in this scope [INFO] [stdout] --> src/range.rs:97:45 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn from_span(span: Span, source_map: &SourceMap) -> Result { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MappedReadGuard` in this scope [INFO] [stdout] --> src/range.rs:116:16 [INFO] [stdout] | [INFO] [stdout] 116 | files: &'a MappedReadGuard<'_, MonotonicVec>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MonotonicVec` in this scope [INFO] [stdout] --> src/range.rs:116:36 [INFO] [stdout] | [INFO] [stdout] 116 | files: &'a MappedReadGuard<'_, MonotonicVec>>, [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Lrc` in this scope [INFO] [stdout] --> src/range.rs:116:49 [INFO] [stdout] | [INFO] [stdout] 116 | files: &'a MappedReadGuard<'_, MonotonicVec>>, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SourceFile` in this scope [INFO] [stdout] --> src/range.rs:116:53 [INFO] [stdout] | [INFO] [stdout] 96 | impl Range { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 116 | files: &'a MappedReadGuard<'_, MonotonicVec>>, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SourceFile` in this scope [INFO] [stdout] --> src/range.rs:117:19 [INFO] [stdout] | [INFO] [stdout] 96 | impl Range { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 117 | ) -> Result<&'a SourceFile> { [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/range.rs:147:26 [INFO] [stdout] | [INFO] [stdout] 147 | fn to_span(&self, tcx: TyCtxt<'tcx>) -> Result; [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/range.rs:147:50 [INFO] [stdout] | [INFO] [stdout] 146 | pub trait ToSpan: Send + Sync { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 147 | fn to_span(&self, tcx: TyCtxt<'tcx>) -> Result; [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/range.rs:151:26 [INFO] [stdout] | [INFO] [stdout] 151 | fn to_span(&self, tcx: TyCtxt<'tcx>) -> Result { [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/range.rs:151:50 [INFO] [stdout] | [INFO] [stdout] 150 | impl ToSpan for Range { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 151 | fn to_span(&self, tcx: TyCtxt<'tcx>) -> Result { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `BytePos` in this scope [INFO] [stdout] --> src/range.rs:157:16 [INFO] [stdout] | [INFO] [stdout] 157 | offset + BytePos(self.start as u32), [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `BytePos` in this scope [INFO] [stdout] --> src/range.rs:158:16 [INFO] [stdout] | [INFO] [stdout] 158 | offset + BytePos(self.end as u32), [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/range.rs:169:26 [INFO] [stdout] | [INFO] [stdout] 169 | fn to_span(&self, tcx: TyCtxt<'tcx>) -> Result { [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/range.rs:169:50 [INFO] [stdout] | [INFO] [stdout] 168 | impl ToSpan for FunctionIdentifier { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 169 | fn to_span(&self, tcx: TyCtxt<'tcx>) -> Result { [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/source_map.rs:38:14 [INFO] [stdout] | [INFO] [stdout] 37 | struct ChildExprSpans<'tcx> { [INFO] [stdout] | - help: you might be missing a type parameter: `, Span` [INFO] [stdout] 38 | spans: 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/source_map.rs:39:8 [INFO] [stdout] | [INFO] [stdout] 39 | tcx: TyCtxt<'tcx>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `HirVisitor` in this scope [INFO] [stdout] --> src/source_map.rs:41:6 [INFO] [stdout] | [INFO] [stdout] 41 | impl HirVisitor<'hir> for ChildExprSpans<'_> { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SpanData` in this scope [INFO] [stdout] --> src/source_map.rs:77:9 [INFO] [stdout] | [INFO] [stdout] 77 | full: SpanData, [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/source_map.rs:78:14 [INFO] [stdout] | [INFO] [stdout] 76 | pub struct HirSpannedNode<'hir> { [INFO] [stdout] | - help: you might be missing a type parameter: `, Span` [INFO] [stdout] 77 | full: SpanData, [INFO] [stdout] 78 | outer: Vec, [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/source_map.rs:83:60 [INFO] [stdout] | [INFO] [stdout] 82 | impl HirSpannedNode<'_> { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 83 | fn get_spans(&self, span_type: EnclosingHirSpans) -> Vec { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `HirVisitor` in this scope [INFO] [stdout] --> src/source_map.rs:104:6 [INFO] [stdout] | [INFO] [stdout] 104 | impl HirVisitor<'hir> for HirSpanCollector<'_, '_, 'hir, '_> { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Stmt` in this scope [INFO] [stdout] --> src/source_map.rs:148:40 [INFO] [stdout] | [INFO] [stdout] 148 | fn visit_stmt(&mut self, stmt: &'hir Stmt<'hir>) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Param` in this scope [INFO] [stdout] --> src/source_map.rs:167:42 [INFO] [stdout] | [INFO] [stdout] 167 | fn visit_param(&mut self, param: &'hir Param<'hir>) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: there is an enum variant `core::fmt::rt::v1::Count::Param` and 1 other; try using the variant's enum [INFO] [stdout] | [INFO] [stdout] 167 | fn visit_param(&mut self, param: &'hir core::fmt::rt::v1::Count) { [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] 167 | fn visit_param(&mut self, param: &'hir std::fmt::rt::v1::Count) { [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SpanData` in this scope [INFO] [stdout] --> src/source_map.rs:189:13 [INFO] [stdout] | [INFO] [stdout] 189 | pub span: SpanData, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SpanData` in this scope [INFO] [stdout] --> src/source_map.rs:189:13 [INFO] [stdout] | [INFO] [stdout] 187 | pub struct MirSpannedPlace<'tcx> { [INFO] [stdout] | - help: you might be missing a type parameter: `, SpanData` [INFO] [stdout] 188 | pub place: mir::Place<'tcx>, [INFO] [stdout] 189 | pub span: SpanData, [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/source_map.rs:195:6 [INFO] [stdout] | [INFO] [stdout] 195 | impl MirVisitor<'tcx> for MirSpanCollector<'_, '_, '_, 'tcx> { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceContext` in this scope [INFO] [stdout] --> src/source_map.rs:199:14 [INFO] [stdout] | [INFO] [stdout] 199 | context: PlaceContext, [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/source_map.rs:297:18 [INFO] [stdout] | [INFO] [stdout] 297 | pub body_span: Span, [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/source_map.rs:298:18 [INFO] [stdout] | [INFO] [stdout] 298 | pub item_span: Span, [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/source_map.rs:299:8 [INFO] [stdout] | [INFO] [stdout] 299 | tcx: TyCtxt<'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/source_map.rs:307:19 [INFO] [stdout] | [INFO] [stdout] 307 | pub fn new(tcx: TyCtxt<'tcx>, body_id: BodyId, body: &'a Body<'tcx>) -> Self { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BodyId` in this scope [INFO] [stdout] --> src/source_map.rs:307:42 [INFO] [stdout] | [INFO] [stdout] 307 | pub fn new(tcx: TyCtxt<'tcx>, body_id: BodyId, body: &'a Body<'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/source_map.rs:307:60 [INFO] [stdout] | [INFO] [stdout] 307 | pub fn new(tcx: TyCtxt<'tcx>, body_id: BodyId, body: &'a Body<'tcx>) -> Self { [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/source_map.rs:336:36 [INFO] [stdout] | [INFO] [stdout] 336 | pub fn invalid_span(&self, span: Span) -> bool { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SpanData` in this scope [INFO] [stdout] --> src/source_map.rs:343:24 [INFO] [stdout] | [INFO] [stdout] 343 | predicate: impl Fn(SpanData) -> bool, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SpanData` in this scope [INFO] [stdout] --> src/source_map.rs:344:34 [INFO] [stdout] | [INFO] [stdout] 344 | spans: impl Iterator, [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/source_map.rs:358:12 [INFO] [stdout] | [INFO] [stdout] 303 | impl Spanner<'a, 'hir, 'tcx> [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 358 | ) -> Vec { [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/source_map.rs:431:34 [INFO] [stdout] | [INFO] [stdout] 431 | let format_spans = |spans: &[Span]| -> String { [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/source_map.rs:451:11 [INFO] [stdout] | [INFO] [stdout] 451 | span: Span, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Expr` in this scope [INFO] [stdout] --> src/source_map.rs:488:24 [INFO] [stdout] | [INFO] [stdout] 488 | fn expr_to_string(ex: &Expr) -> String { [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/source_map.rs:493:8 [INFO] [stdout] | [INFO] [stdout] 493 | 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/source_map.rs:494:16 [INFO] [stdout] | [INFO] [stdout] 492 | struct BodyFinder<'tcx> { [INFO] [stdout] | - help: you might be missing a type parameter: `, Span` [INFO] [stdout] 493 | tcx: TyCtxt<'tcx>, [INFO] [stdout] 494 | bodies: Vec<(Span, BodyId)>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BodyId` in this scope [INFO] [stdout] --> src/source_map.rs:494:22 [INFO] [stdout] | [INFO] [stdout] 492 | struct BodyFinder<'tcx> { [INFO] [stdout] | - help: you might be missing a type parameter: `, BodyId` [INFO] [stdout] 493 | tcx: TyCtxt<'tcx>, [INFO] [stdout] 494 | bodies: Vec<(Span, BodyId)>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `HirVisitor` in this scope [INFO] [stdout] --> src/source_map.rs:497:6 [INFO] [stdout] | [INFO] [stdout] 497 | impl HirVisitor<'tcx> for BodyFinder<'tcx> { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OnlyBodies` in this scope [INFO] [stdout] --> src/source_map.rs:498:23 [INFO] [stdout] | [INFO] [stdout] 498 | type NestedFilter = OnlyBodies; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BodyId` in this scope [INFO] [stdout] --> src/source_map.rs:504:39 [INFO] [stdout] | [INFO] [stdout] 504 | fn visit_nested_body(&mut self, id: BodyId) { [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/source_map.rs:532:6 [INFO] [stdout] | [INFO] [stdout] 532 | impl ItemLikeVisitor<'tcx> for BodyFinder<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Item` in this scope [INFO] [stdout] --> src/source_map.rs:533:40 [INFO] [stdout] | [INFO] [stdout] 533 | fn visit_item(&mut self, item: &'tcx Item<'tcx>) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImplItem` in this scope [INFO] [stdout] --> src/source_map.rs:537:50 [INFO] [stdout] | [INFO] [stdout] 537 | fn visit_impl_item(&mut self, impl_item: &'tcx ImplItem<'tcx>) { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TraitItem` in this scope [INFO] [stdout] --> src/source_map.rs:541:53 [INFO] [stdout] | [INFO] [stdout] 541 | fn visit_trait_item(&mut self, _trait_item: &'tcx TraitItem<'tcx>) {} [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ForeignItem` in this scope [INFO] [stdout] --> src/source_map.rs:542:57 [INFO] [stdout] | [INFO] [stdout] 542 | fn visit_foreign_item(&mut self, _foreign_item: &'tcx ForeignItem<'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/source_map.rs:545:25 [INFO] [stdout] | [INFO] [stdout] 545 | pub fn find_bodies(tcx: TyCtxt<'tcx>) -> Vec<(Span, BodyId)> { [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/source_map.rs:545:47 [INFO] [stdout] | [INFO] [stdout] 545 | pub fn find_bodies(tcx: TyCtxt<'tcx>) -> Vec<(Span, BodyId)> { [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 `BodyId` in this scope [INFO] [stdout] --> src/source_map.rs:545:53 [INFO] [stdout] | [INFO] [stdout] 545 | pub fn find_bodies(tcx: TyCtxt<'tcx>) -> Vec<(Span, BodyId)> { [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 `TyCtxt` in this scope [INFO] [stdout] --> src/source_map.rs:556:8 [INFO] [stdout] | [INFO] [stdout] 556 | 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/source_map.rs:557:7 [INFO] [stdout] | [INFO] [stdout] 557 | sp: Span, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BodyId` in this scope [INFO] [stdout] --> src/source_map.rs:558:27 [INFO] [stdout] | [INFO] [stdout] 558 | ) -> impl Iterator { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `FileLoader` in this scope [INFO] [stdout] --> src/test_utils.rs:23:6 [INFO] [stdout] | [INFO] [stdout] 23 | impl FileLoader for StringLoader { [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/test_utils.rs:48:35 [INFO] [stdout] | [INFO] [stdout] 48 | callback: impl for<'tcx> FnOnce(TyCtxt<'tcx>, BodyId, &BodyWithBorrowckFacts<'tcx>) + Send, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BodyId` in this scope [INFO] [stdout] --> src/test_utils.rs:48:49 [INFO] [stdout] | [INFO] [stdout] 48 | callback: impl for<'tcx> FnOnce(TyCtxt<'tcx>, BodyId, &BodyWithBorrowckFacts<'tcx>) + Send, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BodyWithBorrowckFacts` in this scope [INFO] [stdout] --> src/test_utils.rs:48:58 [INFO] [stdout] | [INFO] [stdout] 48 | callback: impl for<'tcx> FnOnce(TyCtxt<'tcx>, BodyId, &BodyWithBorrowckFacts<'tcx>) + Send, [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/test_utils.rs:64:35 [INFO] [stdout] | [INFO] [stdout] 64 | callback: impl for<'tcx> FnOnce(TyCtxt<'tcx>, BodyId, &BodyWithBorrowckFacts<'tcx>) + Send, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BodyId` in this scope [INFO] [stdout] --> src/test_utils.rs:64:49 [INFO] [stdout] | [INFO] [stdout] 64 | callback: impl for<'tcx> FnOnce(TyCtxt<'tcx>, BodyId, &BodyWithBorrowckFacts<'tcx>) + Send, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BodyWithBorrowckFacts` in this scope [INFO] [stdout] --> src/test_utils.rs:64:58 [INFO] [stdout] | [INFO] [stdout] 64 | callback: impl for<'tcx> FnOnce(TyCtxt<'tcx>, BodyId, &BodyWithBorrowckFacts<'tcx>) + Send, [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/test_utils.rs:85:64 [INFO] [stdout] | [INFO] [stdout] 85 | pub fn compile(input: impl Into, callback: impl FnOnce(TyCtxt<'_>) + Send) { [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/test_utils.rs:110:14 [INFO] [stdout] | [INFO] [stdout] 110 | Cb: FnOnce(TyCtxt<'_>), [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HashMap` in this scope [INFO] [stdout] --> src/test_utils.rs:129:21 [INFO] [stdout] | [INFO] [stdout] 129 | pub type RangeMap = HashMap<&'static str, Vec<(usize, usize)>>; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use std::collections::HashMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HashMap` in this scope [INFO] [stdout] --> src/test_utils.rs:145:19 [INFO] [stdout] | [INFO] [stdout] 145 | let mut ranges: HashMap<_, Vec<_>> = HashMap::default(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use std::collections::HashMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HashMap` [INFO] [stdout] --> src/test_utils.rs:145:40 [INFO] [stdout] | [INFO] [stdout] 145 | let mut ranges: HashMap<_, Vec<_>> = HashMap::default(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use std::collections::HashMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Span` in this scope [INFO] [stdout] --> src/test_utils.rs:188:47 [INFO] [stdout] | [INFO] [stdout] 188 | pub fn make_span((lo, hi): (usize, usize)) -> Span { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `BytePos` in this scope [INFO] [stdout] --> src/test_utils.rs:190:5 [INFO] [stdout] | [INFO] [stdout] 190 | BytePos(lo as u32), [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `BytePos` in this scope [INFO] [stdout] --> src/test_utils.rs:191:5 [INFO] [stdout] | [INFO] [stdout] 191 | BytePos(hi as u32), [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HashSet` in this scope [INFO] [stdout] --> src/test_utils.rs:197:57 [INFO] [stdout] | [INFO] [stdout] 197 | pub fn color_ranges(prog: &str, all_ranges: Vec<(&str, &HashSet)>) -> String { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use std::collections::HashSet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HashSet` in this scope [INFO] [stdout] --> src/test_utils.rs:222:31 [INFO] [stdout] | [INFO] [stdout] 222 | fn fmt_ranges(prog: &str, s: &HashSet) -> String { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use std::collections::HashSet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HashSet` in this scope [INFO] [stdout] --> src/test_utils.rs:226:33 [INFO] [stdout] | [INFO] [stdout] 226 | pub fn compare_ranges(expected: HashSet, actual: HashSet, prog: &str) { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use std::collections::HashSet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HashSet` in this scope [INFO] [stdout] --> src/test_utils.rs:226:57 [INFO] [stdout] | [INFO] [stdout] 226 | pub fn compare_ranges(expected: HashSet, actual: HashSet, prog: &str) { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use std::collections::HashSet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HashSet` in this scope [INFO] [stdout] --> src/test_utils.rs:230:19 [INFO] [stdout] | [INFO] [stdout] 230 | let check = |s: HashSet, message: &str| { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use std::collections::HashSet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HashSet` in this scope [INFO] [stdout] --> src/test_utils.rs:242:53 [INFO] [stdout] | [INFO] [stdout] 242 | pub fn bless(path: &Path, contents: String, actual: HashSet) -> Result<()> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use std::collections::HashSet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HashMap` in this scope [INFO] [stdout] --> src/test_utils.rs:266:22 [INFO] [stdout] | [INFO] [stdout] 266 | ) -> Result<(String, HashMap<&'static str, Vec>)> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use std::collections::HashMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HashMap` in this scope [INFO] [stdout] --> src/test_utils.rs:282:16 [INFO] [stdout] | [INFO] [stdout] 282 | .collect::>(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use std::collections::HashMap; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Span` in this scope [INFO] [stdout] --> src/test_utils.rs:292:7 [INFO] [stdout] | [INFO] [stdout] 292 | Span, [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/test_utils.rs:293:14 [INFO] [stdout] | [INFO] [stdout] 286 | pub fn test_command_output( [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 293 | ) -> Vec [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HashSet` in this scope [INFO] [stdout] --> src/test_utils.rs:331:29 [INFO] [stdout] | [INFO] [stdout] 331 | .collect::>>() [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use std::collections::HashSet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HashSet` in this scope [INFO] [stdout] --> src/test_utils.rs:344:72 [INFO] [stdout] | [INFO] [stdout] 344 | Some(ranges) => ranges.clone().into_iter().collect::>(), [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use std::collections::HashSet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HashSet` [INFO] [stdout] --> src/test_utils.rs:345:27 [INFO] [stdout] | [INFO] [stdout] 345 | None => HashSet::default(), [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use std::collections::HashSet; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/lib.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / #![feature( [INFO] [stdout] 24 | | rustc_private, // for rustc internals [INFO] [stdout] 25 | | box_patterns, // for conciseness [INFO] [stdout] 26 | | in_band_lifetimes, // for conciseness [INFO] [stdout] ... | [INFO] [stdout] 32 | | trait_alias, [INFO] [stdout] 33 | | )] [INFO] [stdout] | |__^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 780 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0416, E0422, E0425, E0432, E0433, E0463, E0531... [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: could not compile `flowistry` due to 781 previous errors [INFO] running `Command { std: "docker" "inspect" "fa2e31c801c7d81f851d8070a13cd20d49d571dcda24043e2724c37ee1eac7e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa2e31c801c7d81f851d8070a13cd20d49d571dcda24043e2724c37ee1eac7e9", kill_on_drop: false }` [INFO] [stdout] fa2e31c801c7d81f851d8070a13cd20d49d571dcda24043e2724c37ee1eac7e9