[INFO] cloning repository https://github.com/zgrannan/pcs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zgrannan/pcs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzgrannan%2Fpcs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzgrannan%2Fpcs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 019a6fa5a454c9cdf79628e501f9d3ec2265f97b
[INFO] checking zgrannan/pcs against try#3a4cb0edb4040379c037e06efeb5409e44be7b77 for pr-146377
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzgrannan%2Fpcs" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain
[INFO] started tweaking git repo https://github.com/zgrannan/pcs
[INFO] finished tweaking git repo https://github.com/zgrannan/pcs
[INFO] tweaked toml for git repo https://github.com/zgrannan/pcs written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/zgrannan/pcs on toolchain 3a4cb0edb4040379c037e06efeb5409e44be7b77
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3a4cb0edb4040379c037e06efeb5409e44be7b77" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/zgrannan/pcs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3a4cb0edb4040379c037e06efeb5409e44be7b77" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Updating git repository `https://github.com/zgrannan/specta.git`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ctor v0.4.3
[INFO] [stderr]   Downloaded once_cell v1.21.0
[INFO] [stderr]   Downloaded dtor-proc-macro v0.0.5
[INFO] [stderr]   Downloaded dtor v0.0.6
[INFO] [stderr]   Downloaded dot v0.1.4
[INFO] [stderr]   Downloaded tempfile v3.18.0
[INFO] [stderr]   Downloaded rustix v1.0.2
[INFO] [stderr]   Downloaded linux-raw-sys v0.9.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+3a4cb0edb4040379c037e06efeb5409e44be7b77" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bfb14e708ec6287c0200ed2600eed88921c3fdf38557ce89e4a22b2fef808af8
[INFO] running `Command { std: "docker" "start" "-a" "bfb14e708ec6287c0200ed2600eed88921c3fdf38557ce89e4a22b2fef808af8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bfb14e708ec6287c0200ed2600eed88921c3fdf38557ce89e4a22b2fef808af8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bfb14e708ec6287c0200ed2600eed88921c3fdf38557ce89e4a22b2fef808af8", kill_on_drop: false }`
[INFO] [stdout] bfb14e708ec6287c0200ed2600eed88921c3fdf38557ce89e4a22b2fef808af8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+3a4cb0edb4040379c037e06efeb5409e44be7b77" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0bd8ef822cfde7a7e6a4ebfb8e8b5aa71a7e8aea0851b6b9119efb44ff9df584
[INFO] running `Command { std: "docker" "start" "-a" "0bd8ef822cfde7a7e6a4ebfb8e8b5aa71a7e8aea0851b6b9119efb44ff9df584", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]     Checking once_cell v1.21.0
[INFO] [stderr]     Checking indexmap v2.7.1
[INFO] [stderr]     Checking smallvec v1.14.0
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]     Checking tokio v1.44.2
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking serde_spanned v0.6.8
[INFO] [stderr]     Checking toml_datetime v0.6.8
[INFO] [stderr]     Checking nu-ansi-term v0.50.1
[INFO] [stderr]     Checking winnow v0.5.40
[INFO] [stderr]     Checking serde_json v1.0.140
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking bumpalo v3.17.0
[INFO] [stderr]     Checking dot v0.1.4
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking chrono v0.4.40
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking tracing-subscriber v0.3.20
[INFO] [stderr]     Checking petgraph v0.6.5
[INFO] [stderr]     Checking toml_edit v0.19.15
[INFO] [stderr]     Checking toml v0.7.8
[INFO] [stderr]     Checking tokio-util v0.7.13
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]     Checking hyper v0.14.32
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]     Checking derive_more v2.0.1
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking pcg v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0463]: can't find crate for `polonius_engine`
[INFO] [stdout]  --> src/borrow_checker/impl.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | extern crate polonius_engine;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `rustc_abi`
[INFO] [stdout]  --> src/rustc_interface/mod.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub extern crate rustc_abi as abi;
[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_ast`
[INFO] [stdout]  --> src/rustc_interface/mod.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub extern crate rustc_ast as ast;
[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_borrowck`
[INFO] [stdout]  --> src/rustc_interface/mod.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub extern crate rustc_borrowck as rs_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/rustc_interface/mod.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub extern crate rustc_data_structures as 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/rustc_interface/mod.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub extern crate rustc_driver as 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_hir`
[INFO] [stdout]  --> src/rustc_interface/mod.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub extern crate rustc_hir as hir;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout]   |
[INFO] [stdout]   = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `rustc_index`
[INFO] [stdout]  --> src/rustc_interface/mod.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub extern crate rustc_index as 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/rustc_interface/mod.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub extern crate rustc_infer as 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/rustc_interface/mod.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub extern crate rustc_interface as 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_middle`
[INFO] [stdout]   --> src/rustc_interface/mod.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub extern crate rustc_middle as 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/rustc_interface/mod.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub extern crate rustc_mir_dataflow as 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_session`
[INFO] [stdout]   --> src/rustc_interface/mod.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub extern crate rustc_session as 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/rustc_interface/mod.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub extern crate rustc_span as 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/rustc_interface/mod.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub extern crate rustc_target as 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/rustc_interface/mod.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub extern crate rustc_trait_selection as 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[E0432]: unresolved imports `crate::rustc_interface::borrowck::BorrowData`, `crate::rustc_interface::borrowck::BorrowIndex`, `crate::rustc_interface::borrowck::BorrowSet`, `crate::rustc_interface::borrowck::PlaceConflictBias`, `crate::rustc_interface::borrowck::PoloniusInput`, `crate::rustc_interface::borrowck::PoloniusOutput`, `crate::rustc_interface::borrowck::RegionInferenceContext`, `crate::rustc_interface::borrowck::places_conflict`
[INFO] [stdout]   --> src/borrow_checker/mod.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 |             BorrowData, BorrowIndex, BorrowSet, LocationTable, PlaceConflictBias, PoloniusInput,
[INFO] [stdout]    |             ^^^^^^^^^^  ^^^^^^^^^^^  ^^^^^^^^^                 ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^ no `PoloniusInput` in `rustc_interface::borrowck`
[INFO] [stdout]    |             |           |            |                         |
[INFO] [stdout]    |             |           |            |                         no `PlaceConflictBias` in `rustc_interface::borrowck`
[INFO] [stdout]    |             |           |            no `BorrowSet` in `rustc_interface::borrowck`
[INFO] [stdout]    |             |           no `BorrowIndex` in `rustc_interface::borrowck`
[INFO] [stdout]    |             no `BorrowData` in `rustc_interface::borrowck`
[INFO] [stdout] 14 |             PoloniusOutput, RegionInferenceContext, places_conflict,
[INFO] [stdout]    |             ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^ no `places_conflict` in `rustc_interface::borrowck`
[INFO] [stdout]    |             |               |
[INFO] [stdout]    |             |               no `RegionInferenceContext` in `rustc_interface::borrowck`
[INFO] [stdout]    |             no `PoloniusOutput` in `rustc_interface::borrowck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `crate::rustc_interface::borrowck::BorrowData`, `crate::rustc_interface::borrowck::BorrowIndex`, `crate::rustc_interface::borrowck::BorrowSet`, `crate::rustc_interface::borrowck::Borrows`, `crate::rustc_interface::borrowck::PoloniusInput`, `crate::rustc_interface::borrowck::PoloniusOutput`, `crate::rustc_interface::borrowck::RegionInferenceContext`, `crate::rustc_interface::borrowck::RichLocation`
[INFO] [stdout]   --> src/borrow_checker/impl.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 13 |             BorrowData, BorrowIndex, BorrowSet, Borrows, LocationTable, PoloniusInput,
[INFO] [stdout]    |             ^^^^^^^^^^  ^^^^^^^^^^^  ^^^^^^^^^  ^^^^^^^                 ^^^^^^^^^^^^^ no `PoloniusInput` in `rustc_interface::borrowck`
[INFO] [stdout]    |             |           |            |          |
[INFO] [stdout]    |             |           |            |          no `Borrows` in `rustc_interface::borrowck`
[INFO] [stdout]    |             |           |            no `BorrowSet` in `rustc_interface::borrowck`
[INFO] [stdout]    |             |           no `BorrowIndex` in `rustc_interface::borrowck`
[INFO] [stdout]    |             no `BorrowData` in `rustc_interface::borrowck`
[INFO] [stdout] 14 |             PoloniusOutput, RegionInferenceContext, RichLocation,
[INFO] [stdout]    |             ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^ no `RichLocation` in `rustc_interface::borrowck`
[INFO] [stdout]    |             |               |
[INFO] [stdout]    |             |               no `RegionInferenceContext` in `rustc_interface::borrowck`
[INFO] [stdout]    |             no `PoloniusOutput` in `rustc_interface::borrowck`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]            crate::borrow_checker::BorrowData
[INFO] [stdout]    = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]            crate::borrow_checker::BorrowIndex
[INFO] [stdout]    = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]            crate::borrow_checker::BorrowSet
[INFO] [stdout]    = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]            crate::borrow_checker::PoloniusInput
[INFO] [stdout]    = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]            crate::borrow_checker::PoloniusOutput
[INFO] [stdout]    = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]            crate::borrow_checker::RegionInferenceContext
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::rustc_interface::borrowck::BorrowIndex`
[INFO] [stdout]   --> src/borrow_pcg/edge/borrow.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         borrowck::BorrowIndex,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^ no `BorrowIndex` in `rustc_interface::borrowck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `crate::rustc_interface::borrowck::BorrowSet`, `crate::rustc_interface::borrowck::PoloniusInput`, `crate::rustc_interface::borrowck::RegionInferenceContext`
[INFO] [stdout]   --> src/pcg/engine.rs:23:26
[INFO] [stdout]    |
[INFO] [stdout] 23 |         borrowck::{self, BorrowSet, LocationTable, PoloniusInput, RegionInferenceContext},
[INFO] [stdout]    |                          ^^^^^^^^^                 ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^ no `RegionInferenceContext` in `rustc_interface::borrowck`
[INFO] [stdout]    |                          |                         |
[INFO] [stdout]    |                          |                         no `PoloniusInput` in `rustc_interface::borrowck`
[INFO] [stdout]    |                          no `BorrowSet` in `rustc_interface::borrowck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `crate::rustc_interface::borrowck::BorrowIndex`, `crate::rustc_interface::borrowck::BorrowSet`, `crate::rustc_interface::borrowck::PoloniusInput`, `crate::rustc_interface::borrowck::PoloniusOutput`, `crate::rustc_interface::borrowck::RegionInferenceContext`
[INFO] [stdout]   --> src/utils/callbacks.rs:12:13
[INFO] [stdout]    |
[INFO] [stdout] 12 |             BorrowIndex, BorrowSet, LocationTable, PoloniusInput, PoloniusOutput,
[INFO] [stdout]    |             ^^^^^^^^^^^  ^^^^^^^^^                 ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^ no `PoloniusOutput` in `rustc_interface::borrowck`
[INFO] [stdout]    |             |            |                         |
[INFO] [stdout]    |             |            |                         no `PoloniusInput` in `rustc_interface::borrowck`
[INFO] [stdout]    |             |            no `BorrowSet` in `rustc_interface::borrowck`
[INFO] [stdout]    |             no `BorrowIndex` in `rustc_interface::borrowck`
[INFO] [stdout] 13 |             RegionInferenceContext,
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^ no `RegionInferenceContext` in `rustc_interface::borrowck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `crate::rustc_interface::borrowck::PoloniusRegionVid`, `crate::rustc_interface::borrowck::RegionInferenceContext`
[INFO] [stdout]   --> src/visualization/bc_facts_graph.rs:12:20
[INFO] [stdout]    |
[INFO] [stdout] 12 |         borrowck::{PoloniusRegionVid, RegionInferenceContext},
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^ no `RegionInferenceContext` in `rustc_interface::borrowck`
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    no `PoloniusRegionVid` in `rustc_interface::borrowck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::rustc_interface::borrowck::BorrowIndex`
[INFO] [stdout]   --> src/visualization/graph_constructor.rs:12:23
[INFO] [stdout]    |
[INFO] [stdout] 12 |     rustc_interface::{borrowck::BorrowIndex, middle::mir},
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^ no `BorrowIndex` in `rustc_interface::borrowck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `rustc_interface::borrowck::BorrowSet`, `rustc_interface::borrowck::PoloniusInput`, `rustc_interface::borrowck::RegionInferenceContext`
[INFO] [stdout]   --> src/lib.rs:45:22
[INFO] [stdout]    |
[INFO] [stdout] 45 |     borrowck::{self, BorrowSet, LocationTable, PoloniusInput, RegionInferenceContext},
[INFO] [stdout]    |                      ^^^^^^^^^                 ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^ no `RegionInferenceContext` in `rustc_interface::borrowck`
[INFO] [stdout]    |                      |                         |
[INFO] [stdout]    |                      |                         no `PoloniusInput` in `rustc_interface::borrowck`
[INFO] [stdout]    |                      no `BorrowSet` in `rustc_interface::borrowck`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0408]: variable `UnwindResume` is not bound in all patterns
[INFO] [stdout]    --> src/pcg/triple.rs:240:13
[INFO] [stdout]     |
[INFO] [stdout] 240 |             Goto { .. }
[INFO] [stdout]     |             ^^^^^^^^^^^ pattern doesn't bind `UnwindResume`
[INFO] [stdout] 241 |             | SwitchInt { .. }
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^ pattern doesn't bind `UnwindResume`
[INFO] [stdout] 242 |             | UnwindResume
[INFO] [stdout]     |               ------------ variable not in all patterns
[INFO] [stdout] 243 |             | UnwindTerminate(_)
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^ pattern doesn't bind `UnwindResume`
[INFO] [stdout] 244 |             | Unreachable
[INFO] [stdout]     |               ^^^^^^^^^^^ pattern doesn't bind `UnwindResume`
[INFO] [stdout] 245 |             | CoroutineDrop
[INFO] [stdout]     |               ^^^^^^^^^^^^^ pattern doesn't bind `UnwindResume`
[INFO] [stdout] 246 |             | Assert { .. }
[INFO] [stdout]     |               ^^^^^^^^^^^^^ pattern doesn't bind `UnwindResume`
[INFO] [stdout] 247 |             | FalseEdge { .. }
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^ pattern doesn't bind `UnwindResume`
[INFO] [stdout] 248 |             | FalseUnwind { .. } => return Ok(()),
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^ pattern doesn't bind `UnwindResume`
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to match on a unit struct, unit variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::UnwindResume`
[INFO] [stdout]    --> src/pcg/triple.rs:242:15
[INFO] [stdout]     |
[INFO] [stdout] 242 |             | UnwindResume
[INFO] [stdout]     |               ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0408]: variable `Unreachable` is not bound in all patterns
[INFO] [stdout]    --> src/pcg/triple.rs:240:13
[INFO] [stdout]     |
[INFO] [stdout] 240 |             Goto { .. }
[INFO] [stdout]     |             ^^^^^^^^^^^ pattern doesn't bind `Unreachable`
[INFO] [stdout] 241 |             | SwitchInt { .. }
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^ pattern doesn't bind `Unreachable`
[INFO] [stdout] 242 |             | UnwindResume
[INFO] [stdout]     |               ^^^^^^^^^^^^ pattern doesn't bind `Unreachable`
[INFO] [stdout] 243 |             | UnwindTerminate(_)
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^ pattern doesn't bind `Unreachable`
[INFO] [stdout] 244 |             | Unreachable
[INFO] [stdout]     |               ----------- variable not in all patterns
[INFO] [stdout] 245 |             | CoroutineDrop
[INFO] [stdout]     |               ^^^^^^^^^^^^^ pattern doesn't bind `Unreachable`
[INFO] [stdout] 246 |             | Assert { .. }
[INFO] [stdout]     |               ^^^^^^^^^^^^^ pattern doesn't bind `Unreachable`
[INFO] [stdout] 247 |             | FalseEdge { .. }
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^ pattern doesn't bind `Unreachable`
[INFO] [stdout] 248 |             | FalseUnwind { .. } => return Ok(()),
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^ pattern doesn't bind `Unreachable`
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to match on a unit struct, unit variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::Unreachable`
[INFO] [stdout]    --> src/pcg/triple.rs:244:15
[INFO] [stdout]     |
[INFO] [stdout] 244 |             | Unreachable
[INFO] [stdout]     |               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0408]: variable `CoroutineDrop` is not bound in all patterns
[INFO] [stdout]    --> src/pcg/triple.rs:240:13
[INFO] [stdout]     |
[INFO] [stdout] 240 |             Goto { .. }
[INFO] [stdout]     |             ^^^^^^^^^^^ pattern doesn't bind `CoroutineDrop`
[INFO] [stdout] 241 |             | SwitchInt { .. }
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^ pattern doesn't bind `CoroutineDrop`
[INFO] [stdout] 242 |             | UnwindResume
[INFO] [stdout]     |               ^^^^^^^^^^^^ pattern doesn't bind `CoroutineDrop`
[INFO] [stdout] 243 |             | UnwindTerminate(_)
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^ pattern doesn't bind `CoroutineDrop`
[INFO] [stdout] 244 |             | Unreachable
[INFO] [stdout]     |               ^^^^^^^^^^^ pattern doesn't bind `CoroutineDrop`
[INFO] [stdout] 245 |             | CoroutineDrop
[INFO] [stdout]     |               ------------- variable not in all patterns
[INFO] [stdout] 246 |             | Assert { .. }
[INFO] [stdout]     |               ^^^^^^^^^^^^^ pattern doesn't bind `CoroutineDrop`
[INFO] [stdout] 247 |             | FalseEdge { .. }
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^ pattern doesn't bind `CoroutineDrop`
[INFO] [stdout] 248 |             | FalseUnwind { .. } => return Ok(()),
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^^^^ pattern doesn't bind `CoroutineDrop`
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to match on a unit struct, unit variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::CoroutineDrop`
[INFO] [stdout]    --> src/pcg/triple.rs:245:15
[INFO] [stdout]     |
[INFO] [stdout] 245 |             | CoroutineDrop
[INFO] [stdout]     |               ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BodyWithBorrowckFacts` in module `borrowck`
[INFO] [stdout]   --> src/pcg/engine.rs:97:27
[INFO] [stdout]    |
[INFO] [stdout] 97 | impl<'tcx> From<borrowck::BodyWithBorrowckFacts<'tcx>> for BodyWithBorrowckFacts<'tcx> {
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^ not found in `borrowck`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  7 + use crate::pcg::BodyWithBorrowckFacts;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `BodyWithBorrowckFacts`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 97 - impl<'tcx> From<borrowck::BodyWithBorrowckFacts<'tcx>> for BodyWithBorrowckFacts<'tcx> {
[INFO] [stdout] 97 + impl<'tcx> From<BodyWithBorrowckFacts<'tcx>> for BodyWithBorrowckFacts<'tcx> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BodyWithBorrowckFacts` in module `borrowck`
[INFO] [stdout]   --> src/pcg/engine.rs:98:30
[INFO] [stdout]    |
[INFO] [stdout] 98 |     fn from(value: borrowck::BodyWithBorrowckFacts<'tcx>) -> Self {
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^ not found in `borrowck`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  7 + use crate::pcg::BodyWithBorrowckFacts;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `BodyWithBorrowckFacts`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 98 -     fn from(value: borrowck::BodyWithBorrowckFacts<'tcx>) -> Self {
[INFO] [stdout] 98 +     fn from(value: BodyWithBorrowckFacts<'tcx>) -> Self {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Use` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:135:13
[INFO] [stdout]     |
[INFO] [stdout] 135 |             Use(_)
[INFO] [stdout]     |             ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Repeat` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:136:15
[INFO] [stdout]     |
[INFO] [stdout] 136 |             | Repeat(_, _)
[INFO] [stdout]     |               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ThreadLocalRef` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:137:15
[INFO] [stdout]     |
[INFO] [stdout] 137 |             | ThreadLocalRef(_)
[INFO] [stdout]     |               ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Cast` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:138:15
[INFO] [stdout]     |
[INFO] [stdout] 138 |             | Cast(_, _, _)
[INFO] [stdout]     |               ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `BinaryOp` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:139:15
[INFO] [stdout]     |
[INFO] [stdout] 139 |             | BinaryOp(_, _)
[INFO] [stdout]     |               ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `NullaryOp` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:140:15
[INFO] [stdout]     |
[INFO] [stdout] 140 |             | NullaryOp(_, _)
[INFO] [stdout]     |               ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `UnaryOp` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:141:15
[INFO] [stdout]     |
[INFO] [stdout] 141 |             | UnaryOp(_, _)
[INFO] [stdout]     |               ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Aggregate` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:142:15
[INFO] [stdout]     |
[INFO] [stdout] 142 |             | Aggregate(_, _)
[INFO] [stdout]     |               ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ShallowInitBox` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:143:15
[INFO] [stdout]     |
[INFO] [stdout] 143 |             | ShallowInitBox(_, _) => return Ok(()),
[INFO] [stdout]     |               ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Ref` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:145:14
[INFO] [stdout]     |
[INFO] [stdout] 145 |             &Ref(_, kind, place) => match kind {
[INFO] [stdout]     |              ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `RawPtr` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:162:14
[INFO] [stdout]     |
[INFO] [stdout] 162 |             &RawPtr(mutbl, place) => {
[INFO] [stdout]     |              ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Len` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:177:14
[INFO] [stdout]     |
[INFO] [stdout] 177 |             &Len(place) | &Discriminant(place) | &CopyForDeref(place) => {
[INFO] [stdout]     |              ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Discriminant` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:177:28
[INFO] [stdout]     |
[INFO] [stdout] 177 |             &Len(place) | &Discriminant(place) | &CopyForDeref(place) => {
[INFO] [stdout]     |                            ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `CopyForDeref` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:177:51
[INFO] [stdout]     |
[INFO] [stdout] 177 |             &Len(place) | &Discriminant(place) | &CopyForDeref(place) => {
[INFO] [stdout]     |                                                   ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Assign` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:194:13
[INFO] [stdout]     |
[INFO] [stdout] 194 |             Assign(box (place, ref rvalue)) => Triple {
[INFO] [stdout]     |             ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `FakeRead` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:200:13
[INFO] [stdout]     |
[INFO] [stdout] 200 |             FakeRead(box (_, place)) => Triple {
[INFO] [stdout]     |             ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `PlaceMention` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:205:13
[INFO] [stdout]     |
[INFO] [stdout] 205 |             PlaceMention(_) => return Ok(()),
[INFO] [stdout]     |             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `SetDiscriminant` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:206:13
[INFO] [stdout]     |
[INFO] [stdout] 206 |             SetDiscriminant { box place, .. } => Triple {
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Deinit` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:210:13
[INFO] [stdout]     |
[INFO] [stdout] 210 |             Deinit(box place) => Triple {
[INFO] [stdout]     |             ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `StorageLive` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:214:13
[INFO] [stdout]     |
[INFO] [stdout] 214 |             StorageLive(local) => Triple {
[INFO] [stdout]     |             ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `StorageDead` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:218:13
[INFO] [stdout]     |
[INFO] [stdout] 218 |             StorageDead(local) => Triple {
[INFO] [stdout]     |             ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]     |
[INFO] [stdout]   7 + use crate::owned_pcg::RepackOp::StorageDead;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Retag` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:222:13
[INFO] [stdout]     |
[INFO] [stdout] 222 |             Retag(_, box place) => Triple {
[INFO] [stdout]     |             ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Goto` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:240:13
[INFO] [stdout]     |
[INFO] [stdout] 240 |             Goto { .. }
[INFO] [stdout]     |             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `SwitchInt` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:241:15
[INFO] [stdout]     |
[INFO] [stdout] 241 |             | SwitchInt { .. }
[INFO] [stdout]     |               ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `UnwindTerminate` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:243:15
[INFO] [stdout]     |
[INFO] [stdout] 243 |             | UnwindTerminate(_)
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Assert` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:246:15
[INFO] [stdout]     |
[INFO] [stdout] 246 |             | Assert { .. }
[INFO] [stdout]     |               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `FalseEdge` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:247:15
[INFO] [stdout]     |
[INFO] [stdout] 247 |             | FalseEdge { .. }
[INFO] [stdout]     |               ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `FalseUnwind` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:248:15
[INFO] [stdout]     |
[INFO] [stdout] 248 |             | FalseUnwind { .. } => return Ok(()),
[INFO] [stdout]     |               ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0574]: expected struct, variant or union type, found trait `Drop`
[INFO] [stdout]    --> src/pcg/triple.rs:253:14
[INFO] [stdout]     |
[INFO] [stdout] 253 |             &Drop { place, .. } => Triple {
[INFO] [stdout]     |              ^^^^ not a struct, variant or union type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Call` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:257:14
[INFO] [stdout]     |
[INFO] [stdout] 257 |             &Call { destination, .. } => Triple {
[INFO] [stdout]     |              ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Yield` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:261:14
[INFO] [stdout]     |
[INFO] [stdout] 261 |             &Yield { resume_arg, .. } => Triple {
[INFO] [stdout]     |              ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `InlineAsm` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:265:13
[INFO] [stdout]     |
[INFO] [stdout] 265 |             InlineAsm { .. } => {
[INFO] [stdout]     |             ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Ref` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:296:13
[INFO] [stdout]     |
[INFO] [stdout] 296 |             Ref(_, BorrowKind::Fake(_), _) => None,
[INFO] [stdout]     |             ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Use` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:297:13
[INFO] [stdout]     |
[INFO] [stdout] 297 |             Use(_)
[INFO] [stdout]     |             ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Repeat` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:298:15
[INFO] [stdout]     |
[INFO] [stdout] 298 |             | Repeat(_, _)
[INFO] [stdout]     |               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Ref` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:299:15
[INFO] [stdout]     |
[INFO] [stdout] 299 |             | Ref(_, _, _)
[INFO] [stdout]     |               ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `RawPtr` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:300:15
[INFO] [stdout]     |
[INFO] [stdout] 300 |             | RawPtr(_, _)
[INFO] [stdout]     |               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ThreadLocalRef` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:301:15
[INFO] [stdout]     |
[INFO] [stdout] 301 |             | ThreadLocalRef(_)
[INFO] [stdout]     |               ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Len` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:302:15
[INFO] [stdout]     |
[INFO] [stdout] 302 |             | Len(_)
[INFO] [stdout]     |               ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Cast` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:303:15
[INFO] [stdout]     |
[INFO] [stdout] 303 |             | Cast(_, _, _)
[INFO] [stdout]     |               ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `BinaryOp` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:304:15
[INFO] [stdout]     |
[INFO] [stdout] 304 |             | BinaryOp(_, _)
[INFO] [stdout]     |               ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `NullaryOp` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:305:15
[INFO] [stdout]     |
[INFO] [stdout] 305 |             | NullaryOp(_, _)
[INFO] [stdout]     |               ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `UnaryOp` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:306:15
[INFO] [stdout]     |
[INFO] [stdout] 306 |             | UnaryOp(_, _)
[INFO] [stdout]     |               ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Discriminant` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:307:15
[INFO] [stdout]     |
[INFO] [stdout] 307 |             | Discriminant(_)
[INFO] [stdout]     |               ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Aggregate` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:308:15
[INFO] [stdout]     |
[INFO] [stdout] 308 |             | Aggregate(_, _)
[INFO] [stdout]     |               ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `CopyForDeref` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:309:15
[INFO] [stdout]     |
[INFO] [stdout] 309 |             | CopyForDeref(_) => Some(CapabilityKind::Exclusive),
[INFO] [stdout]     |               ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ShallowInitBox` in this scope
[INFO] [stdout]    --> src/pcg/triple.rs:310:13
[INFO] [stdout]     |
[INFO] [stdout] 310 |             ShallowInitBox(_, _) => Some(CapabilityKind::ShallowExclusive),
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `PoloniusLocationTable` in this scope
[INFO] [stdout]  --> src/rustc_interface/borrowck.rs:6:26
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub type LocationTable = PoloniusLocationTable;
[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/utils/place/mod.rs:600:32
[INFO] [stdout]     |
[INFO] [stdout] 600 |                 matches!(elem, Index(_) | ConstantIndex { .. } | Subslice { .. })
[INFO] [stdout]     |                                ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]     |
[INFO] [stdout]   7 + use crate::utils::place::RepackGuide::Index;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ConstantIndex` in this scope
[INFO] [stdout]    --> src/utils/place/mod.rs:600:43
[INFO] [stdout]     |
[INFO] [stdout] 600 |                 matches!(elem, Index(_) | ConstantIndex { .. } | Subslice { .. })
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   7 + use crate::utils::ConstantIndex;
[INFO] [stdout]     |
[INFO] [stdout]   7 + use crate::utils::ProjectionKind::ConstantIndex;
[INFO] [stdout]     |
[INFO] [stdout]   7 + use crate::utils::place::RepackGuide::ConstantIndex;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Subslice` in this scope
[INFO] [stdout]    --> src/utils/place/mod.rs:600:66
[INFO] [stdout]     |
[INFO] [stdout] 600 |                 matches!(elem, Index(_) | ConstantIndex { .. } | Subslice { .. })
[INFO] [stdout]     |                                                                  ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this variant
[INFO] [stdout]     |
[INFO] [stdout]   7 + use crate::utils::place::RepackGuide::Subslice;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Field` in this scope
[INFO] [stdout]    --> src/utils/place/mod.rs:603:18
[INFO] [stdout]     |
[INFO] [stdout] 603 |                 (Field(..), Field(..)) => None,
[INFO] [stdout]     |                  ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]     |
[INFO] [stdout]   7 + use crate::utils::ProjectionKind::Field;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Field` in this scope
[INFO] [stdout]    --> src/utils/place/mod.rs:603:29
[INFO] [stdout]     |
[INFO] [stdout] 603 |                 (Field(..), Field(..)) => None,
[INFO] [stdout]     |                             ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]     |
[INFO] [stdout]   7 + use crate::utils::ProjectionKind::Field;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ConstantIndex` in this scope
[INFO] [stdout]    --> src/utils/place/mod.rs:605:21
[INFO] [stdout]     |
[INFO] [stdout] 605 |                     ConstantIndex {
[INFO] [stdout]     |                     ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   7 + use crate::utils::ConstantIndex;
[INFO] [stdout]     |
[INFO] [stdout]   7 + use crate::utils::ProjectionKind::ConstantIndex;
[INFO] [stdout]     |
[INFO] [stdout]   7 + use crate::utils::place::RepackGuide::ConstantIndex;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `ConstantIndex` in this scope
[INFO] [stdout]    --> src/utils/place/mod.rs:610:21
[INFO] [stdout]     |
[INFO] [stdout] 610 |                     ConstantIndex {
[INFO] [stdout]     |                     ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   7 + use crate::utils::ConstantIndex;
[INFO] [stdout]     |
[INFO] [stdout]   7 + use crate::utils::ProjectionKind::ConstantIndex;
[INFO] [stdout]     |
[INFO] [stdout]   7 + use crate::utils::place::RepackGuide::ConstantIndex;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Downcast` in this scope
[INFO] [stdout]    --> src/utils/place/mod.rs:616:18
[INFO] [stdout]     |
[INFO] [stdout] 616 |                 (Downcast(_, _), Downcast(_, _)) | (OpaqueCast(_), OpaqueCast(_)) => {
[INFO] [stdout]     |                  ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]     |
[INFO] [stdout]   7 + use crate::utils::place::RepackGuide::Downcast;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Downcast` in this scope
[INFO] [stdout]    --> src/utils/place/mod.rs:616:34
[INFO] [stdout]     |
[INFO] [stdout] 616 |                 (Downcast(_, _), Downcast(_, _)) | (OpaqueCast(_), OpaqueCast(_)) => {
[INFO] [stdout]     |                                  ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]     |
[INFO] [stdout]   7 + use crate::utils::place::RepackGuide::Downcast;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `OpaqueCast` in this scope
[INFO] [stdout]    --> src/utils/place/mod.rs:616:53
[INFO] [stdout]     |
[INFO] [stdout] 616 |                 (Downcast(_, _), Downcast(_, _)) | (OpaqueCast(_), OpaqueCast(_)) => {
[INFO] [stdout]     |                                                     ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `OpaqueCast` in this scope
[INFO] [stdout]    --> src/utils/place/mod.rs:616:68
[INFO] [stdout]     |
[INFO] [stdout] 616 |                 (Downcast(_, _), Downcast(_, _)) | (OpaqueCast(_), OpaqueCast(_)) => {
[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/utils/place/mod.rs:873:10
[INFO] [stdout]     |
[INFO] [stdout] 873 |         (Field(left, _), Field(right, _)) => left == right,
[INFO] [stdout]     |          ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]     |
[INFO] [stdout]   7 + use crate::utils::ProjectionKind::Field;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Field` in this scope
[INFO] [stdout]    --> src/utils/place/mod.rs:873:26
[INFO] [stdout]     |
[INFO] [stdout] 873 |         (Field(left, _), Field(right, _)) => left == right,
[INFO] [stdout]     |                          ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]     |
[INFO] [stdout]   7 + use crate::utils::ProjectionKind::Field;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Downcast` in this scope
[INFO] [stdout]    --> src/utils/place/mod.rs:874:10
[INFO] [stdout]     |
[INFO] [stdout] 874 |         (Downcast(_, left), Downcast(_, right)) => left == right,
[INFO] [stdout]     |          ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]     |
[INFO] [stdout]   7 + use crate::utils::place::RepackGuide::Downcast;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Downcast` in this scope
[INFO] [stdout]    --> src/utils/place/mod.rs:874:29
[INFO] [stdout]     |
[INFO] [stdout] 874 |         (Downcast(_, left), Downcast(_, right)) => left == right,
[INFO] [stdout]     |                             ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]     |
[INFO] [stdout]   7 + use crate::utils::place::RepackGuide::Downcast;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `BodyWithBorrowckFacts` in module `borrowck`
[INFO] [stdout]    --> src/lib.rs:231:47
[INFO] [stdout]     |
[INFO] [stdout] 231 | impl<'tcx> BodyAndBorrows<'tcx> for borrowck::BodyWithBorrowckFacts<'tcx> {
[INFO] [stdout]     |                                               ^^^^^^^^^^^^^^^^^^^^^ not found in `borrowck`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct through its public re-export
[INFO] [stdout]     |
[INFO] [stdout]  30 + use crate::pcg::BodyWithBorrowckFacts;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `BodyWithBorrowckFacts`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 231 - impl<'tcx> BodyAndBorrows<'tcx> for borrowck::BodyWithBorrowckFacts<'tcx> {
[INFO] [stdout] 231 + impl<'tcx> BodyAndBorrows<'tcx> for BodyWithBorrowckFacts<'tcx> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Domain` not found for `A`
[INFO] [stdout]   --> src/rustc_interface/dataflow.rs:48:65
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub fn entry_set_for_block(&self, block: BasicBlock) -> &A::Domain {
[INFO] [stdout]    |                                                                 ^^^^^^ there is an associated type `Domain` in the trait `Analysis`
[INFO] [stdout]    |
[INFO] [stdout] help: consider further restricting type parameter `A` with trait `Analysis`
[INFO] [stdout]    |
[INFO] [stdout] 27 |     A: mir_dataflow::Analysis<'tcx> + Analysis</* 'tcx */>,
[INFO] [stdout]    |                                     ++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Domain` not found for `A`
[INFO] [stdout]   --> src/rustc_interface/dataflow.rs:53:79
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn entry_state_for_block_mut(&mut self, block: BasicBlock) -> &mut A::Domain {
[INFO] [stdout]    |                                                                               ^^^^^^ there is an associated type `Domain` in the trait `Analysis`
[INFO] [stdout]    |
[INFO] [stdout] help: consider further restricting type parameter `A` with trait `Analysis`
[INFO] [stdout]    |
[INFO] [stdout] 27 |     A: mir_dataflow::Analysis<'tcx> + Analysis</* 'tcx */>,
[INFO] [stdout]    |                                     ++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]    --> src/rustc_interface/dataflow.rs:164:55
[INFO] [stdout]     |
[INFO] [stdout] 164 |     fn bottom_value(&self, body: &mir::Body<'tcx>) -> Self::Domain {
[INFO] [stdout]     |                                                       ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: if there were a trait named `Example` with associated type `Domain` implemented for `AnalysisEngine<T>`, you could use the fully-qualified path
[INFO] [stdout]     |
[INFO] [stdout] 164 -     fn bottom_value(&self, body: &mir::Body<'tcx>) -> Self::Domain {
[INFO] [stdout] 164 +     fn bottom_value(&self, body: &mir::Body<'tcx>) -> <AnalysisEngine<T> as Example>::Domain {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]    --> src/rustc_interface/dataflow.rs:168:69
[INFO] [stdout]     |
[INFO] [stdout] 168 |     fn initialize_start_block(&self, body: &Body<'tcx>, state: &mut Self::Domain) {
[INFO] [stdout]     |                                                                     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: if there were a trait named `Example` with associated type `Domain` implemented for `AnalysisEngine<T>`, you could use the fully-qualified path
[INFO] [stdout]     |
[INFO] [stdout] 168 -     fn initialize_start_block(&self, body: &Body<'tcx>, state: &mut Self::Domain) {
[INFO] [stdout] 168 +     fn initialize_start_block(&self, body: &Body<'tcx>, state: &mut <AnalysisEngine<T> as Example>::Domain) {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]    --> src/rustc_interface/dataflow.rs:174:21
[INFO] [stdout]     |
[INFO] [stdout] 174 |         state: &mut Self::Domain,
[INFO] [stdout]     |                     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: if there were a trait named `Example` with associated type `Domain` implemented for `AnalysisEngine<T>`, you could use the fully-qualified path
[INFO] [stdout]     |
[INFO] [stdout] 174 -         state: &mut Self::Domain,
[INFO] [stdout] 174 +         state: &mut <AnalysisEngine<T> as Example>::Domain,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]    --> src/rustc_interface/dataflow.rs:184:21
[INFO] [stdout]     |
[INFO] [stdout] 184 |         state: &mut Self::Domain,
[INFO] [stdout]     |                     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: if there were a trait named `Example` with associated type `Domain` implemented for `AnalysisEngine<T>`, you could use the fully-qualified path
[INFO] [stdout]     |
[INFO] [stdout] 184 -         state: &mut Self::Domain,
[INFO] [stdout] 184 +         state: &mut <AnalysisEngine<T> as Example>::Domain,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]    --> src/rustc_interface/dataflow.rs:193:21
[INFO] [stdout]     |
[INFO] [stdout] 193 |         state: &mut Self::Domain,
[INFO] [stdout]     |                     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: if there were a trait named `Example` with associated type `Domain` implemented for `AnalysisEngine<T>`, you could use the fully-qualified path
[INFO] [stdout]     |
[INFO] [stdout] 193 -         state: &mut Self::Domain,
[INFO] [stdout] 193 +         state: &mut <AnalysisEngine<T> as Example>::Domain,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]    --> src/rustc_interface/dataflow.rs:202:21
[INFO] [stdout]     |
[INFO] [stdout] 202 |         state: &mut Self::Domain,
[INFO] [stdout]     |                     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: if there were a trait named `Example` with associated type `Domain` implemented for `AnalysisEngine<T>`, you could use the fully-qualified path
[INFO] [stdout]     |
[INFO] [stdout] 202 -         state: &mut Self::Domain,
[INFO] [stdout] 202 +         state: &mut <AnalysisEngine<T> as Example>::Domain,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]    --> src/rustc_interface/dataflow.rs:212:22
[INFO] [stdout]     |
[INFO] [stdout] 212 |         _state: &mut Self::Domain,
[INFO] [stdout]     |                      ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: if there were a trait named `Example` with associated type `Domain` implemented for `AnalysisEngine<T>`, you could use the fully-qualified path
[INFO] [stdout]     |
[INFO] [stdout] 212 -         _state: &mut Self::Domain,
[INFO] [stdout] 212 +         _state: &mut <AnalysisEngine<T> as Example>::Domain,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stdout] error[E0119]: conflicting implementations of trait `TryFrom<pcg::node::PcgNode<'_, MaybeLabelledPlace<'_>, MaybeLabelledPlace<'_>>>` for type `MaybeLabelledPlace<'_>`
[INFO] [stdout]    --> src/borrow_pcg/borrow_pcg_edge.rs:248:1
[INFO] [stdout]     |
[INFO] [stdout] 248 | impl<'tcx> TryFrom<LocalNode<'tcx>> for MaybeLabelledPlace<'tcx> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: conflicting implementation in crate `core`:
[INFO] [stdout]             - impl<T, U> TryFrom<U> for T
[INFO] [stdout]               where U: Into<T>;
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `TryFrom<PlaceOrConst<'_, MaybeRemotePlace<'_>>>` for type `MaybeLabelledPlace<'_>`
[INFO] [stdout]   --> src/utils/place/maybe_old.rs:95:1
[INFO] [stdout]    |
[INFO] [stdout] 95 | impl<'tcx> TryFrom<PcgLifetimeProjectionBase<'tcx>> for MaybeLabelledPlace<'tcx> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: conflicting implementation in crate `core`:
[INFO] [stdout]            - impl<T, U> TryFrom<U> for T
[INFO] [stdout]              where U: Into<T>;
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `TryFrom<pcg::node::PcgNode<'_>>` for type `MaybeLabelledPlace<'_>`
[INFO] [stdout]    --> src/utils/place/maybe_old.rs:128:1
[INFO] [stdout]     |
[INFO] [stdout] 128 | impl<'tcx> TryFrom<PcgNode<'tcx>> for MaybeLabelledPlace<'tcx> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: conflicting implementation in crate `core`:
[INFO] [stdout]             - impl<T, U> TryFrom<U> for T
[INFO] [stdout]               where U: Into<T>;
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `TryFrom<MaybeRemotePlace<'_>>` for type `MaybeLabelledPlace<'_>`
[INFO] [stdout]    --> src/utils/place/maybe_old.rs:140:1
[INFO] [stdout]     |
[INFO] [stdout] 140 | impl<'tcx> TryFrom<MaybeRemotePlace<'tcx>> for MaybeLabelledPlace<'tcx> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: conflicting implementation in crate `core`:
[INFO] [stdout]             - impl<T, U> TryFrom<U> for T
[INFO] [stdout]               where U: Into<T>;
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `TryFrom<PlaceOrConst<'_, MaybeRemotePlace<'_>>>` for type `MaybeRemotePlace<'_>`
[INFO] [stdout]   --> src/utils/place/maybe_remote.rs:74:1
[INFO] [stdout]    |
[INFO] [stdout] 74 | impl<'tcx> TryFrom<PcgLifetimeProjectionBase<'tcx>> for MaybeRemotePlace<'tcx> {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: conflicting implementation in crate `core`:
[INFO] [stdout]            - impl<T, U> TryFrom<U> for T
[INFO] [stdout]              where U: Into<T>;
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `TryFrom<dataflow_stmt_phase::DataflowStmtPhase>` for type `utils::mir::BasicBlock`
[INFO] [stdout]  --> src/pcg/domain/dataflow_stmt_phase.rs:6:62
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(PartialEq, Eq, Copy, Clone, Debug, Ord, PartialOrd, TryInto)]
[INFO] [stdout]   |                                                              ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: conflicting implementation in crate `core`:
[INFO] [stdout]           - impl<T, U> TryFrom<U> for T
[INFO] [stdout]             where U: Into<T>;
[INFO] [stdout]   = note: this error originates in the derive macro `TryInto` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0119]: conflicting implementations of trait `TryFrom<MaybeLabelledPlace<'_>>` for type `place::Place<'_>`
[INFO] [stdout]   --> src/utils/place/maybe_old.rs:39:74
[INFO] [stdout]    |
[INFO] [stdout] 39 | #[derive(PartialEq, Eq, Clone, Debug, Hash, Copy, From, Ord, PartialOrd, TryInto)]
[INFO] [stdout]    |                                                                          ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: conflicting implementation in crate `core`:
[INFO] [stdout]            - impl<T, U> TryFrom<U> for T
[INFO] [stdout]              where U: Into<T>;
[INFO] [stdout]    = note: this error originates in the derive macro `TryInto` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0119, E0220, E0223, E0408, E0412, E0422, E0432, E0463, E0531...
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0119`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pcg` (lib) due to 109 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "0bd8ef822cfde7a7e6a4ebfb8e8b5aa71a7e8aea0851b6b9119efb44ff9df584", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0bd8ef822cfde7a7e6a4ebfb8e8b5aa71a7e8aea0851b6b9119efb44ff9df584", kill_on_drop: false }`
[INFO] [stdout] 0bd8ef822cfde7a7e6a4ebfb8e8b5aa71a7e8aea0851b6b9119efb44ff9df584
