[INFO] cloning repository https://github.com/Arios16/dataflow-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Arios16/dataflow-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArios16%2Fdataflow-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArios16%2Fdataflow-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e761c1deb21a47249d0d63848594f27bd423fa0b [INFO] testing Arios16/dataflow-rs against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArios16%2Fdataflow-rs" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Arios16/dataflow-rs on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Arios16/dataflow-rs [INFO] finished tweaking git repo https://github.com/Arios16/dataflow-rs [INFO] tweaked toml for git repo https://github.com/Arios16/dataflow-rs written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/Arios16/dataflow-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d53731cab2751d7e8480c3c62ddf4a07871abe9a5920abe4c6e342283b18bc65 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d53731cab2751d7e8480c3c62ddf4a07871abe9a5920abe4c6e342283b18bc65", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d53731cab2751d7e8480c3c62ddf4a07871abe9a5920abe4c6e342283b18bc65", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d53731cab2751d7e8480c3c62ddf4a07871abe9a5920abe4c6e342283b18bc65", kill_on_drop: false }` [INFO] [stdout] d53731cab2751d7e8480c3c62ddf4a07871abe9a5920abe4c6e342283b18bc65 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] bbee2e57008b449189756bed632b8d4835d4af45acc463f1e8e1bf2cb54346d1 [INFO] running `Command { std: "docker" "start" "-a" "bbee2e57008b449189756bed632b8d4835d4af45acc463f1e8e1bf2cb54346d1", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling dataflow v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0462]: found staticlib `rustc` instead of rlib or dylib [INFO] [stdout] --> src/lib.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate rustc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: please recompile that crate using --crate-type lib [INFO] [stdout] = note: the following crate versions were found: [INFO] [stdout] crate `rustc`: /opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-stable_rt.msan.a [INFO] [stdout] crate `rustc`: /opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-stable_rt.tsan.a [INFO] [stdout] crate `rustc`: /opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-stable_rt.asan.a [INFO] [stdout] crate `rustc`: /opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc-stable_rt.lsan.a [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_data_structures` [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate rustc_data_structures; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_driver` [INFO] [stdout] --> src/lib.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | extern crate rustc_driver; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_interface` [INFO] [stdout] --> src/lib.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | 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[E0433]: failed to resolve: use of undeclared type `TyKind` [INFO] [stdout] --> src/lattice.rs:55:14 [INFO] [stdout] | [INFO] [stdout] 55 | &TyKind::Int(_) => true, [INFO] [stdout] | ^^^^^^ use of undeclared type `TyKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ConstValue` [INFO] [stdout] --> src/lattice.rs:93:13 [INFO] [stdout] | [INFO] [stdout] 93 | ConstValue::Scalar(scalar) => { [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `ConstValue` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinOp` [INFO] [stdout] --> src/lattice.rs:109:13 [INFO] [stdout] | [INFO] [stdout] 109 | BinOp::Add => match (arg1, arg2) { [INFO] [stdout] | ^^^^^ use of undeclared type `BinOp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinOp` [INFO] [stdout] --> src/lattice.rs:127:13 [INFO] [stdout] | [INFO] [stdout] 127 | BinOp::Sub => match (arg1, arg2) { [INFO] [stdout] | ^^^^^ use of undeclared type `BinOp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinOp` [INFO] [stdout] --> src/lattice.rs:147:13 [INFO] [stdout] | [INFO] [stdout] 147 | BinOp::Mul => match (arg1, arg2) { [INFO] [stdout] | ^^^^^ use of undeclared type `BinOp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinOp` [INFO] [stdout] --> src/lattice.rs:159:13 [INFO] [stdout] | [INFO] [stdout] 159 | BinOp::Div => match (arg1, arg2) { [INFO] [stdout] | ^^^^^ use of undeclared type `BinOp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinOp` [INFO] [stdout] --> src/lattice.rs:163:13 [INFO] [stdout] | [INFO] [stdout] 163 | BinOp::Rem => *arg1, [INFO] [stdout] | ^^^^^ use of undeclared type `BinOp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `UnOp` [INFO] [stdout] --> src/lattice.rs:170:13 [INFO] [stdout] | [INFO] [stdout] 170 | UnOp::Neg => match arg { [INFO] [stdout] | ^^^^ use of undeclared type `UnOp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinOp` [INFO] [stdout] --> src/lattice.rs:184:13 [INFO] [stdout] | [INFO] [stdout] 184 | BinOp::Eq => match (arg1, arg2) { [INFO] [stdout] | ^^^^^ use of undeclared type `BinOp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinOp` [INFO] [stdout] --> src/lattice.rs:193:13 [INFO] [stdout] | [INFO] [stdout] 193 | BinOp::Lt => match (arg1, arg2) { [INFO] [stdout] | ^^^^^ use of undeclared type `BinOp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinOp` [INFO] [stdout] --> src/lattice.rs:201:13 [INFO] [stdout] | [INFO] [stdout] 201 | BinOp::Le => match (arg1, arg2) { [INFO] [stdout] | ^^^^^ use of undeclared type `BinOp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinOp` [INFO] [stdout] --> src/lattice.rs:210:13 [INFO] [stdout] | [INFO] [stdout] 210 | BinOp::Ge => match (arg1, arg2) { [INFO] [stdout] | ^^^^^ use of undeclared type `BinOp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinOp` [INFO] [stdout] --> src/lattice.rs:219:13 [INFO] [stdout] | [INFO] [stdout] 219 | BinOp::Gt => match (arg1, arg2) { [INFO] [stdout] | ^^^^^ use of undeclared type `BinOp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinOp` [INFO] [stdout] --> src/lattice.rs:233:13 [INFO] [stdout] | [INFO] [stdout] 233 | BinOp::Lt => match (arg1, arg2) { [INFO] [stdout] | ^^^^^ use of undeclared type `BinOp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinOp` [INFO] [stdout] --> src/lattice.rs:242:13 [INFO] [stdout] | [INFO] [stdout] 242 | BinOp::Le => match (arg1, arg2) { [INFO] [stdout] | ^^^^^ use of undeclared type `BinOp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinOp` [INFO] [stdout] --> src/lattice.rs:250:13 [INFO] [stdout] | [INFO] [stdout] 250 | BinOp::Ge => match (arg1, arg2) { [INFO] [stdout] | ^^^^^ use of undeclared type `BinOp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinOp` [INFO] [stdout] --> src/lattice.rs:258:13 [INFO] [stdout] | [INFO] [stdout] 258 | BinOp::Gt => match (arg1, arg2) { [INFO] [stdout] | ^^^^^ use of undeclared type `BinOp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Operand` [INFO] [stdout] --> src/lattice.rs:311:13 [INFO] [stdout] | [INFO] [stdout] 311 | Operand::Copy(place) | Operand::Move(place) => match 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/lattice.rs:311:36 [INFO] [stdout] | [INFO] [stdout] 311 | Operand::Copy(place) | Operand::Move(place) => match place { [INFO] [stdout] | ^^^^^^^ use of undeclared type `Operand` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Place` [INFO] [stdout] --> src/lattice.rs:312:17 [INFO] [stdout] | [INFO] [stdout] 312 | Place::Base(place_base) => match place_base { [INFO] [stdout] | ^^^^^ use of undeclared type `Place` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PlaceBase` [INFO] [stdout] --> src/lattice.rs:313:21 [INFO] [stdout] | [INFO] [stdout] 313 | PlaceBase::Local(local2) => self[local2].clone(), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `PlaceBase` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Operand` [INFO] [stdout] --> src/lattice.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | Operand::Constant(constant) => SL::alpha(constant.literal.val), [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/lattice.rs:321:13 [INFO] [stdout] | [INFO] [stdout] 321 | Operand::Copy(place) | Operand::Move(place) => match 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/lattice.rs:321:36 [INFO] [stdout] | [INFO] [stdout] 321 | Operand::Copy(place) | Operand::Move(place) => match place { [INFO] [stdout] | ^^^^^^^ use of undeclared type `Operand` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Place` [INFO] [stdout] --> src/lattice.rs:322:17 [INFO] [stdout] | [INFO] [stdout] 322 | Place::Base(place_base) => match place_base { [INFO] [stdout] | ^^^^^ use of undeclared type `Place` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PlaceBase` [INFO] [stdout] --> src/lattice.rs:323:21 [INFO] [stdout] | [INFO] [stdout] 323 | PlaceBase::Local(local) => Some(local.clone()), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `PlaceBase` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rvalue` [INFO] [stdout] --> src/lattice.rs:333:13 [INFO] [stdout] | [INFO] [stdout] 333 | Rvalue::Use(op) => { [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/lattice.rs:346:13 [INFO] [stdout] | [INFO] [stdout] 346 | Rvalue::BinaryOp(op, op1, op2) | Rvalue::CheckedBinaryOp(op, op1, op2) => { [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/lattice.rs:346:46 [INFO] [stdout] | [INFO] [stdout] 346 | Rvalue::BinaryOp(op, op1, op2) | Rvalue::CheckedBinaryOp(op, op1, op2) => { [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/lattice.rs:351:13 [INFO] [stdout] | [INFO] [stdout] 351 | Rvalue::UnaryOp(op, op1) => { [INFO] [stdout] | ^^^^^^ use of undeclared type `Rvalue` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Operand` [INFO] [stdout] --> src/lattice.rs:367:13 [INFO] [stdout] | [INFO] [stdout] 367 | Operand::Copy(place) | Operand::Move(place) => match 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/lattice.rs:367:36 [INFO] [stdout] | [INFO] [stdout] 367 | Operand::Copy(place) | Operand::Move(place) => match place { [INFO] [stdout] | ^^^^^^^ use of undeclared type `Operand` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Place` [INFO] [stdout] --> src/lattice.rs:368:17 [INFO] [stdout] | [INFO] [stdout] 368 | Place::Base(place_base) => match place_base { [INFO] [stdout] | ^^^^^ use of undeclared type `Place` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PlaceBase` [INFO] [stdout] --> src/lattice.rs:369:21 [INFO] [stdout] | [INFO] [stdout] 369 | PlaceBase::Local(local2) => self[local2].clone(), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `PlaceBase` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Operand` [INFO] [stdout] --> src/lattice.rs:374:13 [INFO] [stdout] | [INFO] [stdout] 374 | Operand::Constant(constant) => SL::alpha(constant.literal.val), [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/lattice.rs:377:13 [INFO] [stdout] | [INFO] [stdout] 377 | Operand::Copy(place) | Operand::Move(place) => match 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/lattice.rs:377:36 [INFO] [stdout] | [INFO] [stdout] 377 | Operand::Copy(place) | Operand::Move(place) => match place { [INFO] [stdout] | ^^^^^^^ use of undeclared type `Operand` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Place` [INFO] [stdout] --> src/lattice.rs:378:17 [INFO] [stdout] | [INFO] [stdout] 378 | Place::Base(place_base) => match place_base { [INFO] [stdout] | ^^^^^ use of undeclared type `Place` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PlaceBase` [INFO] [stdout] --> src/lattice.rs:379:21 [INFO] [stdout] | [INFO] [stdout] 379 | PlaceBase::Local(local) => Some(local.clone()), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `PlaceBase` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rvalue` [INFO] [stdout] --> src/lattice.rs:388:13 [INFO] [stdout] | [INFO] [stdout] 388 | Rvalue::BinaryOp(op, op1, op2) | Rvalue::CheckedBinaryOp(op, op1, op2) => { [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/lattice.rs:388:46 [INFO] [stdout] | [INFO] [stdout] 388 | Rvalue::BinaryOp(op, op1, op2) | Rvalue::CheckedBinaryOp(op, op1, op2) => { [INFO] [stdout] | ^^^^^^ use of undeclared type `Rvalue` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Place` [INFO] [stdout] --> src/lattice.rs:452:13 [INFO] [stdout] | [INFO] [stdout] 452 | Place::Base(place_base) => match place_base { [INFO] [stdout] | ^^^^^ use of undeclared type `Place` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PlaceBase` [INFO] [stdout] --> src/lattice.rs:453:17 [INFO] [stdout] | [INFO] [stdout] 453 | PlaceBase::Local(local) => { [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `PlaceBase` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndexVec` [INFO] [stdout] --> src/lib.rs:58:25 [INFO] [stdout] | [INFO] [stdout] 58 | let mut input = IndexVec::new(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `IndexVec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TerminatorKind` [INFO] [stdout] --> src/lib.rs:96:17 [INFO] [stdout] | [INFO] [stdout] 96 | TerminatorKind::SwitchInt { [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/lib.rs:102:28 [INFO] [stdout] | [INFO] [stdout] 102 | if let TyKind::Bool = switch_ty.sty { [INFO] [stdout] | ^^^^^^ use of undeclared type `TyKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Operand` [INFO] [stdout] --> src/lib.rs:104:29 [INFO] [stdout] | [INFO] [stdout] 104 | ... Operand::Copy(place) | Operand::Move(place) => match 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/lib.rs:104:52 [INFO] [stdout] | [INFO] [stdout] 104 | ... Operand::Copy(place) | Operand::Move(place) => match place { [INFO] [stdout] | ^^^^^^^ use of undeclared type `Operand` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Place` [INFO] [stdout] --> src/lib.rs:105:33 [INFO] [stdout] | [INFO] [stdout] 105 | ... Place::Base(PlaceBase::Local(local)) => { [INFO] [stdout] | ^^^^^ use of undeclared type `Place` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PlaceBase` [INFO] [stdout] --> src/lib.rs:105:45 [INFO] [stdout] | [INFO] [stdout] 105 | ... Place::Base(PlaceBase::Local(local)) => { [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `PlaceBase` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `StatementKind` [INFO] [stdout] --> src/lib.rs:119:28 [INFO] [stdout] | [INFO] [stdout] 119 | if let StatementKind::Assign( [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `StatementKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Place` [INFO] [stdout] --> src/lib.rs:120:25 [INFO] [stdout] | [INFO] [stdout] 120 | Place::Base(PlaceBase::Local(ref local)), [INFO] [stdout] | ^^^^^ use of undeclared type `Place` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PlaceBase` [INFO] [stdout] --> src/lib.rs:120:37 [INFO] [stdout] | [INFO] [stdout] 120 | Place::Base(PlaceBase::Local(ref local)), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `PlaceBase` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rvalue` [INFO] [stdout] --> src/lib.rs:124:32 [INFO] [stdout] | [INFO] [stdout] 124 | if let Rvalue::UnaryOp( [INFO] [stdout] | ^^^^^^ use of undeclared type `Rvalue` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `UnOp` [INFO] [stdout] --> src/lib.rs:125:29 [INFO] [stdout] | [INFO] [stdout] 125 | ... UnOp::Not, [INFO] [stdout] | ^^^^ use of undeclared type `UnOp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Operand` [INFO] [stdout] --> src/lib.rs:126:29 [INFO] [stdout] | [INFO] [stdout] 126 | ... Operand::Copy(Place::Base(PlaceBase::Local(ref local2))), [INFO] [stdout] | ^^^^^^^ use of undeclared type `Operand` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Place` [INFO] [stdout] --> src/lib.rs:126:43 [INFO] [stdout] | [INFO] [stdout] 126 | ... Operand::Copy(Place::Base(PlaceBase::Local(ref local2))), [INFO] [stdout] | ^^^^^ use of undeclared type `Place` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PlaceBase` [INFO] [stdout] --> src/lib.rs:126:55 [INFO] [stdout] | [INFO] [stdout] 126 | ... Operand::Copy(Place::Base(PlaceBase::Local(ref local2))), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `PlaceBase` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Rvalue` [INFO] [stdout] --> src/lib.rs:128:27 [INFO] [stdout] | [INFO] [stdout] 128 | | Rvalue::UnaryOp( [INFO] [stdout] | ^^^^^^ use of undeclared type `Rvalue` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `UnOp` [INFO] [stdout] --> src/lib.rs:129:29 [INFO] [stdout] | [INFO] [stdout] 129 | ... UnOp::Not, [INFO] [stdout] | ^^^^ use of undeclared type `UnOp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Operand` [INFO] [stdout] --> src/lib.rs:130:29 [INFO] [stdout] | [INFO] [stdout] 130 | ... Operand::Move(Place::Base(PlaceBase::Local(ref local2))), [INFO] [stdout] | ^^^^^^^ use of undeclared type `Operand` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Place` [INFO] [stdout] --> src/lib.rs:130:43 [INFO] [stdout] | [INFO] [stdout] 130 | ... Operand::Move(Place::Base(PlaceBase::Local(ref local2))), [INFO] [stdout] | ^^^^^ use of undeclared type `Place` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PlaceBase` [INFO] [stdout] --> src/lib.rs:130:55 [INFO] [stdout] | [INFO] [stdout] 130 | ... Operand::Move(Place::Base(PlaceBase::Local(ref local2))), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `PlaceBase` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `StatementKind` [INFO] [stdout] --> src/lib.rs:145:21 [INFO] [stdout] | [INFO] [stdout] 145 | StatementKind::Assign(ref place, ref rvalue) => match place { [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `StatementKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Place` [INFO] [stdout] --> src/lib.rs:146:25 [INFO] [stdout] | [INFO] [stdout] 146 | Place::Base(place_base) => match place_base { [INFO] [stdout] | ^^^^^ use of undeclared type `Place` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PlaceBase` [INFO] [stdout] --> src/lib.rs:147:29 [INFO] [stdout] | [INFO] [stdout] 147 | ... PlaceBase::Local(local) => { [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `PlaceBase` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TerminatorKind` [INFO] [stdout] --> src/lib.rs:175:17 [INFO] [stdout] | [INFO] [stdout] 175 | TerminatorKind::Call { [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `TerminatorKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `StatementKind` [INFO] [stdout] --> src/lib.rs:242:21 [INFO] [stdout] | [INFO] [stdout] 242 | StatementKind::Assign(ref place, ref rvalue) => match place { [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `StatementKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Place` [INFO] [stdout] --> src/lib.rs:243:25 [INFO] [stdout] | [INFO] [stdout] 243 | Place::Base(place_base) => match place_base { [INFO] [stdout] | ^^^^^ use of undeclared type `Place` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PlaceBase` [INFO] [stdout] --> src/lib.rs:244:29 [INFO] [stdout] | [INFO] [stdout] 244 | ... PlaceBase::Local(local) => { [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `PlaceBase` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BasicBlock` [INFO] [stdout] --> src/lib.rs:260:28 [INFO] [stdout] | [INFO] [stdout] 260 | let block_id = BasicBlock::from_usize(idx); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `BasicBlock` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `StatementKind` [INFO] [stdout] --> src/lib.rs:266:21 [INFO] [stdout] | [INFO] [stdout] 266 | StatementKind::Assign(ref place, ref rvalue) => { [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/lib.rs:274:17 [INFO] [stdout] | [INFO] [stdout] 274 | 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/lib.rs:284:17 [INFO] [stdout] | [INFO] [stdout] 284 | TerminatorKind::Goto { target: block } => { [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/lib.rs:287:17 [INFO] [stdout] | [INFO] [stdout] 287 | TerminatorKind::SwitchInt { [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared type `TerminatorKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `interface` [INFO] [stdout] --> src/lib.rs:323:45 [INFO] [stdout] | [INFO] [stdout] 323 | fn after_analysis(&mut self, compiler: &interface::Compiler) -> bool { [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `interface` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BasicBlock` in this scope [INFO] [stdout] --> src/block.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | pub id: BasicBlock, [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/block.rs:5:21 [INFO] [stdout] | [INFO] [stdout] 5 | pub data: &'tcx 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/block.rs:30:20 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn new(id: BasicBlock, data: &'tcx BasicBlockData<'tcx>, idx: usize) -> Self { [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/block.rs:30:44 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn new(id: BasicBlock, data: &'tcx BasicBlockData<'tcx>, idx: usize) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyKind` in this scope [INFO] [stdout] --> src/lattice.rs:11:21 [INFO] [stdout] | [INFO] [stdout] 11 | fn applies(ty: &TyKind) -> bool; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ConstValue` in this scope [INFO] [stdout] --> src/lattice.rs:15:17 [INFO] [stdout] | [INFO] [stdout] 15 | fn alpha(a: ConstValue) -> Self; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BinOp` in this scope [INFO] [stdout] --> src/lattice.rs:16:24 [INFO] [stdout] | [INFO] [stdout] 16 | fn flow_binop(op: &BinOp, arg1: &Self, arg2: &Self) -> Self; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UnOp` in this scope [INFO] [stdout] --> src/lattice.rs:17:23 [INFO] [stdout] | [INFO] [stdout] 17 | fn flow_unop(op: &UnOp, arg: &Self) -> Self; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BinOp` in this scope [INFO] [stdout] --> src/lattice.rs:18:28 [INFO] [stdout] | [INFO] [stdout] 18 | fn flow_cond_true(op: &BinOp, arg1: &Self, arg2: &Self) -> (Self, Self); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BinOp` in this scope [INFO] [stdout] --> src/lattice.rs:19:29 [INFO] [stdout] | [INFO] [stdout] 19 | fn flow_cond_false(op: &BinOp, arg1: &Self, arg2: &Self) -> (Self, Self); [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/lattice.rs:23:20 [INFO] [stdout] | [INFO] [stdout] 23 | fn bot(decls: &IndexVec) -> 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/lattice.rs:23:29 [INFO] [stdout] | [INFO] [stdout] 22 | pub trait Lattice: PartialEq + Eq + Sized + Clone + Debug { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 23 | fn bot(decls: &IndexVec) -> Self; [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/lattice.rs:23:36 [INFO] [stdout] | [INFO] [stdout] 22 | pub trait Lattice: PartialEq + Eq + Sized + Clone + Debug { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 23 | fn bot(decls: &IndexVec) -> Self; [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/lattice.rs:24:20 [INFO] [stdout] | [INFO] [stdout] 24 | fn top(decls: &IndexVec) -> 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/lattice.rs:24:29 [INFO] [stdout] | [INFO] [stdout] 22 | pub trait Lattice: PartialEq + Eq + Sized + Clone + Debug { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 23 | fn bot(decls: &IndexVec) -> Self; [INFO] [stdout] 24 | fn top(decls: &IndexVec) -> Self; [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/lattice.rs:24:36 [INFO] [stdout] | [INFO] [stdout] 22 | pub trait Lattice: PartialEq + Eq + Sized + Clone + Debug { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 23 | fn bot(decls: &IndexVec) -> Self; [INFO] [stdout] 24 | fn top(decls: &IndexVec) -> 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/lattice.rs:28:16 [INFO] [stdout] | [INFO] [stdout] 28 | local: Local, [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/lattice.rs:29:22 [INFO] [stdout] | [INFO] [stdout] 22 | pub trait Lattice: PartialEq + Eq + Sized + Clone + Debug { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 29 | rvalue: &Box, [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/lattice.rs:30:29 [INFO] [stdout] | [INFO] [stdout] 22 | pub trait Lattice: PartialEq + Eq + Sized + Clone + Debug { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 30 | equiv: &mut HashMap>, [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/lattice.rs:30:40 [INFO] [stdout] | [INFO] [stdout] 22 | pub trait Lattice: PartialEq + Eq + Sized + Clone + Debug { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 30 | equiv: &mut HashMap>, [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/lattice.rs:34:22 [INFO] [stdout] | [INFO] [stdout] 22 | pub trait Lattice: PartialEq + Eq + Sized + Clone + Debug { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 34 | rvalue: &Box, [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/lattice.rs:35:29 [INFO] [stdout] | [INFO] [stdout] 22 | pub trait Lattice: PartialEq + Eq + Sized + Clone + Debug { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 35 | equiv: &mut HashMap>, [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/lattice.rs:35:40 [INFO] [stdout] | [INFO] [stdout] 22 | pub trait Lattice: PartialEq + Eq + Sized + Clone + Debug { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 35 | equiv: &mut HashMap>, [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/lattice.rs:37:41 [INFO] [stdout] | [INFO] [stdout] 37 | fn flow_function_call(&self, func: &Operand, args: &Vec, destination: &Place) -> Self; [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/lattice.rs:37:61 [INFO] [stdout] | [INFO] [stdout] 22 | pub trait Lattice: PartialEq + Eq + Sized + Clone + Debug { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 37 | fn flow_function_call(&self, func: &Operand, args: &Vec, destination: &Place) -> 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/lattice.rs:37:85 [INFO] [stdout] | [INFO] [stdout] 37 | fn flow_function_call(&self, func: &Operand, args: &Vec, destination: &Place) -> Self; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyKind` in this scope [INFO] [stdout] --> src/lattice.rs:53:21 [INFO] [stdout] | [INFO] [stdout] 53 | fn applies(ty: &TyKind) -> bool { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ConstValue` in this scope [INFO] [stdout] --> src/lattice.rs:91:17 [INFO] [stdout] | [INFO] [stdout] 91 | fn alpha(a: ConstValue) -> Self { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BinOp` in this scope [INFO] [stdout] --> src/lattice.rs:107:24 [INFO] [stdout] | [INFO] [stdout] 107 | fn flow_binop(op: &BinOp, arg1: &Self, arg2: &Self) -> Self { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UnOp` in this scope [INFO] [stdout] --> src/lattice.rs:168:23 [INFO] [stdout] | [INFO] [stdout] 168 | fn flow_unop(op: &UnOp, arg: &Self) -> Self { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BinOp` in this scope [INFO] [stdout] --> src/lattice.rs:182:28 [INFO] [stdout] | [INFO] [stdout] 182 | fn flow_cond_true(op: &BinOp, arg1: &Self, arg2: &Self) -> (Self, Self) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BinOp` in this scope [INFO] [stdout] --> src/lattice.rs:231:29 [INFO] [stdout] | [INFO] [stdout] 231 | fn flow_cond_false(op: &BinOp, arg1: &Self, arg2: &Self) -> (Self, 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/lattice.rs:272:45 [INFO] [stdout] | [INFO] [stdout] 272 | impl Lattice for HashMap { [INFO] [stdout] | - ^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `, Local` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IndexVec` in this scope [INFO] [stdout] --> src/lattice.rs:273:20 [INFO] [stdout] | [INFO] [stdout] 273 | fn bot(decls: &IndexVec) -> 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/lattice.rs:273:29 [INFO] [stdout] | [INFO] [stdout] 272 | impl Lattice for HashMap { [INFO] [stdout] | - help: you might be missing a type parameter: `, Local` [INFO] [stdout] 273 | fn bot(decls: &IndexVec) -> Self { [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/lattice.rs:273:36 [INFO] [stdout] | [INFO] [stdout] 272 | impl Lattice for HashMap { [INFO] [stdout] | - help: you might be missing a type parameter: `, LocalDecl` [INFO] [stdout] 273 | fn bot(decls: &IndexVec) -> Self { [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/lattice.rs:283:20 [INFO] [stdout] | [INFO] [stdout] 283 | fn top(decls: &IndexVec) -> 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/lattice.rs:283:29 [INFO] [stdout] | [INFO] [stdout] 272 | impl Lattice for HashMap { [INFO] [stdout] | - help: you might be missing a type parameter: `, Local` [INFO] [stdout] ... [INFO] [stdout] 283 | fn top(decls: &IndexVec) -> Self { [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/lattice.rs:283:36 [INFO] [stdout] | [INFO] [stdout] 272 | impl Lattice for HashMap { [INFO] [stdout] | - help: you might be missing a type parameter: `, LocalDecl` [INFO] [stdout] ... [INFO] [stdout] 283 | fn top(decls: &IndexVec) -> 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/lattice.rs:303:16 [INFO] [stdout] | [INFO] [stdout] 303 | local: Local, [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/lattice.rs:304:22 [INFO] [stdout] | [INFO] [stdout] 272 | impl Lattice for HashMap { [INFO] [stdout] | - help: you might be missing a type parameter: `, Rvalue` [INFO] [stdout] ... [INFO] [stdout] 304 | rvalue: &Box, [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/lattice.rs:305:29 [INFO] [stdout] | [INFO] [stdout] 272 | impl Lattice for HashMap { [INFO] [stdout] | - help: you might be missing a type parameter: `, Local` [INFO] [stdout] ... [INFO] [stdout] 305 | equiv: &mut HashMap>, [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/lattice.rs:305:40 [INFO] [stdout] | [INFO] [stdout] 272 | impl Lattice for HashMap { [INFO] [stdout] | - help: you might be missing a type parameter: `, Local` [INFO] [stdout] ... [INFO] [stdout] 305 | equiv: &mut HashMap>, [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/lattice.rs:310:29 [INFO] [stdout] | [INFO] [stdout] 310 | let get_val = |op: &Operand| match op { [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/lattice.rs:320:31 [INFO] [stdout] | [INFO] [stdout] 320 | let get_local = |op: &Operand| match op { [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/lattice.rs:363:22 [INFO] [stdout] | [INFO] [stdout] 272 | impl Lattice for HashMap { [INFO] [stdout] | - help: you might be missing a type parameter: `, Rvalue` [INFO] [stdout] ... [INFO] [stdout] 363 | rvalue: &Box, [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/lattice.rs:364:29 [INFO] [stdout] | [INFO] [stdout] 272 | impl Lattice for HashMap { [INFO] [stdout] | - help: you might be missing a type parameter: `, Local` [INFO] [stdout] ... [INFO] [stdout] 364 | equiv: &mut HashMap>, [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/lattice.rs:364:40 [INFO] [stdout] | [INFO] [stdout] 272 | impl Lattice for HashMap { [INFO] [stdout] | - help: you might be missing a type parameter: `, Local` [INFO] [stdout] ... [INFO] [stdout] 364 | equiv: &mut HashMap>, [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/lattice.rs:366:29 [INFO] [stdout] | [INFO] [stdout] 366 | let get_val = |op: &Operand| match op { [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/lattice.rs:376:31 [INFO] [stdout] | [INFO] [stdout] 376 | let get_local = |op: &Operand| match op { [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/lattice.rs:446:17 [INFO] [stdout] | [INFO] [stdout] 446 | _func: &Operand, [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/lattice.rs:447:21 [INFO] [stdout] | [INFO] [stdout] 272 | impl Lattice for HashMap { [INFO] [stdout] | - help: you might be missing a type parameter: `, Operand` [INFO] [stdout] ... [INFO] [stdout] 447 | _args: &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/lattice.rs:448:23 [INFO] [stdout] | [INFO] [stdout] 448 | destination: &Place, [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/lib.rs:27:14 [INFO] [stdout] | [INFO] [stdout] 27 | blocks: &IndexVec, [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/lib.rs:27:23 [INFO] [stdout] | [INFO] [stdout] 26 | fn reverse_post_order( [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 27 | blocks: &IndexVec, [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/lib.rs:27:35 [INFO] [stdout] | [INFO] [stdout] 26 | fn reverse_post_order( [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 27 | blocks: &IndexVec, [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/lib.rs:28:12 [INFO] [stdout] | [INFO] [stdout] 28 | block: 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/lib.rs:29:25 [INFO] [stdout] | [INFO] [stdout] 26 | fn reverse_post_order( [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 29 | order: &mut HashMap, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BasicBlock` in this scope [INFO] [stdout] --> src/lib.rs:30:27 [INFO] [stdout] | [INFO] [stdout] 26 | fn reverse_post_order( [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 30 | visited: &mut HashSet, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Mir` in this scope [INFO] [stdout] --> src/lib.rs:47:25 [INFO] [stdout] | [INFO] [stdout] 47 | function_mir: &'tcx Mir<'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/lib.rs:48:12 [INFO] [stdout] | [INFO] [stdout] 48 | input: IndexVec, [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/lib.rs:48:21 [INFO] [stdout] | [INFO] [stdout] 46 | struct Analysis<'tcx, L: lattice::Lattice> { [INFO] [stdout] | - help: you might be missing a type parameter: `, BasicBlock` [INFO] [stdout] 47 | function_mir: &'tcx Mir<'tcx>, [INFO] [stdout] 48 | input: IndexVec, [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/lib.rs:49:20 [INFO] [stdout] | [INFO] [stdout] 46 | struct Analysis<'tcx, L: lattice::Lattice> { [INFO] [stdout] | - help: you might be missing a type parameter: `, BasicBlock` [INFO] [stdout] ... [INFO] [stdout] 49 | order: HashMap, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Mir` in this scope [INFO] [stdout] --> src/lib.rs:54:32 [INFO] [stdout] | [INFO] [stdout] 54 | fn new(function_mir: &'tcx Mir<'tcx>) -> Self { [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/lib.rs:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | START_BLOCK, [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/lib.rs:70:15 [INFO] [stdout] | [INFO] [stdout] 70 | input[START_BLOCK] = L::top(&function_mir.local_decls); [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/lib.rs:73:13 [INFO] [stdout] | [INFO] [stdout] 73 | START_BLOCK, [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/lib.rs:74:42 [INFO] [stdout] | [INFO] [stdout] 74 | &function_mir.basic_blocks()[START_BLOCK], [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/lib.rs:75:20 [INFO] [stdout] | [INFO] [stdout] 75 | order[&START_BLOCK], [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/lib.rs:195:32 [INFO] [stdout] | [INFO] [stdout] 53 | impl<'tcx, L: lattice::Lattice> Analysis<'tcx, L> { [INFO] [stdout] | - help: you might be missing a type parameter: `, BasicBlock` [INFO] [stdout] ... [INFO] [stdout] 195 | .collect::>(); [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/lib.rs:235:35 [INFO] [stdout] | [INFO] [stdout] 235 | fn run_closure(&self, f: &Fn(&Statement, &L)) { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `LOCAL_CRATE` in this scope [INFO] [stdout] --> src/lib.rs:326:36 [INFO] [stdout] | [INFO] [stdout] 326 | let set = tcx.mir_keys(LOCAL_CRATE); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(rustc_private)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 153 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0433, E0463, E0554. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `dataflow` due to 154 previous errors [INFO] running `Command { std: "docker" "inspect" "bbee2e57008b449189756bed632b8d4835d4af45acc463f1e8e1bf2cb54346d1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bbee2e57008b449189756bed632b8d4835d4af45acc463f1e8e1bf2cb54346d1", kill_on_drop: false }` [INFO] [stdout] bbee2e57008b449189756bed632b8d4835d4af45acc463f1e8e1bf2cb54346d1