[INFO] cloning repository https://github.com/dustlang/miri [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dustlang/miri" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdustlang%2Fmiri", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdustlang%2Fmiri'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 12dac5c0f7acd106401aa14fec758f0ff552f678 [INFO] testing dustlang/miri against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdustlang%2Fmiri" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dustlang/miri 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/dustlang/miri [INFO] finished tweaking git repo https://github.com/dustlang/miri [INFO] tweaked toml for git repo https://github.com/dustlang/miri written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/dustlang/miri 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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tester v0.7.0 [INFO] [stderr] Downloaded socket2 v0.3.18 [INFO] [stderr] Downloaded compiletest_rs v0.5.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3573cd694e3b7f22b76b37769a8a75e24ecc46917a184d0ed0dca0d1c568faf2 [INFO] running `Command { std: "docker" "start" "-a" "3573cd694e3b7f22b76b37769a8a75e24ecc46917a184d0ed0dca0d1c568faf2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3573cd694e3b7f22b76b37769a8a75e24ecc46917a184d0ed0dca0d1c568faf2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3573cd694e3b7f22b76b37769a8a75e24ecc46917a184d0ed0dca0d1c568faf2", kill_on_drop: false }` [INFO] [stdout] 3573cd694e3b7f22b76b37769a8a75e24ecc46917a184d0ed0dca0d1c568faf2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] [stdout] 87ef6f79a31f069b04d5d22ce6f5bb901d373901a82243905534cae2cae0e465 [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" "87ef6f79a31f069b04d5d22ce6f5bb901d373901a82243905534cae2cae0e465", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling getrandom v0.2.0 [INFO] [stderr] Compiling rustc-workspace-hack v1.0.0 [INFO] [stderr] Compiling shell-escape v0.1.5 [INFO] [stderr] Compiling smallvec v1.5.1 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling miri v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0463]: can't find crate for `rustc_apfloat` [INFO] [stdout] --> src/lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | extern crate rustc_apfloat; [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/lib.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | extern crate rustc_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_middle` [INFO] [stdout] --> src/lib.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | #[macro_use] extern crate rustc_middle; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_data_structures` [INFO] [stdout] --> src/lib.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | 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_hir` [INFO] [stdout] --> src/lib.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | extern crate rustc_hir; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_index` [INFO] [stdout] --> src/lib.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | extern crate rustc_index; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_mir` [INFO] [stdout] --> src/lib.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | extern crate rustc_mir; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_span` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | extern crate rustc_span; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_target` [INFO] [stdout] --> src/lib.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | extern crate rustc_target; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `crate::ImmTy`, `crate::Immediate`, `crate::InterpResult`, `crate::MPlaceTy`, `crate::MemPlaceMeta`, `crate::MemoryKind`, `crate::MiriEvalContext`, `crate::MiriEvalContextExt`, `crate::MiriMemoryKind`, `crate::OpTy`, `crate::Pointer`, `crate::RangeMap`, `crate::Scalar`, `crate::ScalarMaybeUninit`, `crate::Tag`, `crate::ThreadId`, `crate::VClock`, `crate::VTimestamp`, `crate::VectorIdx` [INFO] [stdout] --> src/data_race.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 77 | ImmTy, Immediate, InterpResult, MPlaceTy, MemPlaceMeta, MemoryKind, MiriEvalContext, [INFO] [stdout] | ^^^^^ ^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^^^^ ^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | | | | [INFO] [stdout] | | | | | | no `MemoryKind` in the root [INFO] [stdout] | | | | | no `MemPlaceMeta` in the root [INFO] [stdout] | | | | no `MPlaceTy` in the root [INFO] [stdout] | | | | help: a similar name exists in the module: `PlaceTy` [INFO] [stdout] | | | no `InterpResult` in the root [INFO] [stdout] | | no `Immediate` in the root [INFO] [stdout] | no `ImmTy` in the root [INFO] [stdout] 78 | MiriEvalContextExt, MiriMemoryKind, OpTy, Pointer, RangeMap, Scalar, ScalarMaybeUninit, Tag, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^ ^^^^ ^^^^^^^ ^^^^^^^^ ^^^^^^ ^^^^^^^^^^^^^^^^^ ^^^ [INFO] [stdout] | | [INFO] [stdout] | no `OpTy` in the root [INFO] [stdout] 79 | ThreadId, VClock, VTimestamp, VectorIdx, [INFO] [stdout] | ^^^^^^^^ ^^^^^^ ^^^^^^^^^^ ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `InterpError` [INFO] [stdout] --> src/diagnostics.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 55 | use InterpError::*; [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `InterpError` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::AllocMap` [INFO] [stdout] --> src/mono_hash_map.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use crate::AllocMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^ no `AllocMap` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/data_race.rs:871:9 [INFO] [stdout] | [INFO] [stdout] 871 | throw_ub_format!( [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/thread.rs:561:17 [INFO] [stdout] | [INFO] [stdout] 561 | throw_unsup_format!("foreign thread-local statics are not supported"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_machine_stop` in this scope [INFO] [stdout] --> src/thread.rs:539:13 [INFO] [stdout] | [INFO] [stdout] 539 | throw_machine_stop!(TerminationInfo::Deadlock); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/thread.rs:489:17 [INFO] [stdout] | [INFO] [stdout] 489 | throw_unsup_format!("the main thread terminated without waiting for other threads"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/thread.rs:336:13 [INFO] [stdout] | [INFO] [stdout] 336 | throw_ub_format!("trying to join itself"); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/thread.rs:333:13 [INFO] [stdout] | [INFO] [stdout] 333 | throw_ub_format!("trying to join a detached or already joined thread"); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/thread.rs:324:13 [INFO] [stdout] | [INFO] [stdout] 324 | throw_ub_format!("trying to detach thread that was already detached or joined"); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `bug` in this scope [INFO] [stdout] --> src/stacked_borrows.rs:268:37 [INFO] [stdout] | [INFO] [stdout] 268 | Permission::Disabled => bug!("Cannot use Disabled for anything"), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `bug` in this scope [INFO] [stdout] --> src/stacked_borrows.rs:267:43 [INFO] [stdout] | [INFO] [stdout] 267 | Permission::SharedReadOnly => bug!("Cannot use SharedReadOnly for writing"), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `err_machine_stop` in this scope [INFO] [stdout] --> src/stacked_borrows.rs:212:5 [INFO] [stdout] | [INFO] [stdout] 212 | err_machine_stop!(TerminationInfo::ExperimentalUb { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/tls.rs:148:13 [INFO] [stdout] | [INFO] [stdout] 148 | throw_unsup_format!("setting more than one thread local storage destructor for the same thread is not supported"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/shims/tls.rs:145:13 [INFO] [stdout] | [INFO] [stdout] 145 | throw_ub_format!("setting thread's local storage destructor while destructors are already running"); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/shims/tls.rs:124:21 [INFO] [stdout] | [INFO] [stdout] 124 | None => throw_ub_format!("storing to a non-existing TLS key: {}", key), [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/shims/tls.rs:100:21 [INFO] [stdout] | [INFO] [stdout] 100 | None => throw_ub_format!("loading from a non-existing TLS key: {}", key), [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/shims/tls.rs:84:21 [INFO] [stdout] | [INFO] [stdout] 84 | None => throw_ub_format!("removing a non-existig TLS key: {}", key), [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/tls.rs:73:13 [INFO] [stdout] | [INFO] [stdout] 73 | throw_unsup_format!("we ran out of TLS key space"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope [INFO] [stdout] --> src/shims/time.rs:159:26 [INFO] [stdout] | [INFO] [stdout] 159 | .map_err(|_| err_unsup_format!("programs running longer than 2^64 nanoseconds are not supported").into()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope [INFO] [stdout] --> src/shims/time.rs:128:26 [INFO] [stdout] | [INFO] [stdout] 128 | .map_err(|_| err_unsup_format!("programs running longer than 2^63 nanoseconds are not supported"))?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope [INFO] [stdout] --> src/shims/time.rs:104:26 [INFO] [stdout] | [INFO] [stdout] 104 | .map_err(|_| err_unsup_format!("programs running more than 2^64 Windows ticks after the Windows epoch are not supported"))?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope [INFO] [stdout] --> src/shims/time.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | .map_err(|_| err_unsup_format!("times before the Unix epoch are not supported").into()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/shims/panic.rs:50:13 [INFO] [stdout] | [INFO] [stdout] 50 | throw_ub_format!("unwinding despite panic=abort"); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope [INFO] [stdout] --> src/shims/os_str.rs:134:32 [INFO] [stdout] | [INFO] [stdout] 134 | .ok_or_else(|| err_unsup_format!("{:?} is not a valid utf-8 string", os_str).into()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope [INFO] [stdout] --> src/shims/os_str.rs:78:30 [INFO] [stdout] | [INFO] [stdout] 78 | .map_err(|_| err_unsup_format!("{:?} is not a valid utf-16 string", u16_vec))?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/env.rs:239:13 [INFO] [stdout] | [INFO] [stdout] 239 | throw_unsup_format!("environment variable name contains '='"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/env.rs:237:13 [INFO] [stdout] | [INFO] [stdout] 237 | throw_unsup_format!("environment variable name is an empty string"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/shims/env.rs:232:13 [INFO] [stdout] | [INFO] [stdout] 232 | throw_ub_format!("pointer to environment variable name is NULL"); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/env.rs:54:40 [INFO] [stdout] | [INFO] [stdout] 54 | unsupported => throw_unsup_format!("environment support for target OS `{}` not yet available", unsupported), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `bug` in this scope [INFO] [stdout] --> src/shims/dlsym.rs:23:19 [INFO] [stdout] | [INFO] [stdout] 23 | os => bug!("dlsym not implemented for target_os {}", os), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/shims/windows/sync.rs:130:13 [INFO] [stdout] | [INFO] [stdout] 130 | throw_ub_format!("calling ReleaseSRWLockShared on an SRWLock that is not locked by the current thread"); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/shims/windows/sync.rs:78:13 [INFO] [stdout] | [INFO] [stdout] 78 | throw_ub_format!("calling ReleaseSRWLockExclusive on an SRWLock that is not exclusively locked by the current thread"); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/windows/dlsym.rs:17:18 [INFO] [stdout] | [INFO] [stdout] 17 | _ => throw_unsup_format!("unsupported Windows dlsym: {}", name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/windows/foreign_items.rs:379:18 [INFO] [stdout] | [INFO] [stdout] 379 | _ => throw_unsup_format!("can't call foreign function: {}", link_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/windows/foreign_items.rs:324:17 [INFO] [stdout] | [INFO] [stdout] 324 | throw_unsup_format!("Miri does not support concurrency on Windows"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/windows/foreign_items.rs:98:21 [INFO] [stdout] | [INFO] [stdout] 98 | throw_unsup_format!("on Windows, writing to anything except stdout/stderr is not supported") [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/posix/macos/dlsym.rs:20:18 [INFO] [stdout] | [INFO] [stdout] 20 | _ => throw_unsup_format!("unsupported macOS dlsym: {}", name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/posix/macos/foreign_items.rs:159:18 [INFO] [stdout] | [INFO] [stdout] 159 | _ => throw_unsup_format!("can't call foreign function: {}", link_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/posix/linux/sync.rs:141:15 [INFO] [stdout] | [INFO] [stdout] 141 | op => throw_unsup_format!("Miri does not support `futex` syscall with op={}", op), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/shims/posix/linux/sync.rs:52:17 [INFO] [stdout] | [INFO] [stdout] 52 | ... throw_ub_format!("incorrect number of arguments for `futex` syscall with `op=FUTEX_WAIT`: got {}, expected at least 5", args.len()); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/shims/posix/linux/sync.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | throw_ub_format!("incorrect number of arguments for `futex` syscall: got {}, expected at least 4", args.len()); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/posix/linux/dlsym.rs:17:18 [INFO] [stdout] | [INFO] [stdout] 17 | _ => throw_unsup_format!("unsupported Linux dlsym: {}", name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/posix/linux/foreign_items.rs:209:18 [INFO] [stdout] | [INFO] [stdout] 209 | _ => throw_unsup_format!("can't call foreign function: {}", link_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/posix/linux/foreign_items.rs:179:27 [INFO] [stdout] | [INFO] [stdout] 179 | id => throw_unsup_format!("Miri does not support syscall ID {}", id), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/shims/posix/linux/foreign_items.rs:170:29 [INFO] [stdout] | [INFO] [stdout] 170 | ... throw_ub_format!("incorrect number of arguments for `statx` syscall: got {}, expected at least 6", args.len()); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/shims/posix/linux/foreign_items.rs:161:29 [INFO] [stdout] | [INFO] [stdout] 161 | ... throw_ub_format!("incorrect number of arguments for `getrandom` syscall: got {}, expected at least 4", args.len()); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/shims/posix/linux/foreign_items.rs:153:21 [INFO] [stdout] | [INFO] [stdout] 153 | throw_ub_format!("incorrect number of arguments for syscall: got 0, expected at least 1"); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/shims/posix/linux/foreign_items.rs:136:25 [INFO] [stdout] | [INFO] [stdout] 136 | throw_ub_format!("`syscall` arguments must all have scalar layout, but {} does not", arg.layout.ty); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/posix/thread.rs:127:13 [INFO] [stdout] | [INFO] [stdout] 127 | throw_unsup_format!("unsupported prctl option {}", option); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/posix/thread.rs:75:13 [INFO] [stdout] | [INFO] [stdout] 75 | throw_unsup_format!("Miri supports pthread_join only with retval==NULL"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:778:13 [INFO] [stdout] | [INFO] [stdout] 778 | throw_ub_format!("destroying an awaited conditional variable"); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:739:13 [INFO] [stdout] | [INFO] [stdout] 739 | throw_unsup_format!("unsupported clock id: {}", clock_id); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:586:13 [INFO] [stdout] | [INFO] [stdout] 586 | throw_ub_format!("destroyed a locked rwlock"); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:576:13 [INFO] [stdout] | [INFO] [stdout] 576 | throw_ub_format!("unlocked an rwlock that was not locked by the active thread"); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:485:13 [INFO] [stdout] | [INFO] [stdout] 485 | throw_ub_format!("destroyed a locked mutex"); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:474:17 [INFO] [stdout] | [INFO] [stdout] 474 | throw_unsup_format!("called pthread_mutex_unlock on an unsupported type of mutex"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:466:17 [INFO] [stdout] | [INFO] [stdout] 466 | throw_ub_format!( [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:462:17 [INFO] [stdout] | [INFO] [stdout] 462 | throw_ub_format!( [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:435:21 [INFO] [stdout] | [INFO] [stdout] 435 | throw_unsup_format!( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:402:21 [INFO] [stdout] | [INFO] [stdout] 402 | throw_unsup_format!( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_machine_stop` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:395:21 [INFO] [stdout] | [INFO] [stdout] 395 | throw_machine_stop!(TerminationInfo::Deadlock); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:393:21 [INFO] [stdout] | [INFO] [stdout] 393 | throw_ub_format!("trying to acquire already locked default mutex"); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:289:9 [INFO] [stdout] | [INFO] [stdout] 289 | throw_ub_format!("awaiting on unlocked or owned by a different thread mutex"); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:286:13 [INFO] [stdout] | [INFO] [stdout] 286 | throw_unsup_format!("awaiting on a lock acquired multiple times is not supported"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1219:21 [INFO] [stdout] | [INFO] [stdout] 1219 | throw_unsup_format!("the error {} couldn't be converted to a return value", e) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1178:21 [INFO] [stdout] | [INFO] [stdout] 1178 | throw_unsup_format!("a directory entry had a name too large to fit in libc::dirent"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1150:13 [INFO] [stdout] | [INFO] [stdout] 1150 | err_unsup_format!("the DIR pointer passed to readdir_r did not come from opendir") [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1130:21 [INFO] [stdout] | [INFO] [stdout] 1130 | throw_unsup_format!("the error {} couldn't be converted to a return value", e) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1090:21 [INFO] [stdout] | [INFO] [stdout] 1090 | throw_unsup_format!("a directory entry had a name too large to fit in libc::dirent64"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1063:13 [INFO] [stdout] | [INFO] [stdout] 1063 | err_unsup_format!("the DIR pointer passed to readdir64_r did not come from opendir") [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `bug` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:888:33 [INFO] [stdout] | [INFO] [stdout] 888 | .unwrap_or_else(|_| bug!("libc contains bad value for constant")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:850:13 [INFO] [stdout] | [INFO] [stdout] 850 | throw_unsup_format!( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:571:13 [INFO] [stdout] | [INFO] [stdout] 571 | throw_unsup_format!("the {:#x} command is not supported for `fcntl`)", cmd); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:517:13 [INFO] [stdout] | [INFO] [stdout] 517 | throw_ub_format!("incorrect number of arguments for fcntl: got {}, expected at least 2", args.len()); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:495:13 [INFO] [stdout] | [INFO] [stdout] 495 | throw_unsup_format!("unsupported flags {:#x}", flag & !mirror); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:457:13 [INFO] [stdout] | [INFO] [stdout] 457 | throw_unsup_format!("unsupported access mode {:#x}", access_mode); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:442:13 [INFO] [stdout] | [INFO] [stdout] 442 | throw_unsup_format!("access mode flags on this target are unsupported"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:430:13 [INFO] [stdout] | [INFO] [stdout] 430 | throw_unsup_format!("non-default mode 0o{:o} is not supported", mode); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:358:25 [INFO] [stdout] | [INFO] [stdout] 358 | None => throw_unsup_format!("the error {} couldn't be converted to a return value", e), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:171:9 [INFO] [stdout] | [INFO] [stdout] 171 | throw_unsup_format!("stderr cannot be closed"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:167:9 [INFO] [stdout] | [INFO] [stdout] 167 | throw_unsup_format!("cannot seek on stderr"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:157:9 [INFO] [stdout] | [INFO] [stdout] 157 | throw_unsup_format!("cannot read from stderr"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:153:9 [INFO] [stdout] | [INFO] [stdout] 153 | throw_unsup_format!("stderr cannot be used as FileHandle"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:143:9 [INFO] [stdout] | [INFO] [stdout] 143 | throw_unsup_format!("stdout cannot be closed"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:139:9 [INFO] [stdout] | [INFO] [stdout] 139 | throw_unsup_format!("cannot seek on stdout"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:122:9 [INFO] [stdout] | [INFO] [stdout] 122 | throw_unsup_format!("cannot read from stdout"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:118:9 [INFO] [stdout] | [INFO] [stdout] 118 | throw_unsup_format!("stdout cannot be used as FileHandle"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | throw_unsup_format!("stdin cannot be closed"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:104:9 [INFO] [stdout] | [INFO] [stdout] 104 | throw_unsup_format!("cannot seek on stdin"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:100:9 [INFO] [stdout] | [INFO] [stdout] 100 | throw_unsup_format!("cannot write to stdin"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:88:9 [INFO] [stdout] | [INFO] [stdout] 88 | throw_unsup_format!("stdin cannot be used as FileHandle"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `err_ub_format` in this scope [INFO] [stdout] --> src/shims/posix/foreign_items.rs:242:36 [INFO] [stdout] | [INFO] [stdout] 242 | .ok_or_else(|| err_ub_format!( [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/posix/foreign_items.rs:221:21 [INFO] [stdout] | [INFO] [stdout] 221 | throw_unsup_format!("unimplemented sysconf name: {}", name) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/shims/posix/foreign_items.rs:165:21 [INFO] [stdout] | [INFO] [stdout] 165 | throw_ub_format!( [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/shims/posix/foreign_items.rs:162:21 [INFO] [stdout] | [INFO] [stdout] 162 | throw_ub_format!("posix_memalign: alignment must be a power of two, but is {}", align); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `bug` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:907:18 [INFO] [stdout] | [INFO] [stdout] 907 | _ => bug!("`float_to_int_unchecked` called with non-int output type {:?}", dest_ty), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:899:21 [INFO] [stdout] | [INFO] [stdout] 899 | throw_ub_format!( [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:883:21 [INFO] [stdout] | [INFO] [stdout] 883 | throw_ub_format!( [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `bug` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:751:13 [INFO] [stdout] | [INFO] [stdout] 751 | bug!("Atomic arithmetic operations only work on integer types"); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:663:21 [INFO] [stdout] | [INFO] [stdout] 663 | name => throw_unsup_format!("unimplemented intrinsic: {}", name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_machine_stop` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:660:17 [INFO] [stdout] | [INFO] [stdout] 660 | throw_machine_stop!(TerminationInfo::Abort("Trace/breakpoint trap".to_string())) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_machine_stop` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:642:21 [INFO] [stdout] | [INFO] [stdout] 642 | throw_machine_stop!(TerminationInfo::Abort(format!( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_machine_stop` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:634:21 [INFO] [stdout] | [INFO] [stdout] 634 | throw_machine_stop!(TerminationInfo::Abort(format!( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_machine_stop` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:626:21 [INFO] [stdout] | [INFO] [stdout] 626 | throw_machine_stop!(TerminationInfo::Abort(format!( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `bug` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:272:26 [INFO] [stdout] | [INFO] [stdout] 272 | _ => bug!( [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `bug` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:208:26 [INFO] [stdout] | [INFO] [stdout] 208 | _ => bug!(), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `bug` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:191:26 [INFO] [stdout] | [INFO] [stdout] 191 | _ => bug!(), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `bug` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:174:26 [INFO] [stdout] | [INFO] [stdout] 174 | _ => bug!(), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `bug` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:153:26 [INFO] [stdout] | [INFO] [stdout] 153 | _ => bug!(), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `bug` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:116:26 [INFO] [stdout] | [INFO] [stdout] 116 | _ => bug!(), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `err_ub_format` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:77:21 [INFO] [stdout] | [INFO] [stdout] 77 | err_ub_format!("overflow computing total size of `write_bytes`") [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | None => throw_unsup_format!("unimplemented (diverging) intrinsic: {}", intrinsic_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/shims/foreign_items.rs:547:13 [INFO] [stdout] | [INFO] [stdout] 547 | throw_ub_format!("creating allocation with non-power-of-two alignment {}", align); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/shims/foreign_items.rs:544:13 [INFO] [stdout] | [INFO] [stdout] 544 | throw_ub_format!("creating allocation with size 0"); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/foreign_items.rs:533:27 [INFO] [stdout] | [INFO] [stdout] 533 | target => throw_unsup_format!("the target `{}` is not supported", target), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/foreign_items.rs:524:25 [INFO] [stdout] | [INFO] [stdout] 524 | throw_unsup_format!("unsupported llvm.aarch64.hint argument {}", hint); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `bug` in this scope [INFO] [stdout] --> src/shims/foreign_items.rs:481:26 [INFO] [stdout] | [INFO] [stdout] 481 | _ => bug!(), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `bug` in this scope [INFO] [stdout] --> src/shims/foreign_items.rs:465:26 [INFO] [stdout] | [INFO] [stdout] 465 | _ => bug!(), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `bug` in this scope [INFO] [stdout] --> src/shims/foreign_items.rs:441:26 [INFO] [stdout] | [INFO] [stdout] 441 | _ => bug!(), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `bug` in this scope [INFO] [stdout] --> src/shims/foreign_items.rs:423:26 [INFO] [stdout] | [INFO] [stdout] 423 | _ => bug!(), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `err_ub_format` in this scope [INFO] [stdout] --> src/shims/foreign_items.rs:251:58 [INFO] [stdout] | [INFO] [stdout] 251 | items.checked_mul(len).ok_or_else(|| err_ub_format!("overflow during calloc size computation"))?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/foreign_items.rs:219:21 [INFO] [stdout] | [INFO] [stdout] 219 | throw_unsup_format!("pointer passed to miri_static_root must point to beginning of an allocated block"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/foreign_items.rs:159:22 [INFO] [stdout] | [INFO] [stdout] 159 | _ => throw_unsup_format!("can't call (diverging) foreign function: {}", link_name), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_machine_stop` in this scope [INFO] [stdout] --> src/shims/foreign_items.rs:157:21 [INFO] [stdout] | [INFO] [stdout] 157 | throw_machine_stop!(TerminationInfo::Abort("the program aborted execution".to_owned())) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_machine_stop` in this scope [INFO] [stdout] --> src/shims/foreign_items.rs:153:21 [INFO] [stdout] | [INFO] [stdout] 153 | throw_machine_stop!(TerminationInfo::Exit(code.into())); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `bug` in this scope [INFO] [stdout] --> src/shims/foreign_items.rs:25:21 [INFO] [stdout] | [INFO] [stdout] 25 | arch => bug!("Unsupported target architecture: {}", arch), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/shims/backtrace.rs:124:17 [INFO] [stdout] | [INFO] [stdout] 124 | throw_ub_format!("miri_resolve_frame must be declared with a `#[repr(C)]` return type"); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/shims/backtrace.rs:103:13 [INFO] [stdout] | [INFO] [stdout] 103 | throw_ub_format!("bad declaration of miri_resolve_frame - should return a struct with 5 fields"); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/shims/backtrace.rs:89:13 [INFO] [stdout] | [INFO] [stdout] 89 | throw_ub_format!("expected function pointer, found {:?}", ptr); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/backtrace.rs:81:13 [INFO] [stdout] | [INFO] [stdout] 81 | throw_unsup_format!("unknown `miri_resolve_frame` flags {}", flags); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/shims/backtrace.rs:24:13 [INFO] [stdout] | [INFO] [stdout] 24 | throw_unsup_format!("unknown `miri_get_backtrace` flags {}", flags); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `bug` in this scope [INFO] [stdout] --> src/operator.rs:72:18 [INFO] [stdout] | [INFO] [stdout] 72 | _ => bug!("Invalid operator on pointers: {:?}", bin_op), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `bug` in this scope [INFO] [stdout] --> src/operator.rs:56:26 [INFO] [stdout] | [INFO] [stdout] 56 | _ => bug!("We already established it has to be one of these operators."), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `bug` in this scope [INFO] [stdout] --> src/operator.rs:41:26 [INFO] [stdout] | [INFO] [stdout] 41 | _ => bug!("Type system should not allow comparing Scalar with ScalarPair"), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/machine.rs:463:13 [INFO] [stdout] | [INFO] [stdout] 463 | throw_unsup_format!("`extern` static {:?} is not supported by Miri", def_id) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_machine_stop` in this scope [INFO] [stdout] --> src/machine.rs:402:9 [INFO] [stdout] | [INFO] [stdout] 402 | throw_machine_stop!(TerminationInfo::Abort(msg)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub` in this scope [INFO] [stdout] --> src/intptrcast.rs:69:21 [INFO] [stdout] | [INFO] [stdout] 69 | throw_ub!(DanglingIntPointer(int, CheckInAllocMsg::InboundsTest)) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub` in this scope [INFO] [stdout] --> src/intptrcast.rs:57:23 [INFO] [stdout] | [INFO] [stdout] 57 | Err(0) => throw_ub!(DanglingIntPointer(int, CheckInAllocMsg::InboundsTest)), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope [INFO] [stdout] --> src/helpers.rs:599:9 [INFO] [stdout] | [INFO] [stdout] 599 | err_unsup_format!("unsigned value {:#x} does not fit in {} bits", int, layout.size.bits()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope [INFO] [stdout] --> src/helpers.rs:589:9 [INFO] [stdout] | [INFO] [stdout] 589 | err_unsup_format!("signed value {:#x} does not fit in {} bits", int, layout.size.bits()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_machine_stop` in this scope [INFO] [stdout] --> src/helpers.rs:577:5 [INFO] [stdout] | [INFO] [stdout] 577 | throw_machine_stop!(TerminationInfo::UnsupportedInIsolation(format!( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/helpers.rs:572:9 [INFO] [stdout] | [INFO] [stdout] 572 | throw_ub_format!("calling a function with ABI {} using caller ABI {}", exp_abi.name(), abi.name()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/helpers.rs:564:5 [INFO] [stdout] | [INFO] [stdout] 564 | throw_ub_format!("incorrect number of arguments: got {}, expected {}", args.len(), N) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/helpers.rs:473:13 [INFO] [stdout] | [INFO] [stdout] 473 | throw_unsup_format!("setting the last OS error from an io::Error is unsupported for {}.", target_os) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/helpers.rs:470:22 [INFO] [stdout] | [INFO] [stdout] 470 | _ => throw_unsup_format!("io error {} cannot be transformed into a raw os error", e) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_unsup_format` in this scope [INFO] [stdout] --> src/helpers.rs:463:21 [INFO] [stdout] | [INFO] [stdout] 463 | throw_unsup_format!("io error {} cannot be transformed into a raw os error", e) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `bug` in this scope [INFO] [stdout] --> src/helpers.rs:360:17 [INFO] [stdout] | [INFO] [stdout] 360 | bug!("we should have already handled unions in `visit_value`") [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `bug` in this scope [INFO] [stdout] --> src/helpers.rs:354:25 [INFO] [stdout] | [INFO] [stdout] 354 | bug!("unions/primitives are not aggregates we should ever visit") [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/helpers.rs:191:13 [INFO] [stdout] | [INFO] [stdout] 191 | throw_ub_format!("callee has more arguments than expected"); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `err_ub_format` in this scope [INFO] [stdout] --> src/helpers.rs:185:21 [INFO] [stdout] | [INFO] [stdout] 185 | err_ub_format!("callee has fewer arguments than expected") [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `throw_ub_format` in this scope [INFO] [stdout] --> src/helpers.rs:173:13 [INFO] [stdout] | [INFO] [stdout] 173 | throw_ub_format!("calling a function with ABI {} using caller ABI {}", callee_abi.name(), caller_abi.name()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `err_unsup_format` in this scope [INFO] [stdout] --> src/helpers.rs:150:32 [INFO] [stdout] | [INFO] [stdout] 150 | .map_err(|err| err_unsup_format!("host getrandom failed: {}", err))?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `bug` in this scope [INFO] [stdout] --> src/eval.rs:106:9 [INFO] [stdout] | [INFO] [stdout] 106 | bug!("main function must not take any arguments"); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `bug` in this scope [INFO] [stdout] --> src/diagnostics.rs:94:21 [INFO] [stdout] | [INFO] [stdout] 94 | bug!("This error should be impossible in Miri: {}", e), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/data_race.rs:456:22 [INFO] [stdout] | [INFO] [stdout] 456 | let offset = Size::from_bytes(offset); [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/data_race.rs:475:22 [INFO] [stdout] | [INFO] [stdout] 475 | let offset = Size::from_bytes(offset); [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/data_race.rs:512:13 [INFO] [stdout] | [INFO] [stdout] 512 | op: mir::BinOp, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/data_race.rs:522:42 [INFO] [stdout] | [INFO] [stdout] 522 | let val = if neg { this.unary_op(mir::UnOp::Not, &val)? } else { val }; [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/data_race.rs:557:45 [INFO] [stdout] | [INFO] [stdout] 557 | let lt = this.overflowing_binary_op(mir::BinOp::Lt, &old, &rhs)?.0.to_bool()?; [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/data_race.rs:597:45 [INFO] [stdout] | [INFO] [stdout] 597 | let eq = this.overflowing_binary_op(mir::BinOp::Eq, &old, expect_old)?.0; [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FxHashSet` [INFO] [stdout] --> src/data_race.rs:1165:44 [INFO] [stdout] | [INFO] [stdout] 1165 | reuse_candidates: RefCell::new(FxHashSet::default()), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `FxHashSet` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FxHashMap` [INFO] [stdout] --> src/data_race.rs:1166:46 [INFO] [stdout] | [INFO] [stdout] 1166 | terminated_threads: RefCell::new(FxHashMap::default()), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `FxHashMap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `InvalidProgramInfo` [INFO] [stdout] --> src/diagnostics.rs:91:32 [INFO] [stdout] | [INFO] [stdout] 91 | InvalidProgram(InvalidProgramInfo::ReferencedConstant) => [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ use of undeclared type `InvalidProgramInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `UnsupportedOpInfo` [INFO] [stdout] --> src/diagnostics.rs:97:29 [INFO] [stdout] | [INFO] [stdout] 97 | Unsupported(UnsupportedOpInfo::NoMirFor(..)) => [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared type `UnsupportedOpInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `UnsupportedOpInfo` [INFO] [stdout] --> src/diagnostics.rs:99:29 [INFO] [stdout] | [INFO] [stdout] 99 | ... Unsupported(UnsupportedOpInfo::ReadBytesAsPointer | UnsupportedOpInfo::ThreadLocalStatic(_) | UnsupportedOpInfo::ReadExternStatic(_... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared type `UnsupportedOpInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `UnsupportedOpInfo` [INFO] [stdout] --> src/diagnostics.rs:99:69 [INFO] [stdout] | [INFO] [stdout] 99 | ... Unsupported(UnsupportedOpInfo::ReadBytesAsPointer | UnsupportedOpInfo::ThreadLocalStatic(_) | UnsupportedOpInfo::ReadExternStatic(_... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared type `UnsupportedOpInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `UnsupportedOpInfo` [INFO] [stdout] --> src/diagnostics.rs:99:111 [INFO] [stdout] | [INFO] [stdout] 99 | ...portedOpInfo::ThreadLocalStatic(_) | UnsupportedOpInfo::ReadExternStatic(_)) => [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared type `UnsupportedOpInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `UndefinedBehaviorInfo` [INFO] [stdout] --> src/diagnostics.rs:103:35 [INFO] [stdout] | [INFO] [stdout] 103 | UndefinedBehavior(UndefinedBehaviorInfo::AlignmentCheckFailed { .. }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `UndefinedBehaviorInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `UndefinedBehaviorInfo` [INFO] [stdout] --> src/diagnostics.rs:137:27 [INFO] [stdout] | [INFO] [stdout] 137 | UndefinedBehavior(UndefinedBehaviorInfo::InvalidUninitBytes(Some(access))) => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `UndefinedBehaviorInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/diagnostics.rs:211:22 [INFO] [stdout] | [INFO] [stdout] 211 | instance: Option>, [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/eval.rs:89:21 [INFO] [stdout] | [INFO] [stdout] 89 | let param_env = ty::ParamEnv::reveal_all(); [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `InterpCx` [INFO] [stdout] --> src/eval.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | let mut ecx = InterpCx::new( [INFO] [stdout] | ^^^^^^^^ use of undeclared type `InterpCx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/eval.rs:103:25 [INFO] [stdout] | [INFO] [stdout] 103 | let main_instance = ty::Instance::mono(tcx, main_id); [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/eval.rs:112:26 [INFO] [stdout] | [INFO] [stdout] 112 | let start_instance = ty::Instance::resolve( [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/eval.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | ty::ParamEnv::reveal_all(), [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/eval.rs:116:41 [INFO] [stdout] | [INFO] [stdout] 116 | tcx.mk_substs(::std::iter::once(ty::subst::GenericArg::from(main_ret_ty))), [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FnVal` [INFO] [stdout] --> src/eval.rs:122:47 [INFO] [stdout] | [INFO] [stdout] 122 | let main_ptr = ecx.memory.create_fn_alloc(FnVal::Instance(main_instance)); [INFO] [stdout] | ^^^^^ use of undeclared type `FnVal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/eval.rs:124:16 [INFO] [stdout] | [INFO] [stdout] 124 | let argc = Scalar::from_machine_usize(u64::try_from(config.args.len()).unwrap(), &ecx); [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/eval.rs:182:34 [INFO] [stdout] | [INFO] [stdout] 182 | ecx.write_scalar(Scalar::from_u16(c), &place.into())?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/eval.rs:193:9 [INFO] [stdout] | [INFO] [stdout] 193 | Abi::Rust, [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `StackPopCleanup` [INFO] [stdout] --> src/eval.rs:196:9 [INFO] [stdout] | [INFO] [stdout] 196 | StackPopCleanup::None { cleanup: true }, [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `StackPopCleanup` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/helpers.rs:48:46 [INFO] [stdout] | [INFO] [stdout] 48 | fn resolve_path(&self, path: &[&str]) -> ty::Instance<'tcx> { [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/helpers.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | ty::Instance::mono(self.eval_context_ref().tcx.tcx, did) [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/helpers.rs:97:67 [INFO] [stdout] | [INFO] [stdout] 97 | let ty = this.resolve_path(&["libc", name]).ty(*this.tcx, ty::ParamEnv::reveal_all()); [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/helpers.rs:104:89 [INFO] [stdout] | [INFO] [stdout] 104 | let ty = this.resolve_path(&["std", "sys", "windows", "c", name]).ty(*this.tcx, ty::ParamEnv::reveal_all()); [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/helpers.rs:110:46 [INFO] [stdout] | [INFO] [stdout] 110 | self.eval_context_mut().write_scalar(Scalar::from_int(0, dest.layout.size), dest) [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/helpers.rs:116:20 [INFO] [stdout] | [INFO] [stdout] 116 | let null = Scalar::null_ptr(this); [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/helpers.rs:127:38 [INFO] [stdout] | [INFO] [stdout] 127 | fn local_place(&mut self, local: mir::Local) -> InterpResult<'tcx, PlaceTy<'tcx, Tag>> { [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/helpers.rs:129:21 [INFO] [stdout] | [INFO] [stdout] 129 | let place = mir::Place { local: local, projection: List::empty() }; [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `List` [INFO] [stdout] --> src/helpers.rs:129:60 [INFO] [stdout] | [INFO] [stdout] 129 | let place = mir::Place { local: local, projection: List::empty() }; [INFO] [stdout] | ^^^^ use of undeclared type `List` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/helpers.rs:163:12 [INFO] [stdout] | [INFO] [stdout] 163 | f: ty::Instance<'tcx>, [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/helpers.rs:170:25 [INFO] [stdout] | [INFO] [stdout] 170 | let param_env = ty::ParamEnv::reveal_all(); // in Miri this is always the param_env we use... and this.param_env is private. [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/helpers.rs:230:31 [INFO] [stdout] | [INFO] [stdout] 230 | if frozen_size != Size::ZERO { [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/helpers.rs:234:36 [INFO] [stdout] | [INFO] [stdout] 234 | if unsafe_cell_size != Size::ZERO { [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/helpers.rs:255:44 [INFO] [stdout] | [INFO] [stdout] 255 | if unsafe_cell_size != Size::ZERO { [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/helpers.rs:266:71 [INFO] [stdout] | [INFO] [stdout] 266 | unsafe_cell_action(place.ptr.ptr_wrapping_offset(size, this), Size::ZERO)?; [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/helpers.rs:296:21 [INFO] [stdout] | [INFO] [stdout] 296 | ty::Adt(adt, _) => [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FieldsShape` [INFO] [stdout] --> src/helpers.rs:306:53 [INFO] [stdout] | [INFO] [stdout] 306 | } else if matches!(v.layout.fields, FieldsShape::Union(..)) { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `FieldsShape` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Variants` [INFO] [stdout] --> src/helpers.rs:314:25 [INFO] [stdout] | [INFO] [stdout] 314 | Variants::Multiple { .. } => { [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Variants` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Variants` [INFO] [stdout] --> src/helpers.rs:324:25 [INFO] [stdout] | [INFO] [stdout] 324 | Variants::Single { .. } => { [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Variants` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FieldsShape` [INFO] [stdout] --> src/helpers.rs:340:21 [INFO] [stdout] | [INFO] [stdout] 340 | FieldsShape::Array { .. } => { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `FieldsShape` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FieldsShape` [INFO] [stdout] --> src/helpers.rs:345:21 [INFO] [stdout] | [INFO] [stdout] 345 | FieldsShape::Arbitrary { .. } => { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `FieldsShape` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FieldsShape` [INFO] [stdout] --> src/helpers.rs:352:21 [INFO] [stdout] | [INFO] [stdout] 352 | FieldsShape::Union { .. } | FieldsShape::Primitive => { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `FieldsShape` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FieldsShape` [INFO] [stdout] --> src/helpers.rs:352:49 [INFO] [stdout] | [INFO] [stdout] 352 | FieldsShape::Union { .. } | FieldsShape::Primitive => { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `FieldsShape` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/helpers.rs:374:26 [INFO] [stdout] | [INFO] [stdout] 374 | let mut offset = Size::from_bytes(0); [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MemPlaceMeta` [INFO] [stdout] --> src/helpers.rs:379:39 [INFO] [stdout] | [INFO] [stdout] 379 | &place.offset(offset, MemPlaceMeta::None, imm.layout, &*this.tcx)?, [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `MemPlaceMeta` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/helpers.rs:419:31 [INFO] [stdout] | [INFO] [stdout] 419 | this.write_scalar(Scalar::from_u32(0), &errno_place.into())?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/helpers.rs:505:22 [INFO] [stdout] | [INFO] [stdout] 505 | let offset = Size::from_bytes(offset); [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MemPlaceMeta` [INFO] [stdout] --> src/helpers.rs:508:51 [INFO] [stdout] | [INFO] [stdout] 508 | let value_place = op_place.offset(offset, MemPlaceMeta::None, layout, this)?; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `MemPlaceMeta` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/helpers.rs:521:22 [INFO] [stdout] | [INFO] [stdout] 521 | let offset = Size::from_bytes(offset); [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MemPlaceMeta` [INFO] [stdout] --> src/helpers.rs:524:51 [INFO] [stdout] | [INFO] [stdout] 524 | let value_place = op_place.offset(offset, MemPlaceMeta::None, layout, this)?; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `MemPlaceMeta` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ImmTy` [INFO] [stdout] --> src/helpers.rs:588:8 [INFO] [stdout] | [INFO] [stdout] 588 | Ok(ImmTy::try_from_int(int, layout).ok_or_else(|| { [INFO] [stdout] | ^^^^^ use of undeclared type `ImmTy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ImmTy` [INFO] [stdout] --> src/helpers.rs:598:8 [INFO] [stdout] | [INFO] [stdout] 598 | Ok(ImmTy::try_from_uint(int, layout).ok_or_else(|| { [INFO] [stdout] | ^^^^^ use of undeclared type `ImmTy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FxHashMap` [INFO] [stdout] --> src/intptrcast.rs:34:24 [INFO] [stdout] | [INFO] [stdout] 34 | base_addr: FxHashMap::default(), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `FxHashMap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/intptrcast.rs:55:49 [INFO] [stdout] | [INFO] [stdout] 55 | Pointer::new_with_tag(alloc_id, Size::from_bytes(0), Tag::Untagged) [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AllocCheck` [INFO] [stdout] --> src/intptrcast.rs:65:66 [INFO] [stdout] | [INFO] [stdout] 65 | if offset <= memory.get_size_and_align(alloc_id, AllocCheck::MaybeDead)?.0.bytes() { [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `AllocCheck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/intptrcast.rs:67:53 [INFO] [stdout] | [INFO] [stdout] 67 | Pointer::new_with_tag(alloc_id, Size::from_bytes(offset), Tag::Untagged) [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AllocCheck` [INFO] [stdout] --> src/intptrcast.rs:85:59 [INFO] [stdout] | [INFO] [stdout] 85 | let (size, align) = memory.get_size_and_align(id, AllocCheck::MaybeDead)?; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `AllocCheck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MemoryKind` [INFO] [stdout] --> src/machine.rs:77:9 [INFO] [stdout] | [INFO] [stdout] 77 | MemoryKind::Machine(self) [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `MemoryKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FxHashMap` [INFO] [stdout] --> src/machine.rs:164:29 [INFO] [stdout] | [INFO] [stdout] 164 | extern_statics: FxHashMap::default(), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `FxHashMap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/machine.rs:178:32 [INFO] [stdout] | [INFO] [stdout] 178 | assert_eq!(ptr.offset, Size::ZERO); [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Symbol` [INFO] [stdout] --> src/machine.rs:182:25 [INFO] [stdout] | [INFO] [stdout] 182 | .try_insert(Symbol::intern(name), ptr.alloc_id) [INFO] [stdout] | ^^^^^^ use of undeclared type `Symbol` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/machine.rs:196:35 [INFO] [stdout] | [INFO] [stdout] 196 | this.write_scalar(Scalar::from_machine_usize(0, this), &place.into())?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/machine.rs:206:35 [INFO] [stdout] | [INFO] [stdout] 206 | this.write_scalar(Scalar::from_u8(0), &place.into())?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/machine.rs:359:19 [INFO] [stdout] | [INFO] [stdout] 359 | instance: ty::Instance<'tcx>, [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/machine.rs:362:43 [INFO] [stdout] | [INFO] [stdout] 362 | ret: Option<(&PlaceTy<'tcx, Tag>, mir::BasicBlock)>, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/machine.rs:363:24 [INFO] [stdout] | [INFO] [stdout] 363 | unwind: Option, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/machine.rs:364:42 [INFO] [stdout] | [INFO] [stdout] 364 | ) -> InterpResult<'tcx, Option<&'mir mir::Body<'tcx>>> { [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/machine.rs:374:43 [INFO] [stdout] | [INFO] [stdout] 374 | ret: Option<(&PlaceTy<'tcx, Tag>, mir::BasicBlock)>, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/machine.rs:375:25 [INFO] [stdout] | [INFO] [stdout] 375 | _unwind: Option, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/machine.rs:383:19 [INFO] [stdout] | [INFO] [stdout] 383 | instance: ty::Instance<'tcx>, [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/machine.rs:385:43 [INFO] [stdout] | [INFO] [stdout] 385 | ret: Option<(&PlaceTy<'tcx, Tag>, mir::BasicBlock)>, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/machine.rs:386:24 [INFO] [stdout] | [INFO] [stdout] 386 | unwind: Option, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/machine.rs:394:15 [INFO] [stdout] | [INFO] [stdout] 394 | msg: &mir::AssertMessage<'tcx>, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/machine.rs:395:24 [INFO] [stdout] | [INFO] [stdout] 395 | unwind: Option, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/machine.rs:408:17 [INFO] [stdout] | [INFO] [stdout] 408 | bin_op: mir::BinOp, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/machine.rs:411:49 [INFO] [stdout] | [INFO] [stdout] 411 | ) -> InterpResult<'tcx, (Scalar, bool, ty::Ty<'tcx>)> { [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/machine.rs:423:20 [INFO] [stdout] | [INFO] [stdout] 423 | let size = Scalar::from_machine_usize(layout.size.bytes(), ecx); [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/machine.rs:426:21 [INFO] [stdout] | [INFO] [stdout] 426 | let align = Scalar::from_machine_usize(layout.align.abi.bytes(), ecx); [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/machine.rs:430:22 [INFO] [stdout] | [INFO] [stdout] 430 | let malloc = ty::Instance::mono(ecx.tcx.tcx, malloc); [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/machine.rs:433:13 [INFO] [stdout] | [INFO] [stdout] 433 | Abi::Rust, [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `StackPopCleanup` [INFO] [stdout] --> src/machine.rs:439:13 [INFO] [stdout] | [INFO] [stdout] 439 | StackPopCleanup::None { cleanup: true }, [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `StackPopCleanup` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sym` [INFO] [stdout] --> src/machine.rs:456:84 [INFO] [stdout] | [INFO] [stdout] 456 | let link_name = match memory.tcx.sess.first_attr_value_str_by_name(&attrs, sym::link_name) { [INFO] [stdout] | ^^^ use of undeclared crate or module `sym` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/machine.rs:545:15 [INFO] [stdout] | [INFO] [stdout] 545 | kind: mir::RetagKind, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/operator.rs:10:17 [INFO] [stdout] | [INFO] [stdout] 10 | bin_op: mir::BinOp, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/operator.rs:21:17 [INFO] [stdout] | [INFO] [stdout] 21 | bin_op: mir::BinOp, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `Eq` is not bound in all patterns [INFO] [stdout] --> src/operator.rs:30:18 [INFO] [stdout] | [INFO] [stdout] 30 | Eq | Ne => { [INFO] [stdout] | -- ^^ pattern doesn't bind `Eq` [INFO] [stdout] | | [INFO] [stdout] | variable not in all patterns [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Eq` [INFO] [stdout] --> src/operator.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 30 | Eq | Ne => { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `Ne` is not bound in all patterns [INFO] [stdout] --> src/operator.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 30 | Eq | Ne => { [INFO] [stdout] | ^^ -- variable not in all patterns [INFO] [stdout] | | [INFO] [stdout] | pattern doesn't bind `Ne` [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Ne` [INFO] [stdout] --> src/operator.rs:30:18 [INFO] [stdout] | [INFO] [stdout] 30 | Eq | Ne => { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Immediate` [INFO] [stdout] --> src/operator.rs:34:22 [INFO] [stdout] | [INFO] [stdout] 34 | (Immediate::Scalar(left), Immediate::Scalar(right)) => { [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `Immediate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Immediate` [INFO] [stdout] --> src/operator.rs:34:47 [INFO] [stdout] | [INFO] [stdout] 34 | (Immediate::Scalar(left), Immediate::Scalar(right)) => { [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `Immediate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Immediate` [INFO] [stdout] --> src/operator.rs:37:22 [INFO] [stdout] | [INFO] [stdout] 37 | (Immediate::ScalarPair(left1, left2), Immediate::ScalarPair(right1, right2)) => { [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `Immediate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Immediate` [INFO] [stdout] --> src/operator.rs:37:59 [INFO] [stdout] | [INFO] [stdout] 37 | (Immediate::ScalarPair(left1, left2), Immediate::ScalarPair(right1, right2)) => { [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `Immediate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/operator.rs:43:18 [INFO] [stdout] | [INFO] [stdout] 43 | (Scalar::from_bool(if bin_op == Eq { eq } else { !eq }), false, self.tcx.types.bool) [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `Ge` is not bound in all patterns [INFO] [stdout] --> src/operator.rs:46:13 [INFO] [stdout] | [INFO] [stdout] 46 | Lt | Le | Gt | Ge => { [INFO] [stdout] | ^^ ^^ ^^ -- variable not in all patterns [INFO] [stdout] | | | | [INFO] [stdout] | | | pattern doesn't bind `Ge` [INFO] [stdout] | | pattern doesn't bind `Ge` [INFO] [stdout] | pattern doesn't bind `Ge` [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Ge` [INFO] [stdout] --> src/operator.rs:46:28 [INFO] [stdout] | [INFO] [stdout] 46 | Lt | Le | Gt | Ge => { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `Gt` is not bound in all patterns [INFO] [stdout] --> src/operator.rs:46:13 [INFO] [stdout] | [INFO] [stdout] 46 | Lt | Le | Gt | Ge => { [INFO] [stdout] | ^^ ^^ -- ^^ pattern doesn't bind `Gt` [INFO] [stdout] | | | | [INFO] [stdout] | | | variable not in all patterns [INFO] [stdout] | | pattern doesn't bind `Gt` [INFO] [stdout] | pattern doesn't bind `Gt` [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Gt` [INFO] [stdout] --> src/operator.rs:46:23 [INFO] [stdout] | [INFO] [stdout] 46 | Lt | Le | Gt | Ge => { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `Le` is not bound in all patterns [INFO] [stdout] --> src/operator.rs:46:13 [INFO] [stdout] | [INFO] [stdout] 46 | Lt | Le | Gt | Ge => { [INFO] [stdout] | ^^ -- ^^ ^^ pattern doesn't bind `Le` [INFO] [stdout] | | | | [INFO] [stdout] | | | pattern doesn't bind `Le` [INFO] [stdout] | | variable not in all patterns [INFO] [stdout] | pattern doesn't bind `Le` [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Le` [INFO] [stdout] --> src/operator.rs:46:18 [INFO] [stdout] | [INFO] [stdout] 46 | Lt | Le | Gt | Ge => { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0408]: variable `Lt` is not bound in all patterns [INFO] [stdout] --> src/operator.rs:46:18 [INFO] [stdout] | [INFO] [stdout] 46 | Lt | Le | Gt | Ge => { [INFO] [stdout] | -- ^^ ^^ ^^ pattern doesn't bind `Lt` [INFO] [stdout] | | | | [INFO] [stdout] | | | pattern doesn't bind `Lt` [INFO] [stdout] | | pattern doesn't bind `Lt` [INFO] [stdout] | variable not in all patterns [INFO] [stdout] | [INFO] [stdout] help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `?::Lt` [INFO] [stdout] --> src/operator.rs:46:13 [INFO] [stdout] | [INFO] [stdout] 46 | Lt | Le | Gt | Ge => { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/operator.rs:58:18 [INFO] [stdout] | [INFO] [stdout] 58 | (Scalar::from_bool(res), false, self.tcx.types.bool) [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/range_map.rs:80:81 [INFO] [stdout] | [INFO] [stdout] 80 | slice.iter().take_while(move |elem| elem.range.start < end).map(|elem| (Size::from_bytes(elem.range.start), &elem.data)) [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/range_map.rs:204:38 [INFO] [stdout] | [INFO] [stdout] 204 | slice.iter_mut().map(|elem| (Size::from_bytes(elem.range.start), &mut elem.data)) [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FnVal` [INFO] [stdout] --> src/shims/backtrace.rs:45:58 [INFO] [stdout] | [INFO] [stdout] 45 | let mut fn_ptr = this.memory.create_fn_alloc(FnVal::Instance(instance)); [INFO] [stdout] | ^^^^^ use of undeclared type `FnVal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/shims/backtrace.rs:46:29 [INFO] [stdout] | [INFO] [stdout] 46 | fn_ptr.offset = Size::from_bytes(pos.0); [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/backtrace.rs:47:13 [INFO] [stdout] | [INFO] [stdout] 47 | Scalar::Ptr(fn_ptr) [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Mutability` [INFO] [stdout] --> src/shims/backtrace.rs:54:20 [INFO] [stdout] | [INFO] [stdout] 54 | mutbl: Mutability::Mut [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Mutability` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Immediate` [INFO] [stdout] --> src/shims/backtrace.rs:66:30 [INFO] [stdout] | [INFO] [stdout] 66 | this.write_immediate(Immediate::new_slice(alloc.ptr.into(), len.try_into().unwrap(), this), dest)?; [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `Immediate` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `GlobalAlloc` [INFO] [stdout] --> src/shims/backtrace.rs:86:39 [INFO] [stdout] | [INFO] [stdout] 86 | let fn_instance = if let Some(GlobalAlloc::Function(instance)) = this.tcx.get_global_alloc(ptr.alloc_id) { [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `GlobalAlloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/shims/backtrace.rs:95:25 [INFO] [stdout] | [INFO] [stdout] 95 | fn_ptr.offset = Size::from_bytes(0); [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/backtrace.rs:96:22 [INFO] [stdout] | [INFO] [stdout] 96 | let fn_ptr = Scalar::Ptr(fn_ptr); [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/backtrace.rs:118:28 [INFO] [stdout] | [INFO] [stdout] 118 | let lineno_alloc = Scalar::from_u32(lineno); [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/backtrace.rs:119:27 [INFO] [stdout] | [INFO] [stdout] 119 | let colno_alloc = Scalar::from_u32(colno); [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/shims/backtrace.rs:122:16 [INFO] [stdout] | [INFO] [stdout] 122 | if let ty::Adt(adt, _) = dest.layout.ty.kind() { [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Align` [INFO] [stdout] --> src/shims/foreign_items.rs:31:20 [INFO] [stdout] | [INFO] [stdout] 31 | return Align::from_bytes(min_align).unwrap(); [INFO] [stdout] | ^^^^^ use of undeclared type `Align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Align` [INFO] [stdout] --> src/shims/foreign_items.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | Align::from_bytes(prev_power_of_two(size)).unwrap() [INFO] [stdout] | ^^^^^ use of undeclared type `Align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/foreign_items.rs:50:13 [INFO] [stdout] | [INFO] [stdout] 50 | Scalar::null_ptr(this) [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/shims/foreign_items.rs:53:44 [INFO] [stdout] | [INFO] [stdout] 53 | let ptr = this.memory.allocate(Size::from_bytes(size), align, kind.into()); [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/foreign_items.rs:58:13 [INFO] [stdout] | [INFO] [stdout] 58 | Scalar::Ptr(ptr) [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/foreign_items.rs:81:20 [INFO] [stdout] | [INFO] [stdout] 81 | Ok(Scalar::null_ptr(this)) [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/shims/foreign_items.rs:84:42 [INFO] [stdout] | [INFO] [stdout] 84 | this.memory.allocate(Size::from_bytes(new_size), new_align, kind.into()); [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/foreign_items.rs:85:20 [INFO] [stdout] | [INFO] [stdout] 85 | Ok(Scalar::Ptr(new_ptr)) [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/foreign_items.rs:91:20 [INFO] [stdout] | [INFO] [stdout] 91 | Ok(Scalar::null_ptr(this)) [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/shims/foreign_items.rs:96:21 [INFO] [stdout] | [INFO] [stdout] 96 | Size::from_bytes(new_size), [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/foreign_items.rs:100:20 [INFO] [stdout] | [INFO] [stdout] 100 | Ok(Scalar::Ptr(new_ptr)) [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/shims/foreign_items.rs:117:43 [INFO] [stdout] | [INFO] [stdout] 117 | ret: Option<(&PlaceTy<'tcx, Tag>, mir::BasicBlock)>, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/shims/foreign_items.rs:118:24 [INFO] [stdout] | [INFO] [stdout] 118 | unwind: Option, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/shims/foreign_items.rs:119:42 [INFO] [stdout] | [INFO] [stdout] 119 | ) -> InterpResult<'tcx, Option<&'mir mir::Body<'tcx>>> { [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sym` [INFO] [stdout] --> src/shims/foreign_items.rs:122:82 [INFO] [stdout] | [INFO] [stdout] 122 | let link_name = match this.tcx.sess.first_attr_value_str_by_name(&attrs, sym::link_name) { [INFO] [stdout] | ^^^ use of undeclared crate or module `sym` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/foreign_items.rs:134:36 [INFO] [stdout] | [INFO] [stdout] 134 | check_abi(abi, Abi::Rust)?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/foreign_items.rs:141:36 [INFO] [stdout] | [INFO] [stdout] 141 | check_abi(abi, Abi::Rust)?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/shims/foreign_items.rs:143:47 [INFO] [stdout] | [INFO] [stdout] 143 | let panic_impl_instance = ty::Instance::mono(tcx, panic_impl_id); [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/foreign_items.rs:149:61 [INFO] [stdout] | [INFO] [stdout] 149 | check_abi(abi, if link_name == "exit" { Abi::C { unwind: false } } else { Abi::System { unwind: false } })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/foreign_items.rs:149:95 [INFO] [stdout] | [INFO] [stdout] 149 | check_abi(abi, if link_name == "exit" { Abi::C { unwind: false } } else { Abi::System { unwind: false } })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/foreign_items.rs:156:36 [INFO] [stdout] | [INFO] [stdout] 156 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/foreign_items.rs:173:32 [INFO] [stdout] | [INFO] [stdout] 173 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PanicStrategy` [INFO] [stdout] --> src/shims/foreign_items.rs:177:21 [INFO] [stdout] | [INFO] [stdout] 177 | PanicStrategy::Unwind => sym::panic_unwind, [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `PanicStrategy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sym` [INFO] [stdout] --> src/shims/foreign_items.rs:177:46 [INFO] [stdout] | [INFO] [stdout] 177 | PanicStrategy::Unwind => sym::panic_unwind, [INFO] [stdout] | ^^^ use of undeclared crate or module `sym` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PanicStrategy` [INFO] [stdout] --> src/shims/foreign_items.rs:178:21 [INFO] [stdout] | [INFO] [stdout] 178 | PanicStrategy::Abort => sym::panic_abort, [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `PanicStrategy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `sym` [INFO] [stdout] --> src/shims/foreign_items.rs:178:45 [INFO] [stdout] | [INFO] [stdout] 178 | PanicStrategy::Abort => sym::panic_abort, [INFO] [stdout] | ^^^ use of undeclared crate or module `sym` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/shims/foreign_items.rs:205:14 [INFO] [stdout] | [INFO] [stdout] 205 | ret: mir::BasicBlock, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/foreign_items.rs:214:32 [INFO] [stdout] | [INFO] [stdout] 214 | check_abi(abi, Abi::Rust)?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/shims/foreign_items.rs:218:34 [INFO] [stdout] | [INFO] [stdout] 218 | if ptr.offset != Size::ZERO { [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/foreign_items.rs:226:32 [INFO] [stdout] | [INFO] [stdout] 226 | check_abi(abi, Abi::Rust)?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/foreign_items.rs:232:32 [INFO] [stdout] | [INFO] [stdout] 232 | check_abi(abi, Abi::Rust)?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/foreign_items.rs:239:32 [INFO] [stdout] | [INFO] [stdout] 239 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/foreign_items.rs:246:32 [INFO] [stdout] | [INFO] [stdout] 246 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/foreign_items.rs:256:32 [INFO] [stdout] | [INFO] [stdout] 256 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/foreign_items.rs:262:32 [INFO] [stdout] | [INFO] [stdout] 262 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/foreign_items.rs:274:32 [INFO] [stdout] | [INFO] [stdout] 274 | check_abi(abi, Abi::Rust)?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/shims/foreign_items.rs:280:21 [INFO] [stdout] | [INFO] [stdout] 280 | Size::from_bytes(size), [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Align` [INFO] [stdout] --> src/shims/foreign_items.rs:281:21 [INFO] [stdout] | [INFO] [stdout] 281 | Align::from_bytes(align).unwrap(), [INFO] [stdout] | ^^^^^ use of undeclared type `Align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/foreign_items.rs:287:32 [INFO] [stdout] | [INFO] [stdout] 287 | check_abi(abi, Abi::Rust)?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/shims/foreign_items.rs:293:21 [INFO] [stdout] | [INFO] [stdout] 293 | Size::from_bytes(size), [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Align` [INFO] [stdout] --> src/shims/foreign_items.rs:294:21 [INFO] [stdout] | [INFO] [stdout] 294 | Align::from_bytes(align).unwrap(), [INFO] [stdout] | ^^^^^ use of undeclared type `Align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/foreign_items.rs:302:32 [INFO] [stdout] | [INFO] [stdout] 302 | check_abi(abi, Abi::Rust)?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/shims/foreign_items.rs:311:27 [INFO] [stdout] | [INFO] [stdout] 311 | Some((Size::from_bytes(old_size), Align::from_bytes(align).unwrap())), [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Align` [INFO] [stdout] --> src/shims/foreign_items.rs:311:55 [INFO] [stdout] | [INFO] [stdout] 311 | Some((Size::from_bytes(old_size), Align::from_bytes(align).unwrap())), [INFO] [stdout] | ^^^^^ use of undeclared type `Align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/foreign_items.rs:316:32 [INFO] [stdout] | [INFO] [stdout] 316 | check_abi(abi, Abi::Rust)?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Align` [INFO] [stdout] --> src/shims/foreign_items.rs:324:29 [INFO] [stdout] | [INFO] [stdout] 324 | let align = Align::from_bytes(align).unwrap(); [INFO] [stdout] | ^^^^^ use of undeclared type `Align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/shims/foreign_items.rs:327:27 [INFO] [stdout] | [INFO] [stdout] 327 | Some((Size::from_bytes(old_size), align)), [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/shims/foreign_items.rs:328:21 [INFO] [stdout] | [INFO] [stdout] 328 | Size::from_bytes(new_size), [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/foreign_items.rs:337:32 [INFO] [stdout] | [INFO] [stdout] 337 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/shims/foreign_items.rs:341:25 [INFO] [stdout] | [INFO] [stdout] 341 | let n = Size::from_bytes(this.read_scalar(n)?.to_machine_usize(this)?); [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/foreign_items.rs:355:35 [INFO] [stdout] | [INFO] [stdout] 355 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/foreign_items.rs:358:32 [INFO] [stdout] | [INFO] [stdout] 358 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/shims/foreign_items.rs:365:38 [INFO] [stdout] | [INFO] [stdout] 365 | .read_bytes(ptr, Size::from_bytes(num))? [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/shims/foreign_items.rs:370:50 [INFO] [stdout] | [INFO] [stdout] 370 | let new_ptr = ptr.ptr_offset(Size::from_bytes(num - idx as u64 - 1), this)?; [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/foreign_items.rs:377:32 [INFO] [stdout] | [INFO] [stdout] 377 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/shims/foreign_items.rs:384:38 [INFO] [stdout] | [INFO] [stdout] 384 | .read_bytes(ptr, Size::from_bytes(num))? [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/shims/foreign_items.rs:388:50 [INFO] [stdout] | [INFO] [stdout] 388 | let new_ptr = ptr.ptr_offset(Size::from_bytes(idx as u64), this)?; [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/foreign_items.rs:395:32 [INFO] [stdout] | [INFO] [stdout] 395 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/foreign_items.rs:399:35 [INFO] [stdout] | [INFO] [stdout] 399 | this.write_scalar(Scalar::from_machine_usize(u64::try_from(n).unwrap(), this), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/foreign_items.rs:411:32 [INFO] [stdout] | [INFO] [stdout] 411 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/foreign_items.rs:425:35 [INFO] [stdout] | [INFO] [stdout] 425 | this.write_scalar(Scalar::from_u32(f.to_bits()), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/foreign_items.rs:431:32 [INFO] [stdout] | [INFO] [stdout] 431 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/foreign_items.rs:443:35 [INFO] [stdout] | [INFO] [stdout] 443 | this.write_scalar(Scalar::from_u32(n.to_bits()), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/foreign_items.rs:453:32 [INFO] [stdout] | [INFO] [stdout] 453 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/foreign_items.rs:467:35 [INFO] [stdout] | [INFO] [stdout] 467 | this.write_scalar(Scalar::from_u64(f.to_bits()), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/foreign_items.rs:473:32 [INFO] [stdout] | [INFO] [stdout] 473 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/foreign_items.rs:483:35 [INFO] [stdout] | [INFO] [stdout] 483 | this.write_scalar(Scalar::from_u64(n.to_bits()), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/foreign_items.rs:489:32 [INFO] [stdout] | [INFO] [stdout] 489 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/foreign_items.rs:506:35 [INFO] [stdout] | [INFO] [stdout] 506 | this.write_scalar(Scalar::from_f64(res), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/foreign_items.rs:511:32 [INFO] [stdout] | [INFO] [stdout] 511 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/foreign_items.rs:516:32 [INFO] [stdout] | [INFO] [stdout] 516 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/shims/intrinsics.rs:14:11 [INFO] [stdout] | [INFO] [stdout] 14 | MirOp(mir::BinOp, bool), [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/shims/intrinsics.rs:23:19 [INFO] [stdout] | [INFO] [stdout] 23 | instance: ty::Instance<'tcx>, [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/shims/intrinsics.rs:25:43 [INFO] [stdout] | [INFO] [stdout] 25 | ret: Option<(&PlaceTy<'tcx, Tag>, mir::BasicBlock)>, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/shims/intrinsics.rs:26:25 [INFO] [stdout] | [INFO] [stdout] 26 | _unwind: Option, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/shims/intrinsics.rs:48:44 [INFO] [stdout] | [INFO] [stdout] 48 | this.binop_ignore_overflow(mir::BinOp::Eq, &left, &right, dest)?; [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/shims/intrinsics.rs:54:44 [INFO] [stdout] | [INFO] [stdout] 54 | this.binop_ignore_overflow(mir::BinOp::Ne, &left, &right, dest)?; [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/intrinsics.rs:118:35 [INFO] [stdout] | [INFO] [stdout] 118 | this.write_scalar(Scalar::from_u32(f.to_bits()), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/intrinsics.rs:155:35 [INFO] [stdout] | [INFO] [stdout] 155 | this.write_scalar(Scalar::from_u64(f.to_bits()), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/shims/intrinsics.rs:169:36 [INFO] [stdout] | [INFO] [stdout] 169 | "fadd_fast" => mir::BinOp::Add, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/shims/intrinsics.rs:170:36 [INFO] [stdout] | [INFO] [stdout] 170 | "fsub_fast" => mir::BinOp::Sub, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/shims/intrinsics.rs:171:36 [INFO] [stdout] | [INFO] [stdout] 171 | "fmul_fast" => mir::BinOp::Mul, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/shims/intrinsics.rs:172:36 [INFO] [stdout] | [INFO] [stdout] 172 | "fdiv_fast" => mir::BinOp::Div, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/shims/intrinsics.rs:173:36 [INFO] [stdout] | [INFO] [stdout] 173 | "frem_fast" => mir::BinOp::Rem, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/intrinsics.rs:193:35 [INFO] [stdout] | [INFO] [stdout] 193 | this.write_scalar(Scalar::from_f32(res), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/intrinsics.rs:210:35 [INFO] [stdout] | [INFO] [stdout] 210 | this.write_scalar(Scalar::from_f64(res), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/intrinsics.rs:218:35 [INFO] [stdout] | [INFO] [stdout] 218 | this.write_scalar(Scalar::from_u32(f.powf(f2).to_bits()), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/intrinsics.rs:226:35 [INFO] [stdout] | [INFO] [stdout] 226 | this.write_scalar(Scalar::from_u64(f.powf(f2).to_bits()), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/intrinsics.rs:235:35 [INFO] [stdout] | [INFO] [stdout] 235 | this.write_scalar(Scalar::from_f32(res), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/intrinsics.rs:244:35 [INFO] [stdout] | [INFO] [stdout] 244 | this.write_scalar(Scalar::from_f64(res), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/intrinsics.rs:252:35 [INFO] [stdout] | [INFO] [stdout] 252 | this.write_scalar(Scalar::from_u32(f.powi(i).to_bits()), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/intrinsics.rs:260:35 [INFO] [stdout] | [INFO] [stdout] 260 | this.write_scalar(Scalar::from_u64(f.powi(i).to_bits()), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/shims/intrinsics.rs:268:21 [INFO] [stdout] | [INFO] [stdout] 268 | ty::Float(FloatTy::F32) => [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FloatTy` [INFO] [stdout] --> src/shims/intrinsics.rs:268:31 [INFO] [stdout] | [INFO] [stdout] 268 | ty::Float(FloatTy::F32) => [INFO] [stdout] | ^^^^^^^ use of undeclared type `FloatTy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/shims/intrinsics.rs:270:21 [INFO] [stdout] | [INFO] [stdout] 270 | ty::Float(FloatTy::F64) => [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FloatTy` [INFO] [stdout] --> src/shims/intrinsics.rs:270:31 [INFO] [stdout] | [INFO] [stdout] 270 | ty::Float(FloatTy::F64) => [INFO] [stdout] | ^^^^^^^ use of undeclared type `FloatTy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `BinOp` [INFO] [stdout] --> src/shims/intrinsics.rs:400:33 [INFO] [stdout] | [INFO] [stdout] 400 | AtomicOp::MirOp(BinOp::BitOr, false), [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/shims/intrinsics.rs:406:33 [INFO] [stdout] | [INFO] [stdout] 406 | AtomicOp::MirOp(BinOp::BitOr, false), [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/shims/intrinsics.rs:412:33 [INFO] [stdout] | [INFO] [stdout] 412 | AtomicOp::MirOp(BinOp::BitOr, false), [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/shims/intrinsics.rs:418:33 [INFO] [stdout] | [INFO] [stdout] 418 | AtomicOp::MirOp(BinOp::BitOr, false), [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/shims/intrinsics.rs:424:33 [INFO] [stdout] | [INFO] [stdout] 424 | AtomicOp::MirOp(BinOp::BitOr, false), [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/shims/intrinsics.rs:430:33 [INFO] [stdout] | [INFO] [stdout] 430 | AtomicOp::MirOp(BinOp::BitXor, false), [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/shims/intrinsics.rs:436:33 [INFO] [stdout] | [INFO] [stdout] 436 | AtomicOp::MirOp(BinOp::BitXor, false), [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/shims/intrinsics.rs:442:33 [INFO] [stdout] | [INFO] [stdout] 442 | AtomicOp::MirOp(BinOp::BitXor, false), [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/shims/intrinsics.rs:448:33 [INFO] [stdout] | [INFO] [stdout] 448 | AtomicOp::MirOp(BinOp::BitXor, false), [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/shims/intrinsics.rs:454:33 [INFO] [stdout] | [INFO] [stdout] 454 | AtomicOp::MirOp(BinOp::BitXor, false), [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/shims/intrinsics.rs:460:33 [INFO] [stdout] | [INFO] [stdout] 460 | AtomicOp::MirOp(BinOp::BitAnd, false), [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/shims/intrinsics.rs:466:33 [INFO] [stdout] | [INFO] [stdout] 466 | AtomicOp::MirOp(BinOp::BitAnd, false), [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/shims/intrinsics.rs:472:33 [INFO] [stdout] | [INFO] [stdout] 472 | AtomicOp::MirOp(BinOp::BitAnd, false), [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/shims/intrinsics.rs:478:33 [INFO] [stdout] | [INFO] [stdout] 478 | AtomicOp::MirOp(BinOp::BitAnd, false), [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/shims/intrinsics.rs:484:33 [INFO] [stdout] | [INFO] [stdout] 484 | AtomicOp::MirOp(BinOp::BitAnd, false), [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/shims/intrinsics.rs:490:33 [INFO] [stdout] | [INFO] [stdout] 490 | AtomicOp::MirOp(BinOp::BitAnd, true), [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/shims/intrinsics.rs:496:33 [INFO] [stdout] | [INFO] [stdout] 496 | AtomicOp::MirOp(BinOp::BitAnd, true), [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/shims/intrinsics.rs:502:33 [INFO] [stdout] | [INFO] [stdout] 502 | AtomicOp::MirOp(BinOp::BitAnd, true), [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/shims/intrinsics.rs:508:33 [INFO] [stdout] | [INFO] [stdout] 508 | AtomicOp::MirOp(BinOp::BitAnd, true), [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/shims/intrinsics.rs:514:33 [INFO] [stdout] | [INFO] [stdout] 514 | AtomicOp::MirOp(BinOp::BitAnd, true), [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/shims/intrinsics.rs:520:33 [INFO] [stdout] | [INFO] [stdout] 520 | AtomicOp::MirOp(BinOp::Add, false), [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/shims/intrinsics.rs:526:33 [INFO] [stdout] | [INFO] [stdout] 526 | AtomicOp::MirOp(BinOp::Add, false), [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/shims/intrinsics.rs:532:33 [INFO] [stdout] | [INFO] [stdout] 532 | AtomicOp::MirOp(BinOp::Add, false), [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/shims/intrinsics.rs:538:33 [INFO] [stdout] | [INFO] [stdout] 538 | AtomicOp::MirOp(BinOp::Add, false), [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/shims/intrinsics.rs:544:33 [INFO] [stdout] | [INFO] [stdout] 544 | AtomicOp::MirOp(BinOp::Add, false), [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/shims/intrinsics.rs:550:33 [INFO] [stdout] | [INFO] [stdout] 550 | AtomicOp::MirOp(BinOp::Sub, false), [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/shims/intrinsics.rs:556:33 [INFO] [stdout] | [INFO] [stdout] 556 | AtomicOp::MirOp(BinOp::Sub, false), [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/shims/intrinsics.rs:562:33 [INFO] [stdout] | [INFO] [stdout] 562 | AtomicOp::MirOp(BinOp::Sub, false), [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/shims/intrinsics.rs:568:33 [INFO] [stdout] | [INFO] [stdout] 568 | AtomicOp::MirOp(BinOp::Sub, false), [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/shims/intrinsics.rs:574:33 [INFO] [stdout] | [INFO] [stdout] 574 | AtomicOp::MirOp(BinOp::Sub, false), [INFO] [stdout] | ^^^^^ use of undeclared type `BinOp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Align` [INFO] [stdout] --> src/shims/intrinsics.rs:688:21 [INFO] [stdout] | [INFO] [stdout] 688 | let align = Align::from_bytes(place.layout.size.bytes()).unwrap(); [INFO] [stdout] | ^^^^^ use of undeclared type `Align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Align` [INFO] [stdout] --> src/shims/intrinsics.rs:708:21 [INFO] [stdout] | [INFO] [stdout] 708 | let align = Align::from_bytes(place.layout.size.bytes()).unwrap(); [INFO] [stdout] | ^^^^^ use of undeclared type `Align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Align` [INFO] [stdout] --> src/shims/intrinsics.rs:758:21 [INFO] [stdout] | [INFO] [stdout] 758 | let align = Align::from_bytes(place.layout.size.bytes()).unwrap(); [INFO] [stdout] | ^^^^^ use of undeclared type `Align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Align` [INFO] [stdout] --> src/shims/intrinsics.rs:795:21 [INFO] [stdout] | [INFO] [stdout] 795 | let align = Align::from_bytes(place.layout.size.bytes()).unwrap(); [INFO] [stdout] | ^^^^^ use of undeclared type `Align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Align` [INFO] [stdout] --> src/shims/intrinsics.rs:821:21 [INFO] [stdout] | [INFO] [stdout] 821 | let align = Align::from_bytes(place.layout.size.bytes()).unwrap(); [INFO] [stdout] | ^^^^^ use of undeclared type `Align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/shims/intrinsics.rs:861:18 [INFO] [stdout] | [INFO] [stdout] 861 | dest_ty: ty::Ty<'tcx>, [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Round` [INFO] [stdout] --> src/shims/intrinsics.rs:870:37 [INFO] [stdout] | [INFO] [stdout] 870 | let f = f.round_to_integral(Round::TowardZero).value; [INFO] [stdout] | ^^^^^ use of undeclared type `Round` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/shims/intrinsics.rs:875:13 [INFO] [stdout] | [INFO] [stdout] 875 | ty::Uint(t) => { [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Integer` [INFO] [stdout] --> src/shims/intrinsics.rs:876:28 [INFO] [stdout] | [INFO] [stdout] 876 | let size = Integer::from_uint_ty(this, *t).size(); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Integer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/intrinsics.rs:880:21 [INFO] [stdout] | [INFO] [stdout] 880 | Scalar::from_uint(res.value, size) [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/shims/intrinsics.rs:891:13 [INFO] [stdout] | [INFO] [stdout] 891 | ty::Int(t) => { [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Integer` [INFO] [stdout] --> src/shims/intrinsics.rs:892:28 [INFO] [stdout] | [INFO] [stdout] 892 | let size = Integer::from_int_ty(this, *t).size(); [INFO] [stdout] | ^^^^^^^ use of undeclared type `Integer` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/intrinsics.rs:896:21 [INFO] [stdout] | [INFO] [stdout] 896 | Scalar::from_int(res.value, size) [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:21:14 [INFO] [stdout] | [INFO] [stdout] 21 | ret: mir::BasicBlock, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:28:32 [INFO] [stdout] | [INFO] [stdout] 28 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:34:32 [INFO] [stdout] | [INFO] [stdout] 34 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:37:35 [INFO] [stdout] | [INFO] [stdout] 37 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:40:32 [INFO] [stdout] | [INFO] [stdout] 40 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:44:35 [INFO] [stdout] | [INFO] [stdout] 44 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:47:32 [INFO] [stdout] | [INFO] [stdout] 47 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:53:32 [INFO] [stdout] | [INFO] [stdout] 53 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:56:35 [INFO] [stdout] | [INFO] [stdout] 56 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:61:32 [INFO] [stdout] | [INFO] [stdout] 61 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:64:35 [INFO] [stdout] | [INFO] [stdout] 64 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:67:32 [INFO] [stdout] | [INFO] [stdout] 67 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:69:35 [INFO] [stdout] | [INFO] [stdout] 69 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:72:32 [INFO] [stdout] | [INFO] [stdout] 72 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:78:35 [INFO] [stdout] | [INFO] [stdout] 78 | this.write_scalar(Scalar::from_machine_isize(result, this), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:81:32 [INFO] [stdout] | [INFO] [stdout] 81 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:89:35 [INFO] [stdout] | [INFO] [stdout] 89 | this.write_scalar(Scalar::from_machine_isize(result, this), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:92:32 [INFO] [stdout] | [INFO] [stdout] 92 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:95:35 [INFO] [stdout] | [INFO] [stdout] 95 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:98:32 [INFO] [stdout] | [INFO] [stdout] 98 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:101:35 [INFO] [stdout] | [INFO] [stdout] 101 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:104:32 [INFO] [stdout] | [INFO] [stdout] 104 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:107:35 [INFO] [stdout] | [INFO] [stdout] 107 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:110:32 [INFO] [stdout] | [INFO] [stdout] 110 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:113:35 [INFO] [stdout] | [INFO] [stdout] 113 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:116:32 [INFO] [stdout] | [INFO] [stdout] 116 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:119:35 [INFO] [stdout] | [INFO] [stdout] 119 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:122:32 [INFO] [stdout] | [INFO] [stdout] 122 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:125:35 [INFO] [stdout] | [INFO] [stdout] 125 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:128:32 [INFO] [stdout] | [INFO] [stdout] 128 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:132:35 [INFO] [stdout] | [INFO] [stdout] 132 | this.write_scalar(Scalar::from_i64(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:135:32 [INFO] [stdout] | [INFO] [stdout] 135 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:138:35 [INFO] [stdout] | [INFO] [stdout] 138 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:141:32 [INFO] [stdout] | [INFO] [stdout] 141 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:144:35 [INFO] [stdout] | [INFO] [stdout] 144 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:147:32 [INFO] [stdout] | [INFO] [stdout] 147 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:150:35 [INFO] [stdout] | [INFO] [stdout] 150 | this.write_scalar(Scalar::from_machine_isize(result, this), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:155:32 [INFO] [stdout] | [INFO] [stdout] 155 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:175:25 [INFO] [stdout] | [INFO] [stdout] 175 | Size::from_bytes(size), [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Align` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:176:25 [INFO] [stdout] | [INFO] [stdout] 176 | Align::from_bytes(align).unwrap(), [INFO] [stdout] | ^^^^^ use of undeclared type `Align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:186:32 [INFO] [stdout] | [INFO] [stdout] 186 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FnVal` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:192:59 [INFO] [stdout] | [INFO] [stdout] 192 | let ptr = this.memory.create_fn_alloc(FnVal::Other(dlsym)); [INFO] [stdout] | ^^^^^ use of undeclared type `FnVal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:193:39 [INFO] [stdout] | [INFO] [stdout] 193 | this.write_scalar(Scalar::from(ptr), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:201:32 [INFO] [stdout] | [INFO] [stdout] 201 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:206:38 [INFO] [stdout] | [INFO] [stdout] 206 | ("_SC_PAGESIZE", Scalar::from_int(PAGE_SIZE, this.pointer_size())), [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:207:46 [INFO] [stdout] | [INFO] [stdout] 207 | ("_SC_NPROCESSORS_CONF", Scalar::from_int(NUM_CPUS, this.pointer_size())), [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:208:46 [INFO] [stdout] | [INFO] [stdout] 208 | ("_SC_NPROCESSORS_ONLN", Scalar::from_int(NUM_CPUS, this.pointer_size())), [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:227:32 [INFO] [stdout] | [INFO] [stdout] 227 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:250:35 [INFO] [stdout] | [INFO] [stdout] 250 | this.write_scalar(Scalar::from_uint(key, key_layout.size), &key_place.into())?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:256:32 [INFO] [stdout] | [INFO] [stdout] 256 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:264:32 [INFO] [stdout] | [INFO] [stdout] 264 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:272:32 [INFO] [stdout] | [INFO] [stdout] 272 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:285:32 [INFO] [stdout] | [INFO] [stdout] 285 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:288:35 [INFO] [stdout] | [INFO] [stdout] 288 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:291:32 [INFO] [stdout] | [INFO] [stdout] 291 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:294:35 [INFO] [stdout] | [INFO] [stdout] 294 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:297:32 [INFO] [stdout] | [INFO] [stdout] 297 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:300:35 [INFO] [stdout] | [INFO] [stdout] 300 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:303:32 [INFO] [stdout] | [INFO] [stdout] 303 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:306:35 [INFO] [stdout] | [INFO] [stdout] 306 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:309:32 [INFO] [stdout] | [INFO] [stdout] 309 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:312:35 [INFO] [stdout] | [INFO] [stdout] 312 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:315:32 [INFO] [stdout] | [INFO] [stdout] 315 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:318:35 [INFO] [stdout] | [INFO] [stdout] 318 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:321:32 [INFO] [stdout] | [INFO] [stdout] 321 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:324:35 [INFO] [stdout] | [INFO] [stdout] 324 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:327:32 [INFO] [stdout] | [INFO] [stdout] 327 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:330:35 [INFO] [stdout] | [INFO] [stdout] 330 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:333:32 [INFO] [stdout] | [INFO] [stdout] 333 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:336:35 [INFO] [stdout] | [INFO] [stdout] 336 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:339:32 [INFO] [stdout] | [INFO] [stdout] 339 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:342:35 [INFO] [stdout] | [INFO] [stdout] 342 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:345:32 [INFO] [stdout] | [INFO] [stdout] 345 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:348:35 [INFO] [stdout] | [INFO] [stdout] 348 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:351:32 [INFO] [stdout] | [INFO] [stdout] 351 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:354:35 [INFO] [stdout] | [INFO] [stdout] 354 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:357:32 [INFO] [stdout] | [INFO] [stdout] 357 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:360:35 [INFO] [stdout] | [INFO] [stdout] 360 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:363:32 [INFO] [stdout] | [INFO] [stdout] 363 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:366:35 [INFO] [stdout] | [INFO] [stdout] 366 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:369:32 [INFO] [stdout] | [INFO] [stdout] 369 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:372:35 [INFO] [stdout] | [INFO] [stdout] 372 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:375:32 [INFO] [stdout] | [INFO] [stdout] 375 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:378:35 [INFO] [stdout] | [INFO] [stdout] 378 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:381:32 [INFO] [stdout] | [INFO] [stdout] 381 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:384:35 [INFO] [stdout] | [INFO] [stdout] 384 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:387:32 [INFO] [stdout] | [INFO] [stdout] 387 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:390:35 [INFO] [stdout] | [INFO] [stdout] 390 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:393:32 [INFO] [stdout] | [INFO] [stdout] 393 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:396:35 [INFO] [stdout] | [INFO] [stdout] 396 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:399:32 [INFO] [stdout] | [INFO] [stdout] 399 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:402:35 [INFO] [stdout] | [INFO] [stdout] 402 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:405:32 [INFO] [stdout] | [INFO] [stdout] 405 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:410:32 [INFO] [stdout] | [INFO] [stdout] 410 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:413:35 [INFO] [stdout] | [INFO] [stdout] 413 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:418:32 [INFO] [stdout] | [INFO] [stdout] 418 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:421:35 [INFO] [stdout] | [INFO] [stdout] 421 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:424:32 [INFO] [stdout] | [INFO] [stdout] 424 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:427:35 [INFO] [stdout] | [INFO] [stdout] 427 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:430:32 [INFO] [stdout] | [INFO] [stdout] 430 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:433:35 [INFO] [stdout] | [INFO] [stdout] 433 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:436:32 [INFO] [stdout] | [INFO] [stdout] 436 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:441:32 [INFO] [stdout] | [INFO] [stdout] 441 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:444:35 [INFO] [stdout] | [INFO] [stdout] 444 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:447:32 [INFO] [stdout] | [INFO] [stdout] 447 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:450:35 [INFO] [stdout] | [INFO] [stdout] 450 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:455:32 [INFO] [stdout] | [INFO] [stdout] 455 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:465:32 [INFO] [stdout] | [INFO] [stdout] 465 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:478:32 [INFO] [stdout] | [INFO] [stdout] 478 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:482:35 [INFO] [stdout] | [INFO] [stdout] 482 | this.write_scalar(Scalar::from_uint(crate::PAGE_SIZE, guard_size_layout.size), &guard_size.into())?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:491:32 [INFO] [stdout] | [INFO] [stdout] 491 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:497:32 [INFO] [stdout] | [INFO] [stdout] 497 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:505:32 [INFO] [stdout] | [INFO] [stdout] 505 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/foreign_items.rs:512:32 [INFO] [stdout] | [INFO] [stdout] 512 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/shims/posix/dlsym.rs:34:43 [INFO] [stdout] | [INFO] [stdout] 34 | ret: Option<(&PlaceTy<'tcx, Tag>, mir::BasicBlock)>, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/dlsym.rs:38:24 [INFO] [stdout] | [INFO] [stdout] 38 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FxHashMap` [INFO] [stdout] --> src/shims/posix/fs.rs:392:22 [INFO] [stdout] | [INFO] [stdout] 392 | streams: FxHashMap::default(), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `FxHashMap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/shims/posix/fs.rs:603:13 [INFO] [stdout] | [INFO] [stdout] 603 | Size::from_bytes(count), [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Align` [INFO] [stdout] --> src/shims/posix/fs.rs:604:13 [INFO] [stdout] | [INFO] [stdout] 604 | Align::from_bytes(1).unwrap(), [INFO] [stdout] | ^^^^^ use of undeclared type `Align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/shims/posix/fs.rs:653:13 [INFO] [stdout] | [INFO] [stdout] 653 | Size::from_bytes(count), [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Align` [INFO] [stdout] --> src/shims/posix/fs.rs:654:13 [INFO] [stdout] | [INFO] [stdout] 654 | Align::from_bytes(1).unwrap(), [INFO] [stdout] | ^^^^^ use of undeclared type `Align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/shims/posix/fs.rs:662:53 [INFO] [stdout] | [INFO] [stdout] 662 | let bytes = this.memory.read_bytes(buf, Size::from_bytes(count))?; [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/shims/posix/fs.rs:826:32 [INFO] [stdout] | [INFO] [stdout] 826 | .ty(*this.tcx, ty::ParamEnv::reveal_all()); [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ImmTy` [INFO] [stdout] --> src/shims/posix/fs.rs:829:32 [INFO] [stdout] | [INFO] [stdout] 829 | let statxbuf_imm = ImmTy::from_scalar(statxbuf_scalar, statxbuf_layout); [INFO] [stdout] | ^^^^^ use of undeclared type `ImmTy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `InterpResult` [INFO] [stdout] --> src/shims/posix/fs.rs:894:13 [INFO] [stdout] | [INFO] [stdout] 894 | InterpResult::Ok(tup) [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `InterpResult` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `InterpResult` [INFO] [stdout] --> src/shims/posix/fs.rs:899:13 [INFO] [stdout] | [INFO] [stdout] 899 | InterpResult::Ok(tup) [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `InterpResult` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `InterpResult` [INFO] [stdout] --> src/shims/posix/fs.rs:904:13 [INFO] [stdout] | [INFO] [stdout] 904 | InterpResult::Ok(tup) [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `InterpResult` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/fs.rs:1040:20 [INFO] [stdout] | [INFO] [stdout] 1040 | Ok(Scalar::from_machine_usize(id, this)) [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/fs.rs:1044:20 [INFO] [stdout] | [INFO] [stdout] 1044 | Ok(Scalar::null_ptr(this)) [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/sync.rs:333:47 [INFO] [stdout] | [INFO] [stdout] 333 | mutexattr_set_kind(this, attr_op, Scalar::from_i32(normal_kind))?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ScalarMaybeUninit` [INFO] [stdout] --> src/shims/posix/sync.rs:350:43 [INFO] [stdout] | [INFO] [stdout] 350 | mutexattr_set_kind(this, attr_op, ScalarMaybeUninit::Uninit)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared type `ScalarMaybeUninit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/sync.rs:370:38 [INFO] [stdout] | [INFO] [stdout] 370 | mutex_set_id(this, mutex_op, Scalar::from_i32(0))?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ScalarMaybeUninit` [INFO] [stdout] --> src/shims/posix/sync.rs:488:40 [INFO] [stdout] | [INFO] [stdout] 488 | mutex_set_kind(this, mutex_op, ScalarMaybeUninit::Uninit)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared type `ScalarMaybeUninit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ScalarMaybeUninit` [INFO] [stdout] --> src/shims/posix/sync.rs:489:38 [INFO] [stdout] | [INFO] [stdout] 489 | mutex_set_id(this, mutex_op, ScalarMaybeUninit::Uninit)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared type `ScalarMaybeUninit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ScalarMaybeUninit` [INFO] [stdout] --> src/shims/posix/sync.rs:589:40 [INFO] [stdout] | [INFO] [stdout] 589 | rwlock_set_id(this, rwlock_op, ScalarMaybeUninit::Uninit)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared type `ScalarMaybeUninit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ScalarMaybeUninit` [INFO] [stdout] --> src/shims/posix/sync.rs:643:46 [INFO] [stdout] | [INFO] [stdout] 643 | condattr_set_clock_id(this, attr_op, ScalarMaybeUninit::Uninit)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared type `ScalarMaybeUninit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/sync.rs:663:36 [INFO] [stdout] | [INFO] [stdout] 663 | cond_set_id(this, cond_op, Scalar::from_i32(0))?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/sync.rs:746:27 [INFO] [stdout] | [INFO] [stdout] 746 | this.write_scalar(Scalar::from_i32(0), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ScalarMaybeUninit` [INFO] [stdout] --> src/shims/posix/sync.rs:780:36 [INFO] [stdout] | [INFO] [stdout] 780 | cond_set_id(this, cond_op, ScalarMaybeUninit::Uninit)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared type `ScalarMaybeUninit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ScalarMaybeUninit` [INFO] [stdout] --> src/shims/posix/sync.rs:781:42 [INFO] [stdout] | [INFO] [stdout] 781 | cond_set_clock_id(this, cond_op, ScalarMaybeUninit::Uninit)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of undeclared type `ScalarMaybeUninit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/thread.rs:29:13 [INFO] [stdout] | [INFO] [stdout] 29 | Scalar::from_uint(new_thread_id.to_u32(), thread_info_place.layout.size), [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/thread.rs:54:13 [INFO] [stdout] | [INFO] [stdout] 54 | Abi::C { unwind: false }, [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `StackPopCleanup` [INFO] [stdout] --> src/shims/posix/thread.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | StackPopCleanup::None { cleanup: true }, [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `StackPopCleanup` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/thread.rs:97:27 [INFO] [stdout] | [INFO] [stdout] 97 | this.write_scalar(Scalar::from_uint(thread_id.to_u32(), dest.layout.size), dest) [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/shims/posix/linux/foreign_items.rs:19:15 [INFO] [stdout] | [INFO] [stdout] 19 | _ret: mir::BasicBlock, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/linux/foreign_items.rs:26:32 [INFO] [stdout] | [INFO] [stdout] 26 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/linux/foreign_items.rs:36:32 [INFO] [stdout] | [INFO] [stdout] 36 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/linux/foreign_items.rs:39:35 [INFO] [stdout] | [INFO] [stdout] 39 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/linux/foreign_items.rs:42:32 [INFO] [stdout] | [INFO] [stdout] 42 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/linux/foreign_items.rs:48:32 [INFO] [stdout] | [INFO] [stdout] 48 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/linux/foreign_items.rs:51:35 [INFO] [stdout] | [INFO] [stdout] 51 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/linux/foreign_items.rs:54:32 [INFO] [stdout] | [INFO] [stdout] 54 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/linux/foreign_items.rs:57:35 [INFO] [stdout] | [INFO] [stdout] 57 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/linux/foreign_items.rs:61:32 [INFO] [stdout] | [INFO] [stdout] 61 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/linux/foreign_items.rs:71:32 [INFO] [stdout] | [INFO] [stdout] 71 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/linux/foreign_items.rs:74:35 [INFO] [stdout] | [INFO] [stdout] 74 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/linux/foreign_items.rs:79:32 [INFO] [stdout] | [INFO] [stdout] 79 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/linux/foreign_items.rs:83:35 [INFO] [stdout] | [INFO] [stdout] 83 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/linux/foreign_items.rs:88:32 [INFO] [stdout] | [INFO] [stdout] 88 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/linux/foreign_items.rs:96:21 [INFO] [stdout] | [INFO] [stdout] 96 | Scalar::from_uint(STACK_ADDR, this.pointer_size()), [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/linux/foreign_items.rs:100:21 [INFO] [stdout] | [INFO] [stdout] 100 | Scalar::from_uint(STACK_SIZE, this.pointer_size()), [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/linux/foreign_items.rs:110:32 [INFO] [stdout] | [INFO] [stdout] 110 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/linux/foreign_items.rs:113:35 [INFO] [stdout] | [INFO] [stdout] 113 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/linux/foreign_items.rs:116:32 [INFO] [stdout] | [INFO] [stdout] 116 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/linux/foreign_items.rs:119:35 [INFO] [stdout] | [INFO] [stdout] 119 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/linux/foreign_items.rs:122:32 [INFO] [stdout] | [INFO] [stdout] 122 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/linux/foreign_items.rs:125:35 [INFO] [stdout] | [INFO] [stdout] 125 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/linux/foreign_items.rs:130:32 [INFO] [stdout] | [INFO] [stdout] 130 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/linux/foreign_items.rs:173:43 [INFO] [stdout] | [INFO] [stdout] 173 | this.write_scalar(Scalar::from_machine_isize(result.into(), this), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/linux/foreign_items.rs:185:32 [INFO] [stdout] | [INFO] [stdout] 185 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/linux/foreign_items.rs:190:32 [INFO] [stdout] | [INFO] [stdout] 190 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/linux/foreign_items.rs:198:35 [INFO] [stdout] | [INFO] [stdout] 198 | this.write_scalar(Scalar::from_i32(-1), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/linux/foreign_items.rs:204:32 [INFO] [stdout] | [INFO] [stdout] 204 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/linux/foreign_items.rs:233:23 [INFO] [stdout] | [INFO] [stdout] 233 | this.write_scalar(Scalar::from_machine_usize(len, this), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/shims/posix/linux/dlsym.rs:28:43 [INFO] [stdout] | [INFO] [stdout] 28 | ret: Option<(&PlaceTy<'tcx, Tag>, mir::BasicBlock)>, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/linux/sync.rs:64:43 [INFO] [stdout] | [INFO] [stdout] 64 | this.write_scalar(Scalar::from_machine_isize(-1, this), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/shims/posix/linux/sync.rs:77:61 [INFO] [stdout] | [INFO] [stdout] 77 | this.memory.check_ptr_access(addr.to_scalar()?, Size::from_bytes(4), Align::from_bytes(4).unwrap())?; [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Align` [INFO] [stdout] --> src/shims/posix/linux/sync.rs:77:82 [INFO] [stdout] | [INFO] [stdout] 77 | this.memory.check_ptr_access(addr.to_scalar()?, Size::from_bytes(4), Align::from_bytes(4).unwrap())?; [INFO] [stdout] | ^^^^^ use of undeclared type `Align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/linux/sync.rs:98:35 [INFO] [stdout] | [INFO] [stdout] 98 | this.write_scalar(Scalar::from_machine_isize(0, this), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/linux/sync.rs:111:47 [INFO] [stdout] | [INFO] [stdout] 111 | ... this.write_scalar(Scalar::from_machine_isize(-1, this), &dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/linux/sync.rs:121:35 [INFO] [stdout] | [INFO] [stdout] 121 | this.write_scalar(Scalar::from_machine_isize(-1, this), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/linux/sync.rs:139:31 [INFO] [stdout] | [INFO] [stdout] 139 | this.write_scalar(Scalar::from_machine_isize(n, this), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/shims/posix/macos/foreign_items.rs:17:15 [INFO] [stdout] | [INFO] [stdout] 17 | _ret: mir::BasicBlock, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/macos/foreign_items.rs:24:32 [INFO] [stdout] | [INFO] [stdout] 24 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/macos/foreign_items.rs:32:32 [INFO] [stdout] | [INFO] [stdout] 32 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/macos/foreign_items.rs:35:35 [INFO] [stdout] | [INFO] [stdout] 35 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/macos/foreign_items.rs:38:32 [INFO] [stdout] | [INFO] [stdout] 38 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/macos/foreign_items.rs:41:35 [INFO] [stdout] | [INFO] [stdout] 41 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/macos/foreign_items.rs:44:32 [INFO] [stdout] | [INFO] [stdout] 44 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/macos/foreign_items.rs:47:35 [INFO] [stdout] | [INFO] [stdout] 47 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/macos/foreign_items.rs:50:32 [INFO] [stdout] | [INFO] [stdout] 50 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/macos/foreign_items.rs:53:35 [INFO] [stdout] | [INFO] [stdout] 53 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/macos/foreign_items.rs:56:32 [INFO] [stdout] | [INFO] [stdout] 56 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/macos/foreign_items.rs:62:32 [INFO] [stdout] | [INFO] [stdout] 62 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/macos/foreign_items.rs:65:35 [INFO] [stdout] | [INFO] [stdout] 65 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/macos/foreign_items.rs:68:32 [INFO] [stdout] | [INFO] [stdout] 68 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/macos/foreign_items.rs:71:35 [INFO] [stdout] | [INFO] [stdout] 71 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/macos/foreign_items.rs:76:32 [INFO] [stdout] | [INFO] [stdout] 76 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/macos/foreign_items.rs:83:32 [INFO] [stdout] | [INFO] [stdout] 83 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/macos/foreign_items.rs:86:35 [INFO] [stdout] | [INFO] [stdout] 86 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/macos/foreign_items.rs:89:32 [INFO] [stdout] | [INFO] [stdout] 89 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/macos/foreign_items.rs:92:35 [INFO] [stdout] | [INFO] [stdout] 92 | this.write_scalar(Scalar::from_u64(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/macos/foreign_items.rs:96:32 [INFO] [stdout] | [INFO] [stdout] 96 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/macos/foreign_items.rs:99:35 [INFO] [stdout] | [INFO] [stdout] 99 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/macos/foreign_items.rs:104:32 [INFO] [stdout] | [INFO] [stdout] 104 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/macos/foreign_items.rs:109:32 [INFO] [stdout] | [INFO] [stdout] 109 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/macos/foreign_items.rs:116:32 [INFO] [stdout] | [INFO] [stdout] 116 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/macos/foreign_items.rs:127:32 [INFO] [stdout] | [INFO] [stdout] 127 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/macos/foreign_items.rs:130:34 [INFO] [stdout] | [INFO] [stdout] 130 | let stack_addr = Scalar::from_uint(STACK_ADDR, this.pointer_size()); [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/macos/foreign_items.rs:134:32 [INFO] [stdout] | [INFO] [stdout] 134 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/posix/macos/foreign_items.rs:137:34 [INFO] [stdout] | [INFO] [stdout] 137 | let stack_size = Scalar::from_uint(STACK_SIZE, this.pointer_size()); [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/macos/foreign_items.rs:143:32 [INFO] [stdout] | [INFO] [stdout] 143 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/posix/macos/foreign_items.rs:152:32 [INFO] [stdout] | [INFO] [stdout] 152 | check_abi(abi, Abi::C { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/shims/posix/macos/dlsym.rs:31:43 [INFO] [stdout] | [INFO] [stdout] 31 | ret: Option<(&PlaceTy<'tcx, Tag>, mir::BasicBlock)>, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:19:15 [INFO] [stdout] | [INFO] [stdout] 19 | _ret: mir::BasicBlock, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:31:32 [INFO] [stdout] | [INFO] [stdout] 31 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:34:35 [INFO] [stdout] | [INFO] [stdout] 34 | this.write_scalar(Scalar::from_u32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:37:32 [INFO] [stdout] | [INFO] [stdout] 37 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:40:35 [INFO] [stdout] | [INFO] [stdout] 40 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:43:32 [INFO] [stdout] | [INFO] [stdout] 43 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:49:32 [INFO] [stdout] | [INFO] [stdout] 49 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:52:35 [INFO] [stdout] | [INFO] [stdout] 52 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:55:32 [INFO] [stdout] | [INFO] [stdout] 55 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:58:35 [INFO] [stdout] | [INFO] [stdout] 58 | this.write_scalar(Scalar::from_u32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:61:32 [INFO] [stdout] | [INFO] [stdout] 61 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:64:35 [INFO] [stdout] | [INFO] [stdout] 64 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:69:32 [INFO] [stdout] | [INFO] [stdout] 69 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:74:35 [INFO] [stdout] | [INFO] [stdout] 74 | this.write_scalar(Scalar::from_machine_isize(which.into(), this), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:77:32 [INFO] [stdout] | [INFO] [stdout] 77 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:90:64 [INFO] [stdout] | [INFO] [stdout] 90 | let buf_cont = this.memory.read_bytes(buf, Size::from_bytes(u64::from(n)))?; [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:102:39 [INFO] [stdout] | [INFO] [stdout] 102 | this.write_scalar(Scalar::from_u32(n), &written_place.into())?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:106:21 [INFO] [stdout] | [INFO] [stdout] 106 | Scalar::from_i32(if written.is_some() { 1 } else { 0 }), [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:113:32 [INFO] [stdout] | [INFO] [stdout] 113 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:123:32 [INFO] [stdout] | [INFO] [stdout] 123 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:129:35 [INFO] [stdout] | [INFO] [stdout] 129 | this.write_scalar(Scalar::from_i32(1), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:132:32 [INFO] [stdout] | [INFO] [stdout] 132 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:144:32 [INFO] [stdout] | [INFO] [stdout] 144 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:150:32 [INFO] [stdout] | [INFO] [stdout] 150 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:158:32 [INFO] [stdout] | [INFO] [stdout] 158 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:167:34 [INFO] [stdout] | [INFO] [stdout] 167 | let dword_size = Size::from_bytes(4); [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:169:35 [INFO] [stdout] | [INFO] [stdout] 169 | this.write_scalar(Scalar::from_int(NUM_CPUS, dword_size), &num_cpus.into())?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:174:32 [INFO] [stdout] | [INFO] [stdout] 174 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:180:35 [INFO] [stdout] | [INFO] [stdout] 180 | this.write_scalar(Scalar::from_uint(key, dest.layout.size), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:183:32 [INFO] [stdout] | [INFO] [stdout] 183 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:191:32 [INFO] [stdout] | [INFO] [stdout] 191 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:199:35 [INFO] [stdout] | [INFO] [stdout] 199 | this.write_scalar(Scalar::from_i32(1), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:204:32 [INFO] [stdout] | [INFO] [stdout] 204 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:214:32 [INFO] [stdout] | [INFO] [stdout] 214 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:220:32 [INFO] [stdout] | [INFO] [stdout] 220 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:224:35 [INFO] [stdout] | [INFO] [stdout] 224 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:227:32 [INFO] [stdout] | [INFO] [stdout] 227 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:231:35 [INFO] [stdout] | [INFO] [stdout] 231 | this.write_scalar(Scalar::from_i32(result), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:236:32 [INFO] [stdout] | [INFO] [stdout] 236 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:241:32 [INFO] [stdout] | [INFO] [stdout] 241 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:246:32 [INFO] [stdout] | [INFO] [stdout] 246 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:249:35 [INFO] [stdout] | [INFO] [stdout] 249 | this.write_scalar(Scalar::from_u8(ret), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:252:32 [INFO] [stdout] | [INFO] [stdout] 252 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:257:32 [INFO] [stdout] | [INFO] [stdout] 257 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:262:32 [INFO] [stdout] | [INFO] [stdout] 262 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:265:35 [INFO] [stdout] | [INFO] [stdout] 265 | this.write_scalar(Scalar::from_u8(ret), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:270:32 [INFO] [stdout] | [INFO] [stdout] 270 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FnVal` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:276:59 [INFO] [stdout] | [INFO] [stdout] 276 | let ptr = this.memory.create_fn_alloc(FnVal::Other(dlsym)); [INFO] [stdout] | ^^^^^ use of undeclared type `FnVal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:277:39 [INFO] [stdout] | [INFO] [stdout] 277 | this.write_scalar(Scalar::from(ptr), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:285:32 [INFO] [stdout] | [INFO] [stdout] 285 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:291:35 [INFO] [stdout] | [INFO] [stdout] 291 | this.write_scalar(Scalar::from_bool(true), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:294:32 [INFO] [stdout] | [INFO] [stdout] 294 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:304:32 [INFO] [stdout] | [INFO] [stdout] 304 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:314:32 [INFO] [stdout] | [INFO] [stdout] 314 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:323:32 [INFO] [stdout] | [INFO] [stdout] 323 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:330:32 [INFO] [stdout] | [INFO] [stdout] 330 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:333:35 [INFO] [stdout] | [INFO] [stdout] 333 | this.write_scalar(Scalar::from_machine_isize(1, this), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:336:32 [INFO] [stdout] | [INFO] [stdout] 336 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:343:32 [INFO] [stdout] | [INFO] [stdout] 343 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:347:35 [INFO] [stdout] | [INFO] [stdout] 347 | this.write_scalar(Scalar::from_machine_usize(1, this), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:350:32 [INFO] [stdout] | [INFO] [stdout] 350 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:354:35 [INFO] [stdout] | [INFO] [stdout] 354 | this.write_scalar(Scalar::from_u32(1), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:361:32 [INFO] [stdout] | [INFO] [stdout] 361 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:371:32 [INFO] [stdout] | [INFO] [stdout] 371 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/windows/foreign_items.rs:376:35 [INFO] [stdout] | [INFO] [stdout] 376 | this.write_scalar(Scalar::from_i32(1), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/shims/windows/dlsym.rs:29:43 [INFO] [stdout] | [INFO] [stdout] 29 | ret: Option<(&PlaceTy<'tcx, Tag>, mir::BasicBlock)>, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/windows/dlsym.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | check_abi(abi, Abi::System { unwind: false })?; [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/shims/dlsym.rs:35:43 [INFO] [stdout] | [INFO] [stdout] 35 | ret: Option<(&PlaceTy<'tcx, Tag>, mir::BasicBlock)>, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/env.rs:112:17 [INFO] [stdout] | [INFO] [stdout] 112 | Scalar::from(var_ptr.offset(Size::from_bytes(u64::try_from(name.len()).unwrap().checked_add(1).unwrap()), this)?) [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/shims/env.rs:112:45 [INFO] [stdout] | [INFO] [stdout] 112 | Scalar::from(var_ptr.offset(Size::from_bytes(u64::try_from(name.len()).unwrap().checked_add(1).unwrap()), this)?) [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/env.rs:114:21 [INFO] [stdout] | [INFO] [stdout] 114 | None => Scalar::null_ptr(&*this.tcx), [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/env.rs:135:31 [INFO] [stdout] | [INFO] [stdout] 135 | let var_ptr = Scalar::from(var_ptr.offset(Size::from_bytes(name_offset_bytes), this)?); [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/shims/env.rs:135:59 [INFO] [stdout] | [INFO] [stdout] 135 | let var_ptr = Scalar::from(var_ptr.offset(Size::from_bytes(name_offset_bytes), this)?); [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/env.rs:160:58 [INFO] [stdout] | [INFO] [stdout] 160 | let env_var = this.read_os_str_from_wide_str(Scalar::from(item))?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/env.rs:311:12 [INFO] [stdout] | [INFO] [stdout] 311 | Ok(Scalar::null_ptr(&*this.tcx)) [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/env.rs:395:19 [INFO] [stdout] | [INFO] [stdout] 395 | vars.push(Scalar::null_ptr(this)); [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/shims/panic.rs:33:10 [INFO] [stdout] | [INFO] [stdout] 33 | ret: mir::BasicBlock, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/shims/panic.rs:43:24 [INFO] [stdout] | [INFO] [stdout] 43 | unwind: Option, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PanicStrategy` [INFO] [stdout] --> src/shims/panic.rs:49:46 [INFO] [stdout] | [INFO] [stdout] 49 | if this.tcx.sess.panic_strategy() != PanicStrategy::Unwind { [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `PanicStrategy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/shims/panic.rs:73:14 [INFO] [stdout] | [INFO] [stdout] 73 | ret: mir::BasicBlock, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MPlaceTy` [INFO] [stdout] --> src/shims/panic.rs:97:25 [INFO] [stdout] | [INFO] [stdout] 97 | let ret_place = MPlaceTy::dangling(this.machine.layouts.unit, this).into(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `MPlaceTy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/panic.rs:100:13 [INFO] [stdout] | [INFO] [stdout] 100 | Abi::Rust, [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `StackPopCleanup` [INFO] [stdout] --> src/shims/panic.rs:104:13 [INFO] [stdout] | [INFO] [stdout] 104 | StackPopCleanup::Goto { ret: Some(ret), unwind: None }, [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `StackPopCleanup` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `PanicStrategy` [INFO] [stdout] --> src/shims/panic.rs:113:46 [INFO] [stdout] | [INFO] [stdout] 113 | if this.tcx.sess.panic_strategy() == PanicStrategy::Unwind { [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `PanicStrategy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/panic.rs:140:31 [INFO] [stdout] | [INFO] [stdout] 140 | this.write_scalar(Scalar::from_i32(1), &catch_unwind.dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MPlaceTy` [INFO] [stdout] --> src/shims/panic.rs:149:29 [INFO] [stdout] | [INFO] [stdout] 149 | let ret_place = MPlaceTy::dangling(this.machine.layouts.unit, this).into(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `MPlaceTy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/panic.rs:152:17 [INFO] [stdout] | [INFO] [stdout] 152 | Abi::Rust, [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `StackPopCleanup` [INFO] [stdout] --> src/shims/panic.rs:156:17 [INFO] [stdout] | [INFO] [stdout] 156 | StackPopCleanup::Goto { ret: Some(catch_unwind.ret), unwind: None }, [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `StackPopCleanup` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `StackPopJump` [INFO] [stdout] --> src/shims/panic.rs:160:16 [INFO] [stdout] | [INFO] [stdout] 160 | Ok(StackPopJump::NoJump) [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `StackPopJump` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `StackPopJump` [INFO] [stdout] --> src/shims/panic.rs:162:16 [INFO] [stdout] | [INFO] [stdout] 162 | Ok(StackPopJump::Normal) [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared type `StackPopJump` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/shims/panic.rs:170:24 [INFO] [stdout] | [INFO] [stdout] 170 | unwind: Option, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/shims/panic.rs:179:21 [INFO] [stdout] | [INFO] [stdout] 179 | let panic = ty::Instance::mono(this.tcx.tcx, panic); [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/panic.rs:182:13 [INFO] [stdout] | [INFO] [stdout] 182 | Abi::Rust, [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `StackPopCleanup` [INFO] [stdout] --> src/shims/panic.rs:185:13 [INFO] [stdout] | [INFO] [stdout] 185 | StackPopCleanup::Goto { ret: None, unwind }, [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `StackPopCleanup` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/shims/panic.rs:191:15 [INFO] [stdout] | [INFO] [stdout] 191 | msg: &mir::AssertMessage<'tcx>, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/shims/panic.rs:192:24 [INFO] [stdout] | [INFO] [stdout] 192 | unwind: Option, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/shims/panic.rs:208:42 [INFO] [stdout] | [INFO] [stdout] 208 | let panic_bounds_check = ty::Instance::mono(this.tcx.tcx, panic_bounds_check); [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/panic.rs:211:21 [INFO] [stdout] | [INFO] [stdout] 211 | Abi::Rust, [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `StackPopCleanup` [INFO] [stdout] --> src/shims/panic.rs:214:21 [INFO] [stdout] | [INFO] [stdout] 214 | StackPopCleanup::Goto { ret: None, unwind }, [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `StackPopCleanup` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/time.rs:129:27 [INFO] [stdout] | [INFO] [stdout] 129 | this.write_scalar(Scalar::from_i64(qpc), &this.deref_operand(lpPerformanceCount_op)?.into())?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/time.rs:145:27 [INFO] [stdout] | [INFO] [stdout] 145 | this.write_scalar(Scalar::from_i64(1_000_000_000), &this.deref_operand(lpFrequency_op)?.into())?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/shims/tls.rs:23:18 [INFO] [stdout] | [INFO] [stdout] 23 | dtor: Option>, [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/shims/tls.rs:44:45 [INFO] [stdout] | [INFO] [stdout] 44 | macos_thread_dtors: BTreeMap, Scalar)>, [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/shims/tls.rs:66:51 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn create_tls_key(&mut self, dtor: Option>, max_size: Size) -> InterpResult<'tcx, TlsKey> { [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/tls.rs:98:44 [INFO] [stdout] | [INFO] [stdout] 98 | Ok(value.unwrap_or_else(|| Scalar::null_ptr(cx).into())) [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/shims/tls.rs:140:15 [INFO] [stdout] | [INFO] [stdout] 140 | dtor: ty::Instance<'tcx>, [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/shims/tls.rs:176:18 [INFO] [stdout] | [INFO] [stdout] 176 | ) -> Option<(ty::Instance<'tcx>, Scalar, TlsKey)> { [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MPlaceTy` [INFO] [stdout] --> src/shims/tls.rs:245:25 [INFO] [stdout] | [INFO] [stdout] 245 | let ret_place = MPlaceTy::dangling(this.machine.layouts.unit, this).into(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `MPlaceTy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/tls.rs:248:13 [INFO] [stdout] | [INFO] [stdout] 248 | Abi::System { unwind: false }, [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/tls.rs:249:15 [INFO] [stdout] | [INFO] [stdout] 249 | &[Scalar::null_ptr(this).into(), reason.into(), Scalar::null_ptr(this).into()], [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/tls.rs:249:61 [INFO] [stdout] | [INFO] [stdout] 249 | &[Scalar::null_ptr(this).into(), reason.into(), Scalar::null_ptr(this).into()], [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `StackPopCleanup` [INFO] [stdout] --> src/shims/tls.rs:251:13 [INFO] [stdout] | [INFO] [stdout] 251 | StackPopCleanup::None { cleanup: true }, [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `StackPopCleanup` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MPlaceTy` [INFO] [stdout] --> src/shims/tls.rs:268:29 [INFO] [stdout] | [INFO] [stdout] 268 | let ret_place = MPlaceTy::dangling(this.machine.layouts.unit, this).into(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `MPlaceTy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/tls.rs:271:17 [INFO] [stdout] | [INFO] [stdout] 271 | Abi::C { unwind: false }, [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `StackPopCleanup` [INFO] [stdout] --> src/shims/tls.rs:274:17 [INFO] [stdout] | [INFO] [stdout] 274 | StackPopCleanup::None { cleanup: true }, [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `StackPopCleanup` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MPlaceTy` [INFO] [stdout] --> src/shims/tls.rs:309:29 [INFO] [stdout] | [INFO] [stdout] 309 | let ret_place = MPlaceTy::dangling(this.machine.layouts.unit, this).into(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `MPlaceTy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Abi` [INFO] [stdout] --> src/shims/tls.rs:312:17 [INFO] [stdout] | [INFO] [stdout] 312 | Abi::C { unwind: false }, [INFO] [stdout] | ^^^ use of undeclared type `Abi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `StackPopCleanup` [INFO] [stdout] --> src/shims/tls.rs:315:17 [INFO] [stdout] | [INFO] [stdout] 315 | StackPopCleanup::None { cleanup: true }, [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared type `StackPopCleanup` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/shims/mod.rs:28:19 [INFO] [stdout] | [INFO] [stdout] 28 | instance: ty::Instance<'tcx>, [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/shims/mod.rs:31:43 [INFO] [stdout] | [INFO] [stdout] 31 | ret: Option<(&PlaceTy<'tcx, Tag>, mir::BasicBlock)>, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/shims/mod.rs:32:24 [INFO] [stdout] | [INFO] [stdout] 32 | unwind: Option, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/shims/mod.rs:33:42 [INFO] [stdout] | [INFO] [stdout] 33 | ) -> InterpResult<'tcx, Option<&'mir mir::Body<'tcx>>> { [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/shims/mod.rs:66:43 [INFO] [stdout] | [INFO] [stdout] 66 | ret: Option<(&PlaceTy<'tcx, Tag>, mir::BasicBlock)>, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `mir` [INFO] [stdout] --> src/shims/mod.rs:67:24 [INFO] [stdout] | [INFO] [stdout] 67 | unwind: Option, [INFO] [stdout] | ^^^ use of undeclared crate or module `mir` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AllocCheck` [INFO] [stdout] --> src/shims/mod.rs:91:62 [INFO] [stdout] | [INFO] [stdout] 91 | this.memory.get_size_and_align(ptr.alloc_id, AllocCheck::MaybeDead)?.1.bytes(); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `AllocCheck` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/shims/mod.rs:100:27 [INFO] [stdout] | [INFO] [stdout] 100 | this.write_scalar(Scalar::from_machine_usize(this.machine_usize_max(), this), dest)?; [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FxHashMap` [INFO] [stdout] --> src/stacked_borrows.rs:163:27 [INFO] [stdout] | [INFO] [stdout] 163 | base_ptr_ids: FxHashMap::default(), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `FxHashMap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FxHashSet` [INFO] [stdout] --> src/stacked_borrows.rs:165:27 [INFO] [stdout] | [INFO] [stdout] 165 | active_calls: FxHashSet::default(), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `FxHashSet` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MemoryKind` [INFO] [stdout] --> src/stacked_borrows.rs:476:13 [INFO] [stdout] | [INFO] [stdout] 476 | MemoryKind::Stack => (Tag::Tagged(extra.borrow_mut().new_ptr()), Permission::Unique), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `MemoryKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `MemoryKind` [INFO] [stdout] --> src/stacked_borrows.rs:483:13 [INFO] [stdout] | [INFO] [stdout] 483 | MemoryKind::Machine(MiriMemoryKind::Global | MiriMemoryKind::ExternStatic | MiriMemoryKind::Tls | MiriMemoryKind::Env) => [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `MemoryKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Align` [INFO] [stdout] --> src/stacked_borrows.rs:601:60 [INFO] [stdout] | [INFO] [stdout] 601 | let place = this.mplace_access_checked(place, Some(Align::from_bytes(1).unwrap()))?; [INFO] [stdout] | ^^^^^ use of undeclared type `Align` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Size` [INFO] [stdout] --> src/stacked_borrows.rs:605:20 [INFO] [stdout] | [INFO] [stdout] 605 | if size == Size::ZERO && place.ptr.is_bits() { [INFO] [stdout] | ^^^^ use of undeclared type `Size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ImmTy` [INFO] [stdout] --> src/stacked_borrows.rs:625:12 [INFO] [stdout] | [INFO] [stdout] 625 | Ok(ImmTy::from_immediate(new_place.to_ref(), val.layout)) [INFO] [stdout] | ^^^^^ use of undeclared type `ImmTy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/stacked_borrows.rs:636:24 [INFO] [stdout] | [INFO] [stdout] 636 | fn qualify(ty: ty::Ty<'_>, kind: RetagKind) -> Option<(RefKind, bool)> { [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/stacked_borrows.rs:639:17 [INFO] [stdout] | [INFO] [stdout] 639 | ty::Ref(_, _, Mutability::Mut) => Some(( [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Mutability` [INFO] [stdout] --> src/stacked_borrows.rs:639:31 [INFO] [stdout] | [INFO] [stdout] 639 | ty::Ref(_, _, Mutability::Mut) => Some(( [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Mutability` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RetagKind` [INFO] [stdout] --> src/stacked_borrows.rs:640:58 [INFO] [stdout] | [INFO] [stdout] 640 | RefKind::Unique { two_phase: kind == RetagKind::TwoPhase }, [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `RetagKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RetagKind` [INFO] [stdout] --> src/stacked_borrows.rs:641:29 [INFO] [stdout] | [INFO] [stdout] 641 | kind == RetagKind::FnEntry, [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `RetagKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/stacked_borrows.rs:643:17 [INFO] [stdout] | [INFO] [stdout] 643 | ty::Ref(_, _, Mutability::Not) => [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Mutability` [INFO] [stdout] --> src/stacked_borrows.rs:643:31 [INFO] [stdout] | [INFO] [stdout] 643 | ty::Ref(_, _, Mutability::Not) => [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Mutability` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RetagKind` [INFO] [stdout] --> src/stacked_borrows.rs:644:52 [INFO] [stdout] | [INFO] [stdout] 644 | Some((RefKind::Shared, kind == RetagKind::FnEntry)), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `RetagKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/stacked_borrows.rs:646:17 [INFO] [stdout] | [INFO] [stdout] 646 | ty::RawPtr(tym) if kind == RetagKind::Raw => [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RetagKind` [INFO] [stdout] --> src/stacked_borrows.rs:646:44 [INFO] [stdout] | [INFO] [stdout] 646 | ty::RawPtr(tym) if kind == RetagKind::Raw => [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `RetagKind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Mutability` [INFO] [stdout] --> src/stacked_borrows.rs:647:64 [INFO] [stdout] | [INFO] [stdout] 647 | Some((RefKind::Raw { mutable: tym.mutbl == Mutability::Mut }, false)), [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `Mutability` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ty` [INFO] [stdout] --> src/stacked_borrows.rs:650:17 [INFO] [stdout] | [INFO] [stdout] 650 | ty::Adt(..) if ty.is_box() => Some((RefKind::Unique { two_phase: false }, false)), [INFO] [stdout] | ^^ use of undeclared crate or module `ty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ImmTy` [INFO] [stdout] --> src/stacked_borrows.rs:691:19 [INFO] [stdout] | [INFO] [stdout] 691 | let val = ImmTy::from_immediate(return_place.to_ref(), ptr_layout); [INFO] [stdout] | ^^^^^ use of undeclared type `ImmTy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/sync.rs:47:17 [INFO] [stdout] | [INFO] [stdout] 47 | Scalar::from_u32(self.0.get()) [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] ... [INFO] [stdout] 53 | declare_id!(MutexId); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `declare_id` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/sync.rs:47:17 [INFO] [stdout] | [INFO] [stdout] 47 | Scalar::from_u32(self.0.get()) [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] ... [INFO] [stdout] 72 | declare_id!(RwLockId); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `declare_id` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/sync.rs:47:17 [INFO] [stdout] | [INFO] [stdout] 47 | Scalar::from_u32(self.0.get()) [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] ... [INFO] [stdout] 107 | declare_id!(CondvarId); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `declare_id` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Scalar` [INFO] [stdout] --> src/thread.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | Scalar::from_u32(u32::try_from(self.0).unwrap()) [INFO] [stdout] | ^^^^^^ use of undeclared type `Scalar` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `FxHashMap` [INFO] [stdout] --> src/thread.rs:241:32 [INFO] [stdout] | [INFO] [stdout] 241 | timeout_callbacks: FxHashMap::default(), [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `FxHashMap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyAndLayout` in this scope [INFO] [stdout] --> src/data_race.rs:451:17 [INFO] [stdout] | [INFO] [stdout] 451 | layout: TyAndLayout<'tcx>, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyAndLayout` in this scope [INFO] [stdout] --> src/data_race.rs:470:17 [INFO] [stdout] | [INFO] [stdout] 470 | layout: TyAndLayout<'tcx>, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Size` in this scope [INFO] [stdout] --> src/data_race.rs:718:64 [INFO] [stdout] | [INFO] [stdout] 718 | fn reset_vector_clocks(&mut self, ptr: Pointer, size: Size) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^ help: a trait with a similar name exists: `Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Size` in this scope [INFO] [stdout] --> src/data_race.rs:745:14 [INFO] [stdout] | [INFO] [stdout] 745 | len: Size, [INFO] [stdout] | ^^^^ help: a trait with a similar name exists: `Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Size` in this scope [INFO] [stdout] --> src/data_race.rs:778:40 [INFO] [stdout] | [INFO] [stdout] 778 | fn reset_clocks(&mut self, offset: Size, len: Size) { [INFO] [stdout] | ^^^^ help: a trait with a similar name exists: `Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Size` in this scope [INFO] [stdout] --> src/data_race.rs:778:51 [INFO] [stdout] | [INFO] [stdout] 778 | fn reset_clocks(&mut self, offset: Size, len: Size) { [INFO] [stdout] | ^^^^ help: a trait with a similar name exists: `Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Size` in this scope [INFO] [stdout] --> src/data_race.rs:830:14 [INFO] [stdout] | [INFO] [stdout] 830 | len: Size, [INFO] [stdout] | ^^^^ help: a trait with a similar name exists: `Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Size` in this scope [INFO] [stdout] --> src/data_race.rs:891:58 [INFO] [stdout] | [INFO] [stdout] 891 | pub fn read<'tcx>(&self, pointer: Pointer, len: Size) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^ help: a trait with a similar name exists: `Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Size` in this scope [INFO] [stdout] --> src/data_race.rs:918:14 [INFO] [stdout] | [INFO] [stdout] 918 | len: Size, [INFO] [stdout] | ^^^^ help: a trait with a similar name exists: `Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Size` in this scope [INFO] [stdout] --> src/data_race.rs:946:63 [INFO] [stdout] | [INFO] [stdout] 946 | pub fn write<'tcx>(&mut self, pointer: Pointer, len: Size) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^ help: a trait with a similar name exists: `Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Size` in this scope [INFO] [stdout] --> src/data_race.rs:954:68 [INFO] [stdout] | [INFO] [stdout] 954 | pub fn deallocate<'tcx>(&mut self, pointer: Pointer, len: Size) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^ help: a trait with a similar name exists: `Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IndexVec` in this scope [INFO] [stdout] --> src/data_race.rs:1118:28 [INFO] [stdout] | [INFO] [stdout] 1118 | vector_clocks: RefCell>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 64 | use rand::seq::index::IndexVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IndexVec` in this scope [INFO] [stdout] --> src/data_race.rs:1123:26 [INFO] [stdout] | [INFO] [stdout] 1123 | vector_info: RefCell>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 64 | use rand::seq::index::IndexVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IndexVec` in this scope [INFO] [stdout] --> src/data_race.rs:1126:26 [INFO] [stdout] | [INFO] [stdout] 1126 | thread_info: RefCell>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 64 | use rand::seq::index::IndexVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FxHashSet` in this scope [INFO] [stdout] --> src/data_race.rs:1138:31 [INFO] [stdout] | [INFO] [stdout] 1138 | reuse_candidates: RefCell>, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FxHashMap` in this scope [INFO] [stdout] --> src/data_race.rs:1151:33 [INFO] [stdout] | [INFO] [stdout] 1151 | terminated_threads: RefCell>, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndexVec` [INFO] [stdout] --> src/data_race.rs:1160:41 [INFO] [stdout] | [INFO] [stdout] 1160 | vector_clocks: RefCell::new(IndexVec::new()), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 64 | use rand::seq::index::IndexVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndexVec` [INFO] [stdout] --> src/data_race.rs:1161:39 [INFO] [stdout] | [INFO] [stdout] 1161 | vector_info: RefCell::new(IndexVec::new()), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 64 | use rand::seq::index::IndexVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndexVec` [INFO] [stdout] --> src/data_race.rs:1162:39 [INFO] [stdout] | [INFO] [stdout] 1162 | thread_info: RefCell::new(IndexVec::new()), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 64 | use rand::seq::index::IndexVec; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `MachineStopType` in this scope [INFO] [stdout] --> src/diagnostics.rs:39:6 [INFO] [stdout] | [INFO] [stdout] 39 | impl MachineStopType for TerminationInfo {} [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AllocId` in this scope [INFO] [stdout] --> src/diagnostics.rs:46:18 [INFO] [stdout] | [INFO] [stdout] 46 | CreatedAlloc(AllocId), [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AllocId` in this scope [INFO] [stdout] --> src/diagnostics.rs:47:16 [INFO] [stdout] | [INFO] [stdout] 47 | FreedAlloc(AllocId), [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpCx` in this scope [INFO] [stdout] --> src/diagnostics.rs:52:11 [INFO] [stdout] | [INFO] [stdout] 52 | ecx: &InterpCx<'mir, 'tcx, Evaluator<'mir, 'tcx>>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpErrorInfo` in this scope [INFO] [stdout] --> src/diagnostics.rs:53:8 [INFO] [stdout] | [INFO] [stdout] 53 | e: InterpErrorInfo<'tcx>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `MachineStop` in this scope [INFO] [stdout] --> src/diagnostics.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | MachineStop(info) => { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Unsupported` in this scope [INFO] [stdout] --> src/diagnostics.rs:85:17 [INFO] [stdout] | [INFO] [stdout] 85 | Unsupported(_) => [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `UndefinedBehavior` in this scope [INFO] [stdout] --> src/diagnostics.rs:87:17 [INFO] [stdout] | [INFO] [stdout] 87 | UndefinedBehavior(_) => [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `ResourceExhaustion` in this scope [INFO] [stdout] --> src/diagnostics.rs:89:17 [INFO] [stdout] | [INFO] [stdout] 89 | ResourceExhaustion(_) => [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `InvalidProgram` in this scope [INFO] [stdout] --> src/diagnostics.rs:91:17 [INFO] [stdout] | [INFO] [stdout] 91 | InvalidProgram(InvalidProgramInfo::ReferencedConstant) => [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Unsupported` in this scope [INFO] [stdout] --> src/diagnostics.rs:97:17 [INFO] [stdout] | [INFO] [stdout] 97 | Unsupported(UnsupportedOpInfo::NoMirFor(..)) => [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Unsupported` in this scope [INFO] [stdout] --> src/diagnostics.rs:99:17 [INFO] [stdout] | [INFO] [stdout] 99 | ... Unsupported(UnsupportedOpInfo::ReadBytesAsPointer | UnsupportedOpInfo::ThreadLocalStatic(_) | UnsupportedOpInfo::ReadExternStatic(_... [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Unsupported` in this scope [INFO] [stdout] --> src/diagnostics.rs:101:17 [INFO] [stdout] | [INFO] [stdout] 101 | Unsupported(_) => [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `UndefinedBehavior` in this scope [INFO] [stdout] --> src/diagnostics.rs:103:17 [INFO] [stdout] | [INFO] [stdout] 103 | UndefinedBehavior(UndefinedBehaviorInfo::AlignmentCheckFailed { .. }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `UndefinedBehavior` in this scope [INFO] [stdout] --> src/diagnostics.rs:110:17 [INFO] [stdout] | [INFO] [stdout] 110 | UndefinedBehavior(_) => [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `UndefinedBehavior` in this scope [INFO] [stdout] --> src/diagnostics.rs:137:9 [INFO] [stdout] | [INFO] [stdout] 137 | UndefinedBehavior(UndefinedBehaviorInfo::InvalidUninitBytes(Some(access))) => { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyCtxt` in this scope [INFO] [stdout] --> src/diagnostics.rs:154:10 [INFO] [stdout] | [INFO] [stdout] 154 | tcx: TyCtxt<'tcx>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FrameInfo` in this scope [INFO] [stdout] --> src/diagnostics.rs:159:19 [INFO] [stdout] | [INFO] [stdout] 159 | stacktrace: &[FrameInfo<'tcx>], [INFO] [stdout] | ^^^^^^^^^ help: a struct with a similar name exists: `TopFrameInfo` [INFO] [stdout] ... [INFO] [stdout] 209 | pub struct TopFrameInfo<'tcx> { [INFO] [stdout] | ----------------------------- similarly named struct `TopFrameInfo` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/diagnostics.rs:161:42 [INFO] [stdout] | [INFO] [stdout] 161 | let span = stacktrace.first().map_or(DUMMY_SP, |fi| fi.span); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/diagnostics.rs:168:16 [INFO] [stdout] | [INFO] [stdout] 168 | if span != DUMMY_SP { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Span` in this scope [INFO] [stdout] --> src/diagnostics.rs:212:11 [INFO] [stdout] | [INFO] [stdout] 212 | span: Span, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DUMMY_SP` in this scope [INFO] [stdout] --> src/diagnostics.rs:224:72 [INFO] [stdout] | [INFO] [stdout] 224 | return TopFrameInfo { stack_size: 0, instance: None, span: DUMMY_SP }; [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `FrameInfo` in this scope [INFO] [stdout] --> src/diagnostics.rs:253:34 [INFO] [stdout] | [INFO] [stdout] 209 | pub struct TopFrameInfo<'tcx> { [INFO] [stdout] | ----------------------------- similarly named struct `TopFrameInfo` defined here [INFO] [stdout] ... [INFO] [stdout] 253 | let frame_info = FrameInfo { [INFO] [stdout] | ^^^^^^^^^ help: a struct with a similar name exists: `TopFrameInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `AllocId` in this scope [INFO] [stdout] --> src/diagnostics.rs:275:34 [INFO] [stdout] | [INFO] [stdout] 275 | CreatedAlloc(AllocId(id)) => [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `AllocId` in this scope [INFO] [stdout] --> src/diagnostics.rs:277:32 [INFO] [stdout] | [INFO] [stdout] 277 | FreedAlloc(AllocId(id)) => [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AllocId` in this scope [INFO] [stdout] --> src/eval.rs:49:34 [INFO] [stdout] | [INFO] [stdout] 27 | pub struct MiriConfig { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 49 | pub tracked_alloc_id: Option, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyCtxt` in this scope [INFO] [stdout] --> src/eval.rs:85:10 [INFO] [stdout] | [INFO] [stdout] 85 | tcx: TyCtxt<'tcx>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DefId` in this scope [INFO] [stdout] --> src/eval.rs:86:14 [INFO] [stdout] | [INFO] [stdout] 86 | main_id: DefId, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/eval.rs:88:6 [INFO] [stdout] | [INFO] [stdout] 88 | ) -> InterpResult<'tcx, (InterpCx<'mir, 'tcx, Evaluator<'mir, 'tcx>>, MPlaceTy<'tcx, Tag>)> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpCx` in this scope [INFO] [stdout] --> src/eval.rs:88:26 [INFO] [stdout] | [INFO] [stdout] 88 | ) -> InterpResult<'tcx, (InterpCx<'mir, 'tcx, Evaluator<'mir, 'tcx>>, MPlaceTy<'tcx, Tag>)> { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MPlaceTy` in this scope [INFO] [stdout] --> src/eval.rs:88:71 [INFO] [stdout] | [INFO] [stdout] 88 | ) -> InterpResult<'tcx, (InterpCx<'mir, 'tcx, Evaluator<'mir, 'tcx>>, MPlaceTy<'tcx, Tag>)> { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LayoutCx` in this scope [INFO] [stdout] --> src/eval.rs:90:21 [INFO] [stdout] | [INFO] [stdout] 90 | let layout_cx = LayoutCx { tcx, param_env }; [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Scalar` in this scope [INFO] [stdout] --> src/eval.rs:128:31 [INFO] [stdout] | [INFO] [stdout] 128 | let mut argvs = Vec::>::new(); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyCtxt` in this scope [INFO] [stdout] --> src/eval.rs:205:29 [INFO] [stdout] | [INFO] [stdout] 205 | pub fn eval_main<'tcx>(tcx: TyCtxt<'tcx>, main_id: DefId, config: MiriConfig) -> Option { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DefId` in this scope [INFO] [stdout] --> src/eval.rs:205:52 [INFO] [stdout] | [INFO] [stdout] 205 | pub fn eval_main<'tcx>(tcx: TyCtxt<'tcx>, main_id: DefId, config: MiriConfig) -> Option { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/eval.rs:218:14 [INFO] [stdout] | [INFO] [stdout] 218 | let res: InterpResult<'_, i64> = (|| { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyCtxt` in this scope [INFO] [stdout] --> src/helpers.rs:21:37 [INFO] [stdout] | [INFO] [stdout] 21 | fn try_resolve_did<'mir, 'tcx>(tcx: TyCtxt<'tcx>, path: &[&str]) -> Option { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DefId` in this scope [INFO] [stdout] --> src/helpers.rs:21:76 [INFO] [stdout] | [INFO] [stdout] 21 | fn try_resolve_did<'mir, 'tcx>(tcx: TyCtxt<'tcx>, path: &[&str]) -> Option { [INFO] [stdout] | - ^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `, DefId` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `DefId` in this scope [INFO] [stdout] --> src/helpers.rs:26:25 [INFO] [stdout] | [INFO] [stdout] 26 | let krate = DefId { krate: *krate, index: CRATE_DEF_INDEX }; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CRATE_DEF_INDEX` in this scope [INFO] [stdout] --> src/helpers.rs:26:55 [INFO] [stdout] | [INFO] [stdout] 26 | let krate = DefId { krate: *krate, index: CRATE_DEF_INDEX }; [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/helpers.rs:59:10 [INFO] [stdout] | [INFO] [stdout] 59 | ) -> InterpResult<'tcx, ScalarMaybeUninit> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ScalarMaybeUninit` in this scope [INFO] [stdout] --> src/helpers.rs:59:29 [INFO] [stdout] | [INFO] [stdout] 59 | ) -> InterpResult<'tcx, ScalarMaybeUninit> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `GlobalId` in this scope [INFO] [stdout] --> src/helpers.rs:62:19 [INFO] [stdout] | [INFO] [stdout] 62 | let cid = GlobalId { instance, promoted: None }; [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/helpers.rs:69:44 [INFO] [stdout] | [INFO] [stdout] 69 | fn eval_libc(&mut self, name: &str) -> InterpResult<'tcx, Scalar> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Scalar` in this scope [INFO] [stdout] --> src/helpers.rs:69:63 [INFO] [stdout] | [INFO] [stdout] 69 | fn eval_libc(&mut self, name: &str) -> InterpResult<'tcx, Scalar> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/helpers.rs:76:48 [INFO] [stdout] | [INFO] [stdout] 76 | fn eval_libc_i32(&mut self, name: &str) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/helpers.rs:82:61 [INFO] [stdout] | [INFO] [stdout] 82 | fn eval_windows(&mut self, module: &str, name: &str) -> InterpResult<'tcx, Scalar> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Scalar` in this scope [INFO] [stdout] --> src/helpers.rs:82:80 [INFO] [stdout] | [INFO] [stdout] 82 | fn eval_windows(&mut self, module: &str, name: &str) -> InterpResult<'tcx, Scalar> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/helpers.rs:89:65 [INFO] [stdout] | [INFO] [stdout] 89 | fn eval_windows_u64(&mut self, module: &str, name: &str) -> InterpResult<'tcx, u64> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/helpers.rs:95:49 [INFO] [stdout] | [INFO] [stdout] 95 | fn libc_ty_layout(&mut self, name: &str) -> InterpResult<'tcx, TyAndLayout<'tcx>> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyAndLayout` in this scope [INFO] [stdout] --> src/helpers.rs:95:68 [INFO] [stdout] | [INFO] [stdout] 95 | fn libc_ty_layout(&mut self, name: &str) -> InterpResult<'tcx, TyAndLayout<'tcx>> { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/helpers.rs:102:52 [INFO] [stdout] | [INFO] [stdout] 102 | fn windows_ty_layout(&mut self, name: &str) -> InterpResult<'tcx, TyAndLayout<'tcx>> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyAndLayout` in this scope [INFO] [stdout] --> src/helpers.rs:102:71 [INFO] [stdout] | [INFO] [stdout] 102 | fn windows_ty_layout(&mut self, name: &str) -> InterpResult<'tcx, TyAndLayout<'tcx>> { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceTy` in this scope [INFO] [stdout] --> src/helpers.rs:109:37 [INFO] [stdout] | [INFO] [stdout] 109 | fn write_null(&mut self, dest: &PlaceTy<'tcx, Tag>) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/helpers.rs:109:60 [INFO] [stdout] | [INFO] [stdout] 109 | fn write_null(&mut self, dest: &PlaceTy<'tcx, Tag>) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Scalar` in this scope [INFO] [stdout] --> src/helpers.rs:114:28 [INFO] [stdout] | [INFO] [stdout] 114 | fn is_null(&self, val: Scalar) -> InterpResult<'tcx, bool> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/helpers.rs:114:44 [INFO] [stdout] | [INFO] [stdout] 114 | fn is_null(&self, val: Scalar) -> InterpResult<'tcx, bool> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Scalar` in this scope [INFO] [stdout] --> src/helpers.rs:121:30 [INFO] [stdout] | [INFO] [stdout] 121 | fn test_null(&self, val: Scalar) -> InterpResult<'tcx, Option>> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/helpers.rs:121:46 [INFO] [stdout] | [INFO] [stdout] 121 | fn test_null(&self, val: Scalar) -> InterpResult<'tcx, Option>> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Scalar` in this scope [INFO] [stdout] --> src/helpers.rs:121:72 [INFO] [stdout] | [INFO] [stdout] 121 | fn test_null(&self, val: Scalar) -> InterpResult<'tcx, Option>> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/helpers.rs:127:53 [INFO] [stdout] | [INFO] [stdout] 127 | fn local_place(&mut self, local: mir::Local) -> InterpResult<'tcx, PlaceTy<'tcx, Tag>> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceTy` in this scope [INFO] [stdout] --> src/helpers.rs:127:72 [INFO] [stdout] | [INFO] [stdout] 127 | fn local_place(&mut self, local: mir::Local) -> InterpResult<'tcx, PlaceTy<'tcx, Tag>> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Scalar` in this scope [INFO] [stdout] --> src/helpers.rs:134:35 [INFO] [stdout] | [INFO] [stdout] 134 | fn gen_random(&mut self, ptr: Scalar, len: u64) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/helpers.rs:134:61 [INFO] [stdout] | [INFO] [stdout] 134 | fn gen_random(&mut self, ptr: Scalar, len: u64) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Abi` in this scope [INFO] [stdout] --> src/helpers.rs:164:21 [INFO] [stdout] | [INFO] [stdout] 164 | caller_abi: Abi, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Immediate` in this scope [INFO] [stdout] --> src/helpers.rs:165:17 [INFO] [stdout] | [INFO] [stdout] 165 | args: &[Immediate], [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceTy` in this scope [INFO] [stdout] --> src/helpers.rs:166:23 [INFO] [stdout] | [INFO] [stdout] 166 | dest: Option<&PlaceTy<'tcx, Tag>>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StackPopCleanup` in this scope [INFO] [stdout] --> src/helpers.rs:167:20 [INFO] [stdout] | [INFO] [stdout] 167 | stack_pop: StackPopCleanup, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/helpers.rs:168:10 [INFO] [stdout] | [INFO] [stdout] 168 | ) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MPlaceTy` in this scope [INFO] [stdout] --> src/helpers.rs:201:17 [INFO] [stdout] | [INFO] [stdout] 201 | place: &MPlaceTy<'tcx, Tag>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Size` in this scope [INFO] [stdout] --> src/helpers.rs:202:15 [INFO] [stdout] | [INFO] [stdout] 202 | size: Size, [INFO] [stdout] | ^^^^ help: a trait with a similar name exists: `Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Pointer` in this scope [INFO] [stdout] --> src/helpers.rs:203:32 [INFO] [stdout] | [INFO] [stdout] 203 | mut action: impl FnMut(Pointer, Size, bool) -> InterpResult<'tcx>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Pointer; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Pointer; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Size` in this scope [INFO] [stdout] --> src/helpers.rs:203:46 [INFO] [stdout] | [INFO] [stdout] 203 | mut action: impl FnMut(Pointer, Size, bool) -> InterpResult<'tcx>, [INFO] [stdout] | ^^^^ help: a trait with a similar name exists: `Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/helpers.rs:203:61 [INFO] [stdout] | [INFO] [stdout] 203 | mut action: impl FnMut(Pointer, Size, bool) -> InterpResult<'tcx>, [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/helpers.rs:204:10 [INFO] [stdout] | [INFO] [stdout] 204 | ) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Scalar` in this scope [INFO] [stdout] --> src/helpers.rs:219:56 [INFO] [stdout] | [INFO] [stdout] 219 | let mut unsafe_cell_action = |unsafe_cell_ptr: Scalar, unsafe_cell_size: Size| { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Size` in this scope [INFO] [stdout] --> src/helpers.rs:219:87 [INFO] [stdout] | [INFO] [stdout] 219 | let mut unsafe_cell_action = |unsafe_cell_ptr: Scalar, unsafe_cell_size: Size| { [INFO] [stdout] | ^^^^ help: a trait with a similar name exists: `Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MPlaceTy` in this scope [INFO] [stdout] --> src/helpers.rs:274:23 [INFO] [stdout] | [INFO] [stdout] 274 | F: FnMut(&MPlaceTy<'tcx, Tag>) -> InterpResult<'tcx>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/helpers.rs:274:47 [INFO] [stdout] | [INFO] [stdout] 274 | F: FnMut(&MPlaceTy<'tcx, Tag>) -> InterpResult<'tcx>, [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `ValueVisitor` in this scope [INFO] [stdout] --> src/helpers.rs:280:41 [INFO] [stdout] | [INFO] [stdout] 280 | impl<'ecx, 'mir, 'tcx: 'mir, F> ValueVisitor<'mir, 'tcx, Evaluator<'mir, 'tcx>> [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MPlaceTy` in this scope [INFO] [stdout] --> src/helpers.rs:283:23 [INFO] [stdout] | [INFO] [stdout] 283 | F: FnMut(&MPlaceTy<'tcx, Tag>) -> InterpResult<'tcx>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/helpers.rs:283:47 [INFO] [stdout] | [INFO] [stdout] 283 | F: FnMut(&MPlaceTy<'tcx, Tag>) -> InterpResult<'tcx>, [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MPlaceTy` in this scope [INFO] [stdout] --> src/helpers.rs:285:22 [INFO] [stdout] | [INFO] [stdout] 285 | type V = MPlaceTy<'tcx, Tag>; [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MPlaceTy` in this scope [INFO] [stdout] --> src/helpers.rs:293:43 [INFO] [stdout] | [INFO] [stdout] 293 | fn visit_value(&mut self, v: &MPlaceTy<'tcx, Tag>) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/helpers.rs:293:67 [INFO] [stdout] | [INFO] [stdout] 293 | fn visit_value(&mut self, v: &MPlaceTy<'tcx, Tag>) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MPlaceTy` in this scope [INFO] [stdout] --> src/helpers.rs:336:25 [INFO] [stdout] | [INFO] [stdout] 336 | place: &MPlaceTy<'tcx, Tag>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/helpers.rs:337:46 [INFO] [stdout] | [INFO] [stdout] 337 | fields: impl Iterator>>, [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MPlaceTy` in this scope [INFO] [stdout] --> src/helpers.rs:337:65 [INFO] [stdout] | [INFO] [stdout] 337 | fields: impl Iterator>>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/helpers.rs:338:18 [INFO] [stdout] | [INFO] [stdout] 338 | ) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/helpers.rs:348:46 [INFO] [stdout] | [INFO] [stdout] 348 | ... fields.collect::>>>()?; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MPlaceTy` in this scope [INFO] [stdout] --> src/helpers.rs:348:69 [INFO] [stdout] | [INFO] [stdout] 348 | ... fields.collect::>>>()?; [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MPlaceTy` in this scope [INFO] [stdout] --> src/helpers.rs:359:44 [INFO] [stdout] | [INFO] [stdout] 359 | fn visit_union(&mut self, _v: &MPlaceTy<'tcx, Tag>, _fields: NonZeroUsize) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/helpers.rs:359:91 [INFO] [stdout] | [INFO] [stdout] 359 | fn visit_union(&mut self, _v: &MPlaceTy<'tcx, Tag>, _fields: NonZeroUsize) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MPlaceTy` in this scope [INFO] [stdout] --> src/helpers.rs:369:17 [INFO] [stdout] | [INFO] [stdout] 369 | place: &MPlaceTy<'tcx, Tag>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImmTy` in this scope [INFO] [stdout] --> src/helpers.rs:370:17 [INFO] [stdout] | [INFO] [stdout] 370 | imms: &[ImmTy<'tcx, Tag>], [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/helpers.rs:371:10 [INFO] [stdout] | [INFO] [stdout] 371 | ) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/helpers.rs:389:49 [INFO] [stdout] | [INFO] [stdout] 389 | fn check_no_isolation(&self, name: &str) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/helpers.rs:411:39 [INFO] [stdout] | [INFO] [stdout] 411 | fn last_error_place(&mut self) -> InterpResult<'tcx, MPlaceTy<'tcx, Tag>> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MPlaceTy` in this scope [INFO] [stdout] --> src/helpers.rs:411:58 [INFO] [stdout] | [INFO] [stdout] 411 | fn last_error_place(&mut self) -> InterpResult<'tcx, MPlaceTy<'tcx, Tag>> { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Scalar` in this scope [INFO] [stdout] --> src/helpers.rs:426:42 [INFO] [stdout] | [INFO] [stdout] 426 | fn set_last_error(&mut self, scalar: Scalar) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/helpers.rs:426:58 [INFO] [stdout] | [INFO] [stdout] 426 | fn set_last_error(&mut self, scalar: Scalar) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/helpers.rs:433:37 [INFO] [stdout] | [INFO] [stdout] 433 | fn get_last_error(&mut self) -> InterpResult<'tcx, Scalar> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Scalar` in this scope [INFO] [stdout] --> src/helpers.rs:433:56 [INFO] [stdout] | [INFO] [stdout] 433 | fn get_last_error(&mut self) -> InterpResult<'tcx, Scalar> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/helpers.rs:441:70 [INFO] [stdout] | [INFO] [stdout] 441 | fn set_last_error_from_io_error(&mut self, e: std::io::Error) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/helpers.rs:487:10 [INFO] [stdout] | [INFO] [stdout] 487 | ) -> InterpResult<'tcx, T> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/helpers.rs:499:14 [INFO] [stdout] | [INFO] [stdout] 499 | op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyAndLayout` in this scope [INFO] [stdout] --> src/helpers.rs:501:17 [INFO] [stdout] | [INFO] [stdout] 501 | layout: TyAndLayout<'tcx>, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/helpers.rs:502:10 [INFO] [stdout] | [INFO] [stdout] 502 | ) -> InterpResult<'tcx, ScalarMaybeUninit> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ScalarMaybeUninit` in this scope [INFO] [stdout] --> src/helpers.rs:502:29 [INFO] [stdout] | [INFO] [stdout] 502 | ) -> InterpResult<'tcx, ScalarMaybeUninit> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/helpers.rs:514:14 [INFO] [stdout] | [INFO] [stdout] 514 | op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ScalarMaybeUninit` in this scope [INFO] [stdout] --> src/helpers.rs:516:26 [INFO] [stdout] | [INFO] [stdout] 516 | value: impl Into>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyAndLayout` in this scope [INFO] [stdout] --> src/helpers.rs:517:17 [INFO] [stdout] | [INFO] [stdout] 517 | layout: TyAndLayout<'tcx>, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/helpers.rs:518:10 [INFO] [stdout] | [INFO] [stdout] 518 | ) -> InterpResult<'tcx, ()> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/helpers.rs:533:27 [INFO] [stdout] | [INFO] [stdout] 533 | timespec_ptr_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/helpers.rs:534:10 [INFO] [stdout] | [INFO] [stdout] 534 | ) -> InterpResult<'tcx, Option> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/helpers.rs:560:16 [INFO] [stdout] | [INFO] [stdout] 560 | where &'a [OpTy<'tcx, Tag>; N]: TryFrom<&'a [OpTy<'tcx, Tag>]> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/helpers.rs:560:50 [INFO] [stdout] | [INFO] [stdout] 560 | where &'a [OpTy<'tcx, Tag>; N]: TryFrom<&'a [OpTy<'tcx, Tag>]> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/helpers.rs:559:61 [INFO] [stdout] | [INFO] [stdout] 559 | pub fn check_arg_count<'a, 'tcx, const N: usize>(args: &'a [OpTy<'tcx, Tag>]) -> InterpResult<'tcx, &'a [OpTy<'tcx, Tag>; N]> [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/helpers.rs:559:82 [INFO] [stdout] | [INFO] [stdout] 559 | pub fn check_arg_count<'a, 'tcx, const N: usize>(args: &'a [OpTy<'tcx, Tag>]) -> InterpResult<'tcx, &'a [OpTy<'tcx, Tag>; N]> [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/helpers.rs:559:106 [INFO] [stdout] | [INFO] [stdout] 559 | pub fn check_arg_count<'a, 'tcx, const N: usize>(args: &'a [OpTy<'tcx, Tag>]) -> InterpResult<'tcx, &'a [OpTy<'tcx, Tag>; N]> [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Abi` in this scope [INFO] [stdout] --> src/helpers.rs:568:27 [INFO] [stdout] | [INFO] [stdout] 568 | pub fn check_abi<'a>(abi: Abi, exp_abi: Abi) -> InterpResult<'a, ()> { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Abi` in this scope [INFO] [stdout] --> src/helpers.rs:568:41 [INFO] [stdout] | [INFO] [stdout] 568 | pub fn check_abi<'a>(abi: Abi, exp_abi: Abi) -> InterpResult<'a, ()> { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/helpers.rs:568:49 [INFO] [stdout] | [INFO] [stdout] 568 | pub fn check_abi<'a>(abi: Abi, exp_abi: Abi) -> InterpResult<'a, ()> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/helpers.rs:576:39 [INFO] [stdout] | [INFO] [stdout] 576 | pub fn isolation_error(name: &str) -> InterpResult<'static> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyAndLayout` in this scope [INFO] [stdout] --> src/helpers.rs:585:13 [INFO] [stdout] | [INFO] [stdout] 585 | layout: TyAndLayout<'tcx>, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/helpers.rs:586:6 [INFO] [stdout] | [INFO] [stdout] 586 | ) -> InterpResult<'tcx, ImmTy<'tcx, Tag>> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImmTy` in this scope [INFO] [stdout] --> src/helpers.rs:586:25 [INFO] [stdout] | [INFO] [stdout] 586 | ) -> InterpResult<'tcx, ImmTy<'tcx, Tag>> { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyAndLayout` in this scope [INFO] [stdout] --> src/helpers.rs:595:13 [INFO] [stdout] | [INFO] [stdout] 595 | layout: TyAndLayout<'tcx>, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/helpers.rs:596:6 [INFO] [stdout] | [INFO] [stdout] 596 | ) -> InterpResult<'tcx, ImmTy<'tcx, Tag>> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImmTy` in this scope [INFO] [stdout] --> src/helpers.rs:596:25 [INFO] [stdout] | [INFO] [stdout] 596 | ) -> InterpResult<'tcx, ImmTy<'tcx, Tag>> { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AllocId` in this scope [INFO] [stdout] --> src/intptrcast.rs:19:35 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct GlobalState { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 19 | pub int_to_ptr_map: Vec<(u64, AllocId)>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FxHashMap` in this scope [INFO] [stdout] --> src/intptrcast.rs:24:20 [INFO] [stdout] | [INFO] [stdout] 24 | pub base_addr: FxHashMap, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AllocId` in this scope [INFO] [stdout] --> src/intptrcast.rs:24:30 [INFO] [stdout] | [INFO] [stdout] 16 | pub struct GlobalState { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 24 | pub base_addr: FxHashMap, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Memory` in this scope [INFO] [stdout] --> src/intptrcast.rs:43:18 [INFO] [stdout] | [INFO] [stdout] 43 | memory: &Memory<'mir, 'tcx, Evaluator<'mir, 'tcx>>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/intptrcast.rs:44:10 [INFO] [stdout] | [INFO] [stdout] 44 | ) -> InterpResult<'tcx, Pointer> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Pointer` in this scope [INFO] [stdout] --> src/intptrcast.rs:44:29 [INFO] [stdout] | [INFO] [stdout] 44 | ) -> InterpResult<'tcx, Pointer> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Pointer; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Pointer; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Pointer` [INFO] [stdout] --> src/intptrcast.rs:55:17 [INFO] [stdout] | [INFO] [stdout] 55 | Pointer::new_with_tag(alloc_id, Size::from_bytes(0), Tag::Untagged) [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Pointer; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Pointer; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Pointer` [INFO] [stdout] --> src/intptrcast.rs:67:21 [INFO] [stdout] | [INFO] [stdout] 67 | Pointer::new_with_tag(alloc_id, Size::from_bytes(offset), Tag::Untagged) [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Pointer; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Pointer; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Pointer` in this scope [INFO] [stdout] --> src/intptrcast.rs:76:14 [INFO] [stdout] | [INFO] [stdout] 76 | ptr: Pointer, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::fmt::Pointer; [INFO] [stdout] | [INFO] [stdout] 1 | use std::fmt::Pointer; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Memory` in this scope [INFO] [stdout] --> src/intptrcast.rs:77:18 [INFO] [stdout] | [INFO] [stdout] 77 | memory: &Memory<'mir, 'tcx, Evaluator<'mir, 'tcx>>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/intptrcast.rs:78:10 [INFO] [stdout] | [INFO] [stdout] 78 | ) -> InterpResult<'tcx, u64> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MemoryKind` in this scope [INFO] [stdout] --> src/machine.rs:74:11 [INFO] [stdout] | [INFO] [stdout] 74 | impl Into> for MiriMemoryKind { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MemoryKind` in this scope [INFO] [stdout] --> src/machine.rs:76:22 [INFO] [stdout] | [INFO] [stdout] 76 | fn into(self) -> MemoryKind { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `MayLeak` in this scope [INFO] [stdout] --> src/machine.rs:81:6 [INFO] [stdout] | [INFO] [stdout] 81 | impl MayLeak for MiriMemoryKind { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FxHashMap` in this scope [INFO] [stdout] --> src/machine.rs:126:21 [INFO] [stdout] | [INFO] [stdout] 126 | extern_statics: FxHashMap, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Symbol` in this scope [INFO] [stdout] --> src/machine.rs:126:31 [INFO] [stdout] | [INFO] [stdout] 120 | pub struct MemoryExtra { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 126 | extern_statics: FxHashMap, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AllocId` in this scope [INFO] [stdout] --> src/machine.rs:126:39 [INFO] [stdout] | [INFO] [stdout] 120 | pub struct MemoryExtra { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 126 | extern_statics: FxHashMap, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AllocId` in this scope [INFO] [stdout] --> src/machine.rs:134:30 [INFO] [stdout] | [INFO] [stdout] 120 | pub struct MemoryExtra { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 134 | tracked_alloc_id: Option, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Scalar` in this scope [INFO] [stdout] --> src/machine.rs:175:14 [INFO] [stdout] | [INFO] [stdout] 175 | ptr: Scalar, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/machine.rs:189:10 [INFO] [stdout] | [INFO] [stdout] 189 | ) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyAndLayout` in this scope [INFO] [stdout] --> src/machine.rs:217:15 [INFO] [stdout] | [INFO] [stdout] 217 | pub unit: TyAndLayout<'tcx>, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyAndLayout` in this scope [INFO] [stdout] --> src/machine.rs:218:13 [INFO] [stdout] | [INFO] [stdout] 218 | pub i8: TyAndLayout<'tcx>, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyAndLayout` in this scope [INFO] [stdout] --> src/machine.rs:219:14 [INFO] [stdout] | [INFO] [stdout] 219 | pub i32: TyAndLayout<'tcx>, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyAndLayout` in this scope [INFO] [stdout] --> src/machine.rs:220:16 [INFO] [stdout] | [INFO] [stdout] 220 | pub isize: TyAndLayout<'tcx>, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyAndLayout` in this scope [INFO] [stdout] --> src/machine.rs:221:13 [INFO] [stdout] | [INFO] [stdout] 221 | pub u8: TyAndLayout<'tcx>, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyAndLayout` in this scope [INFO] [stdout] --> src/machine.rs:222:14 [INFO] [stdout] | [INFO] [stdout] 222 | pub u32: TyAndLayout<'tcx>, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyAndLayout` in this scope [INFO] [stdout] --> src/machine.rs:223:16 [INFO] [stdout] | [INFO] [stdout] 223 | pub usize: TyAndLayout<'tcx>, [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LayoutCx` in this scope [INFO] [stdout] --> src/machine.rs:227:23 [INFO] [stdout] | [INFO] [stdout] 227 | fn new(layout_cx: LayoutCx<'tcx, TyCtxt<'tcx>>) -> Result> { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyCtxt` in this scope [INFO] [stdout] --> src/machine.rs:227:38 [INFO] [stdout] | [INFO] [stdout] 227 | fn new(layout_cx: LayoutCx<'tcx, TyCtxt<'tcx>>) -> Result> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LayoutError` in this scope [INFO] [stdout] --> src/machine.rs:227:69 [INFO] [stdout] | [INFO] [stdout] 227 | fn new(layout_cx: LayoutCx<'tcx, TyCtxt<'tcx>>) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 4 | use core::alloc::LayoutError; [INFO] [stdout] | [INFO] [stdout] 4 | use std::alloc::LayoutError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Scalar` in this scope [INFO] [stdout] --> src/machine.rs:249:29 [INFO] [stdout] | [INFO] [stdout] 249 | pub(crate) argc: Option>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Scalar` in this scope [INFO] [stdout] --> src/machine.rs:250:29 [INFO] [stdout] | [INFO] [stdout] 250 | pub(crate) argv: Option>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Scalar` in this scope [INFO] [stdout] --> src/machine.rs:251:33 [INFO] [stdout] | [INFO] [stdout] 251 | pub(crate) cmd_line: Option>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AllocId` in this scope [INFO] [stdout] --> src/machine.rs:276:34 [INFO] [stdout] | [INFO] [stdout] 241 | pub struct Evaluator<'mir, 'tcx> { [INFO] [stdout] | - help: you might be missing a type parameter: `, AllocId` [INFO] [stdout] ... [INFO] [stdout] 276 | pub(crate) static_roots: Vec, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LayoutCx` in this scope [INFO] [stdout] --> src/machine.rs:283:20 [INFO] [stdout] | [INFO] [stdout] 283 | layout_cx: LayoutCx<'tcx, TyCtxt<'tcx>>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyCtxt` in this scope [INFO] [stdout] --> src/machine.rs:283:35 [INFO] [stdout] | [INFO] [stdout] 283 | layout_cx: LayoutCx<'tcx, TyCtxt<'tcx>>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpCx` in this scope [INFO] [stdout] --> src/machine.rs:308:40 [INFO] [stdout] | [INFO] [stdout] 308 | pub type MiriEvalContext<'mir, 'tcx> = InterpCx<'mir, 'tcx, Evaluator<'mir, 'tcx>>; [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Machine` in this scope [INFO] [stdout] --> src/machine.rs:327:18 [INFO] [stdout] | [INFO] [stdout] 327 | impl<'mir, 'tcx> Machine<'mir, 'tcx> for Evaluator<'mir, 'tcx> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AllocId` in this scope [INFO] [stdout] --> src/machine.rs:337:21 [INFO] [stdout] | [INFO] [stdout] 327 | impl<'mir, 'tcx> Machine<'mir, 'tcx> for Evaluator<'mir, 'tcx> { [INFO] [stdout] | - help: you might be missing a type parameter: `, AllocId` [INFO] [stdout] ... [INFO] [stdout] 337 | MonoHashMap, Allocation)>; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MemoryKind` in this scope [INFO] [stdout] --> src/machine.rs:337:31 [INFO] [stdout] | [INFO] [stdout] 337 | MonoHashMap, Allocation)>; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Allocation` in this scope [INFO] [stdout] --> src/machine.rs:337:59 [INFO] [stdout] | [INFO] [stdout] 337 | MonoHashMap, Allocation)>; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpCx` in this scope [INFO] [stdout] --> src/machine.rs:352:31 [INFO] [stdout] | [INFO] [stdout] 352 | fn enforce_validity(ecx: &InterpCx<'mir, 'tcx, Self>) -> bool { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpCx` in this scope [INFO] [stdout] --> src/machine.rs:358:19 [INFO] [stdout] | [INFO] [stdout] 358 | ecx: &mut InterpCx<'mir, 'tcx, Self>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Abi` in this scope [INFO] [stdout] --> src/machine.rs:360:14 [INFO] [stdout] | [INFO] [stdout] 360 | abi: Abi, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/machine.rs:361:17 [INFO] [stdout] | [INFO] [stdout] 361 | args: &[OpTy<'tcx, Tag>], [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceTy` in this scope [INFO] [stdout] --> src/machine.rs:362:23 [INFO] [stdout] | [INFO] [stdout] 362 | ret: Option<(&PlaceTy<'tcx, Tag>, mir::BasicBlock)>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/machine.rs:364:10 [INFO] [stdout] | [INFO] [stdout] 364 | ) -> InterpResult<'tcx, Option<&'mir mir::Body<'tcx>>> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpCx` in this scope [INFO] [stdout] --> src/machine.rs:370:19 [INFO] [stdout] | [INFO] [stdout] 370 | ecx: &mut InterpCx<'mir, 'tcx, Self>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Abi` in this scope [INFO] [stdout] --> src/machine.rs:372:14 [INFO] [stdout] | [INFO] [stdout] 372 | abi: Abi, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/machine.rs:373:17 [INFO] [stdout] | [INFO] [stdout] 373 | args: &[OpTy<'tcx, Tag>], [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceTy` in this scope [INFO] [stdout] --> src/machine.rs:374:23 [INFO] [stdout] | [INFO] [stdout] 374 | ret: Option<(&PlaceTy<'tcx, Tag>, mir::BasicBlock)>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/machine.rs:376:10 [INFO] [stdout] | [INFO] [stdout] 376 | ) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/machine.rs:384:17 [INFO] [stdout] | [INFO] [stdout] 384 | args: &[OpTy<'tcx, Tag>], [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceTy` in this scope [INFO] [stdout] --> src/machine.rs:385:23 [INFO] [stdout] | [INFO] [stdout] 385 | ret: Option<(&PlaceTy<'tcx, Tag>, mir::BasicBlock)>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/machine.rs:387:10 [INFO] [stdout] | [INFO] [stdout] 387 | ) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpCx` in this scope [INFO] [stdout] --> src/machine.rs:393:19 [INFO] [stdout] | [INFO] [stdout] 393 | ecx: &mut InterpCx<'mir, 'tcx, Self>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/machine.rs:396:10 [INFO] [stdout] | [INFO] [stdout] 396 | ) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpCx` in this scope [INFO] [stdout] --> src/machine.rs:401:25 [INFO] [stdout] | [INFO] [stdout] 401 | fn abort(_ecx: &mut InterpCx<'mir, 'tcx, Self>, msg: String) -> InterpResult<'tcx, !> { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/machine.rs:401:69 [INFO] [stdout] | [INFO] [stdout] 401 | fn abort(_ecx: &mut InterpCx<'mir, 'tcx, Self>, msg: String) -> InterpResult<'tcx, !> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImmTy` in this scope [INFO] [stdout] --> src/machine.rs:409:16 [INFO] [stdout] | [INFO] [stdout] 409 | left: &ImmTy<'tcx, Tag>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImmTy` in this scope [INFO] [stdout] --> src/machine.rs:410:17 [INFO] [stdout] | [INFO] [stdout] 410 | right: &ImmTy<'tcx, Tag>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/machine.rs:411:10 [INFO] [stdout] | [INFO] [stdout] 411 | ) -> InterpResult<'tcx, (Scalar, bool, ty::Ty<'tcx>)> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Scalar` in this scope [INFO] [stdout] --> src/machine.rs:411:30 [INFO] [stdout] | [INFO] [stdout] 411 | ) -> InterpResult<'tcx, (Scalar, bool, ty::Ty<'tcx>)> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpCx` in this scope [INFO] [stdout] --> src/machine.rs:416:19 [INFO] [stdout] | [INFO] [stdout] 416 | ecx: &mut InterpCx<'mir, 'tcx, Self>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceTy` in this scope [INFO] [stdout] --> src/machine.rs:417:16 [INFO] [stdout] | [INFO] [stdout] 417 | dest: &PlaceTy<'tcx, Tag>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/machine.rs:418:10 [INFO] [stdout] | [INFO] [stdout] 418 | ) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpCx` in this scope [INFO] [stdout] --> src/machine.rs:445:19 [INFO] [stdout] | [INFO] [stdout] 445 | ecx: &mut InterpCx<'mir, 'tcx, Self>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DefId` in this scope [INFO] [stdout] --> src/machine.rs:446:17 [INFO] [stdout] | [INFO] [stdout] 446 | def_id: DefId, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/machine.rs:447:10 [INFO] [stdout] | [INFO] [stdout] 447 | ) -> InterpResult<'tcx, AllocId> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AllocId` in this scope [INFO] [stdout] --> src/machine.rs:447:29 [INFO] [stdout] | [INFO] [stdout] 327 | impl<'mir, 'tcx> Machine<'mir, 'tcx> for Evaluator<'mir, 'tcx> { [INFO] [stdout] | - help: you might be missing a type parameter: `, AllocId` [INFO] [stdout] ... [INFO] [stdout] 447 | ) -> InterpResult<'tcx, AllocId> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Memory` in this scope [INFO] [stdout] --> src/machine.rs:452:18 [INFO] [stdout] | [INFO] [stdout] 452 | memory: &Memory<'mir, 'tcx, Self>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DefId` in this scope [INFO] [stdout] --> src/machine.rs:453:17 [INFO] [stdout] | [INFO] [stdout] 453 | def_id: DefId, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/machine.rs:454:10 [INFO] [stdout] | [INFO] [stdout] 454 | ) -> InterpResult<'tcx, AllocId> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AllocId` in this scope [INFO] [stdout] --> src/machine.rs:454:29 [INFO] [stdout] | [INFO] [stdout] 327 | impl<'mir, 'tcx> Machine<'mir, 'tcx> for Evaluator<'mir, 'tcx> { [INFO] [stdout] | - help: you might be missing a type parameter: `, AllocId` [INFO] [stdout] ... [INFO] [stdout] 454 | ) -> InterpResult<'tcx, AllocId> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AllocId` in this scope [INFO] [stdout] --> src/machine.rs:469:13 [INFO] [stdout] | [INFO] [stdout] 469 | id: AllocId, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Allocation` in this scope [INFO] [stdout] --> src/machine.rs:470:24 [INFO] [stdout] | [INFO] [stdout] 327 | impl<'mir, 'tcx> Machine<'mir, 'tcx> for Evaluator<'mir, 'tcx> { [INFO] [stdout] | - help: you might be missing a type parameter: `, Allocation` [INFO] [stdout] ... [INFO] [stdout] 470 | alloc: Cow<'b, Allocation>, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MemoryKind` in this scope [INFO] [stdout] --> src/machine.rs:471:22 [INFO] [stdout] | [INFO] [stdout] 471 | kind: Option>, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Allocation` in this scope [INFO] [stdout] --> src/machine.rs:472:19 [INFO] [stdout] | [INFO] [stdout] 472 | ) -> (Cow<'b, Allocation>, Self::PointerTag) { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Allocation` in this scope [INFO] [stdout] --> src/machine.rs:494:20 [INFO] [stdout] | [INFO] [stdout] 494 | let alloc: Allocation = alloc.with_tags_and_extra( [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AllocId` in this scope [INFO] [stdout] --> src/machine.rs:512:13 [INFO] [stdout] | [INFO] [stdout] 512 | id: AllocId, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/machine.rs:513:10 [INFO] [stdout] | [INFO] [stdout] 513 | ) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpCx` in this scope [INFO] [stdout] --> src/machine.rs:523:19 [INFO] [stdout] | [INFO] [stdout] 523 | ecx: &mut InterpCx<'mir, 'tcx, Self>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Pointer` in this scope [INFO] [stdout] --> src/machine.rs:524:14 [INFO] [stdout] | [INFO] [stdout] 524 | ptr: Pointer, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 4 | use core::fmt::Pointer; [INFO] [stdout] | [INFO] [stdout] 4 | use crate::machine::fmt::Pointer; [INFO] [stdout] | [INFO] [stdout] 4 | use std::fmt::Pointer; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Size` in this scope [INFO] [stdout] --> src/machine.rs:525:15 [INFO] [stdout] | [INFO] [stdout] 525 | size: Size, [INFO] [stdout] | ^^^^ help: a trait with a similar name exists: `Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/machine.rs:526:10 [INFO] [stdout] | [INFO] [stdout] 526 | ) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AllocId` in this scope [INFO] [stdout] --> src/machine.rs:534:64 [INFO] [stdout] | [INFO] [stdout] 534 | fn tag_global_base_pointer(memory_extra: &MemoryExtra, id: AllocId) -> Self::PointerTag { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpCx` in this scope [INFO] [stdout] --> src/machine.rs:544:19 [INFO] [stdout] | [INFO] [stdout] 544 | ecx: &mut InterpCx<'mir, 'tcx, Self>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceTy` in this scope [INFO] [stdout] --> src/machine.rs:546:17 [INFO] [stdout] | [INFO] [stdout] 546 | place: &PlaceTy<'tcx, Tag>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/machine.rs:547:10 [INFO] [stdout] | [INFO] [stdout] 547 | ) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpCx` in this scope [INFO] [stdout] --> src/machine.rs:557:19 [INFO] [stdout] | [INFO] [stdout] 557 | ecx: &mut InterpCx<'mir, 'tcx, Self>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Frame` in this scope [INFO] [stdout] --> src/machine.rs:558:16 [INFO] [stdout] | [INFO] [stdout] 558 | frame: Frame<'mir, 'tcx, Tag>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/machine.rs:559:10 [INFO] [stdout] | [INFO] [stdout] 559 | ) -> InterpResult<'tcx, Frame<'mir, 'tcx, Tag, FrameData<'tcx>>> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Frame` in this scope [INFO] [stdout] --> src/machine.rs:559:29 [INFO] [stdout] | [INFO] [stdout] 559 | ) -> InterpResult<'tcx, Frame<'mir, 'tcx, Tag, FrameData<'tcx>>> { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpCx` in this scope [INFO] [stdout] --> src/machine.rs:569:18 [INFO] [stdout] | [INFO] [stdout] 569 | ecx: &'a InterpCx<'mir, 'tcx, Self> [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Frame` in this scope [INFO] [stdout] --> src/machine.rs:570:15 [INFO] [stdout] | [INFO] [stdout] 570 | ) -> &'a [Frame<'mir, 'tcx, Self::PointerTag, Self::FrameExtra>] { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpCx` in this scope [INFO] [stdout] --> src/machine.rs:575:22 [INFO] [stdout] | [INFO] [stdout] 575 | ecx: &'a mut InterpCx<'mir, 'tcx, Self> [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Frame` in this scope [INFO] [stdout] --> src/machine.rs:576:22 [INFO] [stdout] | [INFO] [stdout] 576 | ) -> &'a mut Vec> { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpCx` in this scope [INFO] [stdout] --> src/machine.rs:581:35 [INFO] [stdout] | [INFO] [stdout] 581 | fn after_stack_push(ecx: &mut InterpCx<'mir, 'tcx, Self>) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/machine.rs:581:66 [INFO] [stdout] | [INFO] [stdout] 581 | fn after_stack_push(ecx: &mut InterpCx<'mir, 'tcx, Self>) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpCx` in this scope [INFO] [stdout] --> src/machine.rs:591:19 [INFO] [stdout] | [INFO] [stdout] 591 | ecx: &mut InterpCx<'mir, 'tcx, Self>, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Frame` in this scope [INFO] [stdout] --> src/machine.rs:592:16 [INFO] [stdout] | [INFO] [stdout] 592 | frame: Frame<'mir, 'tcx, Tag, FrameData<'tcx>>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/machine.rs:594:10 [INFO] [stdout] | [INFO] [stdout] 594 | ) -> InterpResult<'tcx, StackPopJump> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StackPopJump` in this scope [INFO] [stdout] --> src/machine.rs:594:29 [INFO] [stdout] | [INFO] [stdout] 327 | impl<'mir, 'tcx> Machine<'mir, 'tcx> for Evaluator<'mir, 'tcx> { [INFO] [stdout] | - help: you might be missing a type parameter: `, StackPopJump` [INFO] [stdout] ... [INFO] [stdout] 594 | ) -> InterpResult<'tcx, StackPopJump> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Memory` in this scope [INFO] [stdout] --> src/machine.rs:600:18 [INFO] [stdout] | [INFO] [stdout] 600 | memory: &Memory<'mir, 'tcx, Self>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/machine.rs:602:10 [INFO] [stdout] | [INFO] [stdout] 602 | ) -> InterpResult<'tcx, Pointer> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Pointer` in this scope [INFO] [stdout] --> src/machine.rs:602:29 [INFO] [stdout] | [INFO] [stdout] 602 | ) -> InterpResult<'tcx, Pointer> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 4 | use core::fmt::Pointer; [INFO] [stdout] | [INFO] [stdout] 4 | use crate::machine::fmt::Pointer; [INFO] [stdout] | [INFO] [stdout] 4 | use std::fmt::Pointer; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Memory` in this scope [INFO] [stdout] --> src/machine.rs:608:18 [INFO] [stdout] | [INFO] [stdout] 608 | memory: &Memory<'mir, 'tcx, Self>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Pointer` in this scope [INFO] [stdout] --> src/machine.rs:609:14 [INFO] [stdout] | [INFO] [stdout] 609 | ptr: Pointer, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 4 | use core::fmt::Pointer; [INFO] [stdout] | [INFO] [stdout] 4 | use crate::machine::fmt::Pointer; [INFO] [stdout] | [INFO] [stdout] 4 | use std::fmt::Pointer; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/machine.rs:610:10 [INFO] [stdout] | [INFO] [stdout] 610 | ) -> InterpResult<'tcx, u64> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `AllocationExtra` in this scope [INFO] [stdout] --> src/machine.rs:615:6 [INFO] [stdout] | [INFO] [stdout] 615 | impl AllocationExtra for AllocExtra { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Allocation` in this scope [INFO] [stdout] --> src/machine.rs:618:17 [INFO] [stdout] | [INFO] [stdout] 618 | alloc: &Allocation, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Pointer` in this scope [INFO] [stdout] --> src/machine.rs:619:14 [INFO] [stdout] | [INFO] [stdout] 619 | ptr: Pointer, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 4 | use core::fmt::Pointer; [INFO] [stdout] | [INFO] [stdout] 4 | use crate::machine::fmt::Pointer; [INFO] [stdout] | [INFO] [stdout] 4 | use std::fmt::Pointer; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Size` in this scope [INFO] [stdout] --> src/machine.rs:620:15 [INFO] [stdout] | [INFO] [stdout] 620 | size: Size, [INFO] [stdout] | ^^^^ help: a trait with a similar name exists: `Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/machine.rs:621:10 [INFO] [stdout] | [INFO] [stdout] 621 | ) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Allocation` in this scope [INFO] [stdout] --> src/machine.rs:634:21 [INFO] [stdout] | [INFO] [stdout] 634 | alloc: &mut Allocation, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Pointer` in this scope [INFO] [stdout] --> src/machine.rs:635:14 [INFO] [stdout] | [INFO] [stdout] 635 | ptr: Pointer, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 4 | use core::fmt::Pointer; [INFO] [stdout] | [INFO] [stdout] 4 | use crate::machine::fmt::Pointer; [INFO] [stdout] | [INFO] [stdout] 4 | use std::fmt::Pointer; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Size` in this scope [INFO] [stdout] --> src/machine.rs:636:15 [INFO] [stdout] | [INFO] [stdout] 636 | size: Size, [INFO] [stdout] | ^^^^ help: a trait with a similar name exists: `Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/machine.rs:637:10 [INFO] [stdout] | [INFO] [stdout] 637 | ) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Allocation` in this scope [INFO] [stdout] --> src/machine.rs:650:21 [INFO] [stdout] | [INFO] [stdout] 650 | alloc: &mut Allocation, [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Pointer` in this scope [INFO] [stdout] --> src/machine.rs:651:14 [INFO] [stdout] | [INFO] [stdout] 651 | ptr: Pointer, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 4 | use core::fmt::Pointer; [INFO] [stdout] | [INFO] [stdout] 4 | use crate::machine::fmt::Pointer; [INFO] [stdout] | [INFO] [stdout] 4 | use std::fmt::Pointer; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Size` in this scope [INFO] [stdout] --> src/machine.rs:652:15 [INFO] [stdout] | [INFO] [stdout] 652 | size: Size, [INFO] [stdout] | ^^^^ help: a trait with a similar name exists: `Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/machine.rs:653:10 [INFO] [stdout] | [INFO] [stdout] 653 | ) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FxHashMap` in this scope [INFO] [stdout] --> src/mono_hash_map.rs:18:49 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct MonoHashMap(RefCell>>); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImmTy` in this scope [INFO] [stdout] --> src/operator.rs:11:16 [INFO] [stdout] | [INFO] [stdout] 11 | left: &ImmTy<'tcx, Tag>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImmTy` in this scope [INFO] [stdout] --> src/operator.rs:12:17 [INFO] [stdout] | [INFO] [stdout] 12 | right: &ImmTy<'tcx, Tag>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/operator.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | ) -> InterpResult<'tcx, (Scalar, bool, Ty<'tcx>)>; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Scalar` in this scope [INFO] [stdout] --> src/operator.rs:13:30 [INFO] [stdout] | [INFO] [stdout] 13 | ) -> InterpResult<'tcx, (Scalar, bool, Ty<'tcx>)>; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ty` in this scope [INFO] [stdout] --> src/operator.rs:13:49 [INFO] [stdout] | [INFO] [stdout] 13 | ) -> InterpResult<'tcx, (Scalar, bool, Ty<'tcx>)>; [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Scalar` in this scope [INFO] [stdout] --> src/operator.rs:15:28 [INFO] [stdout] | [INFO] [stdout] 15 | fn ptr_eq(&self, left: Scalar, right: Scalar) -> InterpResult<'tcx, bool>; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Scalar` in this scope [INFO] [stdout] --> src/operator.rs:15:48 [INFO] [stdout] | [INFO] [stdout] 15 | fn ptr_eq(&self, left: Scalar, right: Scalar) -> InterpResult<'tcx, bool>; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/operator.rs:15:64 [INFO] [stdout] | [INFO] [stdout] 15 | fn ptr_eq(&self, left: Scalar, right: Scalar) -> InterpResult<'tcx, bool>; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImmTy` in this scope [INFO] [stdout] --> src/operator.rs:22:16 [INFO] [stdout] | [INFO] [stdout] 22 | left: &ImmTy<'tcx, Tag>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ImmTy` in this scope [INFO] [stdout] --> src/operator.rs:23:17 [INFO] [stdout] | [INFO] [stdout] 23 | right: &ImmTy<'tcx, Tag>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/operator.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 24 | ) -> InterpResult<'tcx, (Scalar, bool, Ty<'tcx>)> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Scalar` in this scope [INFO] [stdout] --> src/operator.rs:24:30 [INFO] [stdout] | [INFO] [stdout] 24 | ) -> InterpResult<'tcx, (Scalar, bool, Ty<'tcx>)> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ty` in this scope [INFO] [stdout] --> src/operator.rs:24:49 [INFO] [stdout] | [INFO] [stdout] 24 | ) -> InterpResult<'tcx, (Scalar, bool, Ty<'tcx>)> { [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Scalar` in this scope [INFO] [stdout] --> src/operator.rs:76:28 [INFO] [stdout] | [INFO] [stdout] 76 | fn ptr_eq(&self, left: Scalar, right: Scalar) -> InterpResult<'tcx, bool> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Scalar` in this scope [INFO] [stdout] --> src/operator.rs:76:48 [INFO] [stdout] | [INFO] [stdout] 76 | fn ptr_eq(&self, left: Scalar, right: Scalar) -> InterpResult<'tcx, bool> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/operator.rs:76:64 [INFO] [stdout] | [INFO] [stdout] 76 | fn ptr_eq(&self, left: Scalar, right: Scalar) -> InterpResult<'tcx, bool> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Size` in this scope [INFO] [stdout] --> src/range_map.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn new(size: Size, init: T) -> RangeMap { [INFO] [stdout] | ^^^^ help: a trait with a similar name exists: `Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Size` in this scope [INFO] [stdout] --> src/range_map.rs:66:39 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn iter<'a>(&'a self, offset: Size, len: Size) -> impl Iterator + 'a { [INFO] [stdout] | ^^^^ help: a trait with a similar name exists: `Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Size` in this scope [INFO] [stdout] --> src/range_map.rs:66:50 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn iter<'a>(&'a self, offset: Size, len: Size) -> impl Iterator + 'a { [INFO] [stdout] | ^^^^ help: a trait with a similar name exists: `Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Size` in this scope [INFO] [stdout] --> src/range_map.rs:66:81 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn iter<'a>(&'a self, offset: Size, len: Size) -> impl Iterator + 'a { [INFO] [stdout] | ^^^^ help: a trait with a similar name exists: `Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Size` in this scope [INFO] [stdout] --> src/range_map.rs:121:17 [INFO] [stdout] | [INFO] [stdout] 121 | offset: Size, [INFO] [stdout] | ^^^^ help: a trait with a similar name exists: `Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Size` in this scope [INFO] [stdout] --> src/range_map.rs:122:14 [INFO] [stdout] | [INFO] [stdout] 122 | len: Size, [INFO] [stdout] | ^^^^ help: a trait with a similar name exists: `Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Size` in this scope [INFO] [stdout] --> src/range_map.rs:123:32 [INFO] [stdout] | [INFO] [stdout] 123 | ) -> impl Iterator + 'a [INFO] [stdout] | ^^^^ help: a trait with a similar name exists: `Sized` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/backtrace.rs:15:17 [INFO] [stdout] | [INFO] [stdout] 15 | args: &[OpTy<'tcx, Tag>], [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceTy` in this scope [INFO] [stdout] --> src/shims/backtrace.rs:16:16 [INFO] [stdout] | [INFO] [stdout] 16 | dest: &PlaceTy<'tcx, Tag> [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/backtrace.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | ) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `TypeAndMut` in this scope [INFO] [stdout] --> src/shims/backtrace.rs:52:33 [INFO] [stdout] | [INFO] [stdout] 52 | let ptr_ty = tcx.mk_ptr(TypeAndMut { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/backtrace.rs:72:17 [INFO] [stdout] | [INFO] [stdout] 72 | args: &[OpTy<'tcx, Tag>], [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceTy` in this scope [INFO] [stdout] --> src/shims/backtrace.rs:73:16 [INFO] [stdout] | [INFO] [stdout] 73 | dest: &PlaceTy<'tcx, Tag> [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/backtrace.rs:74:10 [INFO] [stdout] | [INFO] [stdout] 74 | ) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `BytePos` in this scope [INFO] [stdout] --> src/shims/backtrace.rs:106:19 [INFO] [stdout] | [INFO] [stdout] 106 | let pos = BytePos(ptr.offset.bytes().try_into().unwrap()); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Align` in this scope [INFO] [stdout] --> src/shims/foreign_items.rs:19:61 [INFO] [stdout] | [INFO] [stdout] 19 | fn min_align(&self, size: u64, kind: MiriMemoryKind) -> Align { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Scalar` in this scope [INFO] [stdout] --> src/shims/foreign_items.rs:47:79 [INFO] [stdout] | [INFO] [stdout] 47 | fn malloc(&mut self, size: u64, zero_init: bool, kind: MiriMemoryKind) -> Scalar { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Scalar` in this scope [INFO] [stdout] --> src/shims/foreign_items.rs:62:29 [INFO] [stdout] | [INFO] [stdout] 62 | fn free(&mut self, ptr: Scalar, kind: MiriMemoryKind) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/foreign_items.rs:62:67 [INFO] [stdout] | [INFO] [stdout] 62 | fn free(&mut self, ptr: Scalar, kind: MiriMemoryKind) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Scalar` in this scope [INFO] [stdout] --> src/shims/foreign_items.rs:73:18 [INFO] [stdout] | [INFO] [stdout] 73 | old_ptr: Scalar, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/foreign_items.rs:76:10 [INFO] [stdout] | [INFO] [stdout] 76 | ) -> InterpResult<'tcx, Scalar> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Scalar` in this scope [INFO] [stdout] --> src/shims/foreign_items.rs:76:29 [INFO] [stdout] | [INFO] [stdout] 76 | ) -> InterpResult<'tcx, Scalar> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DefId` in this scope [INFO] [stdout] --> src/shims/foreign_items.rs:114:17 [INFO] [stdout] | [INFO] [stdout] 114 | def_id: DefId, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Abi` in this scope [INFO] [stdout] --> src/shims/foreign_items.rs:115:14 [INFO] [stdout] | [INFO] [stdout] 115 | abi: Abi, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/foreign_items.rs:116:17 [INFO] [stdout] | [INFO] [stdout] 116 | args: &[OpTy<'tcx, Tag>], [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceTy` in this scope [INFO] [stdout] --> src/shims/foreign_items.rs:117:23 [INFO] [stdout] | [INFO] [stdout] 117 | ret: Option<(&PlaceTy<'tcx, Tag>, mir::BasicBlock)>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/foreign_items.rs:119:10 [INFO] [stdout] | [INFO] [stdout] 119 | ) -> InterpResult<'tcx, Option<&'mir mir::Body<'tcx>>> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Abi` in this scope [INFO] [stdout] --> src/shims/foreign_items.rs:202:14 [INFO] [stdout] | [INFO] [stdout] 202 | abi: Abi, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/foreign_items.rs:203:17 [INFO] [stdout] | [INFO] [stdout] 203 | args: &[OpTy<'tcx, Tag>], [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceTy` in this scope [INFO] [stdout] --> src/shims/foreign_items.rs:204:16 [INFO] [stdout] | [INFO] [stdout] 204 | dest: &PlaceTy<'tcx, Tag>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/foreign_items.rs:206:10 [INFO] [stdout] | [INFO] [stdout] 206 | ) -> InterpResult<'tcx, bool> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/foreign_items.rs:542:54 [INFO] [stdout] | [INFO] [stdout] 542 | fn check_alloc_request(size: u64, align: u64) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:24:17 [INFO] [stdout] | [INFO] [stdout] 24 | args: &[OpTy<'tcx, Tag>], [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceTy` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:25:23 [INFO] [stdout] | [INFO] [stdout] 25 | ret: Option<(&PlaceTy<'tcx, Tag>, mir::BasicBlock)>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 27 | ) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:673:17 [INFO] [stdout] | [INFO] [stdout] 673 | args: &[OpTy<'tcx, Tag>], [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceTy` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:674:16 [INFO] [stdout] | [INFO] [stdout] 674 | dest: &PlaceTy<'tcx, Tag>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:676:10 [INFO] [stdout] | [INFO] [stdout] 676 | ) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:696:17 [INFO] [stdout] | [INFO] [stdout] 696 | args: &[OpTy<'tcx, Tag>], [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:698:10 [INFO] [stdout] | [INFO] [stdout] 698 | ) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:718:17 [INFO] [stdout] | [INFO] [stdout] 718 | args: &[OpTy<'tcx, Tag>], [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:720:10 [INFO] [stdout] | [INFO] [stdout] 720 | ) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:729:17 [INFO] [stdout] | [INFO] [stdout] 729 | args: &[OpTy<'tcx, Tag>], [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:731:10 [INFO] [stdout] | [INFO] [stdout] 731 | ) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:740:17 [INFO] [stdout] | [INFO] [stdout] 740 | args: &[OpTy<'tcx, Tag>], [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceTy` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:741:16 [INFO] [stdout] | [INFO] [stdout] 741 | dest: &PlaceTy<'tcx, Tag>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:744:10 [INFO] [stdout] | [INFO] [stdout] 744 | ) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:782:17 [INFO] [stdout] | [INFO] [stdout] 782 | args: &[OpTy<'tcx, Tag>], [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceTy` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:783:16 [INFO] [stdout] | [INFO] [stdout] 783 | dest: &PlaceTy<'tcx, Tag>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:785:10 [INFO] [stdout] | [INFO] [stdout] 785 | ) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:805:17 [INFO] [stdout] | [INFO] [stdout] 805 | args: &[OpTy<'tcx, Tag>], [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceTy` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:806:16 [INFO] [stdout] | [INFO] [stdout] 806 | dest: &PlaceTy<'tcx, Tag>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:810:10 [INFO] [stdout] | [INFO] [stdout] 810 | ) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:840:17 [INFO] [stdout] | [INFO] [stdout] 840 | args: &[OpTy<'tcx, Tag>], [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceTy` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:841:16 [INFO] [stdout] | [INFO] [stdout] 841 | dest: &PlaceTy<'tcx, Tag>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:844:10 [INFO] [stdout] | [INFO] [stdout] 844 | ) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:850:17 [INFO] [stdout] | [INFO] [stdout] 850 | args: &[OpTy<'tcx, Tag>], [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceTy` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:851:16 [INFO] [stdout] | [INFO] [stdout] 851 | dest: &PlaceTy<'tcx, Tag>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:854:10 [INFO] [stdout] | [INFO] [stdout] 854 | ) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Float` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:864:12 [INFO] [stdout] | [INFO] [stdout] 864 | F: Float + Into>, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Scalar` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:864:25 [INFO] [stdout] | [INFO] [stdout] 864 | F: Float + Into>, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:862:10 [INFO] [stdout] | [INFO] [stdout] 862 | ) -> InterpResult<'tcx, Scalar> [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Scalar` in this scope [INFO] [stdout] --> src/shims/intrinsics.rs:862:29 [INFO] [stdout] | [INFO] [stdout] 862 | ) -> InterpResult<'tcx, Scalar> [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Abi` in this scope [INFO] [stdout] --> src/shims/posix/foreign_items.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | abi: Abi, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/foreign_items.rs:19:17 [INFO] [stdout] | [INFO] [stdout] 19 | args: &[OpTy<'tcx, Tag>], [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceTy` in this scope [INFO] [stdout] --> src/shims/posix/foreign_items.rs:20:16 [INFO] [stdout] | [INFO] [stdout] 20 | dest: &PlaceTy<'tcx, Tag>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/foreign_items.rs:22:10 [INFO] [stdout] | [INFO] [stdout] 22 | ) -> InterpResult<'tcx, bool> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/dlsym.rs:18:53 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn from_str(name: &str, target_os: &str) -> InterpResult<'static, Option> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Abi` in this scope [INFO] [stdout] --> src/shims/posix/dlsym.rs:32:14 [INFO] [stdout] | [INFO] [stdout] 32 | abi: Abi, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/dlsym.rs:33:17 [INFO] [stdout] | [INFO] [stdout] 33 | args: &[OpTy<'tcx, Tag>], [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceTy` in this scope [INFO] [stdout] --> src/shims/posix/dlsym.rs:34:23 [INFO] [stdout] | [INFO] [stdout] 34 | ret: Option<(&PlaceTy<'tcx, Tag>, mir::BasicBlock)>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/dlsym.rs:35:10 [INFO] [stdout] | [INFO] [stdout] 35 | ) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:27:39 [INFO] [stdout] | [INFO] [stdout] 27 | fn as_file_handle<'tcx>(&self) -> InterpResult<'tcx, &FileHandle>; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:29:78 [INFO] [stdout] | [INFO] [stdout] 29 | fn read<'tcx>(&mut self, communicate_allowed: bool, bytes: &mut [u8]) -> InterpResult<'tcx, io::Result>; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:30:75 [INFO] [stdout] | [INFO] [stdout] 30 | fn write<'tcx>(&mut self, communicate_allowed: bool, bytes: &[u8]) -> InterpResult<'tcx, io::Result>; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:31:78 [INFO] [stdout] | [INFO] [stdout] 31 | fn seek<'tcx>(&mut self, communicate_allowed: bool, offset: SeekFrom) -> InterpResult<'tcx, io::Result>; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:32:68 [INFO] [stdout] | [INFO] [stdout] 32 | fn close<'tcx>(self: Box, _communicate_allowed: bool) -> InterpResult<'tcx, io::Result>; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:38:39 [INFO] [stdout] | [INFO] [stdout] 38 | fn as_file_handle<'tcx>(&self) -> InterpResult<'tcx, &FileHandle> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:42:78 [INFO] [stdout] | [INFO] [stdout] 42 | fn read<'tcx>(&mut self, communicate_allowed: bool, bytes: &mut [u8]) -> InterpResult<'tcx, io::Result> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:47:75 [INFO] [stdout] | [INFO] [stdout] 47 | fn write<'tcx>(&mut self, communicate_allowed: bool, bytes: &[u8]) -> InterpResult<'tcx, io::Result> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:52:78 [INFO] [stdout] | [INFO] [stdout] 52 | fn seek<'tcx>(&mut self, communicate_allowed: bool, offset: SeekFrom) -> InterpResult<'tcx, io::Result> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:57:67 [INFO] [stdout] | [INFO] [stdout] 57 | fn close<'tcx>(self: Box, communicate_allowed: bool) -> InterpResult<'tcx, io::Result> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:87:39 [INFO] [stdout] | [INFO] [stdout] 87 | fn as_file_handle<'tcx>(&self) -> InterpResult<'tcx, &FileHandle> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:91:78 [INFO] [stdout] | [INFO] [stdout] 91 | fn read<'tcx>(&mut self, communicate_allowed: bool, bytes: &mut [u8]) -> InterpResult<'tcx, io::Result> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:99:77 [INFO] [stdout] | [INFO] [stdout] 99 | fn write<'tcx>(&mut self, _communicate_allowed: bool, _bytes: &[u8]) -> InterpResult<'tcx, io::Result> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:103:80 [INFO] [stdout] | [INFO] [stdout] 103 | fn seek<'tcx>(&mut self, _communicate_allowed: bool, _offset: SeekFrom) -> InterpResult<'tcx, io::Result> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:107:68 [INFO] [stdout] | [INFO] [stdout] 107 | fn close<'tcx>(self: Box, _communicate_allowed: bool) -> InterpResult<'tcx, io::Result> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:117:39 [INFO] [stdout] | [INFO] [stdout] 117 | fn as_file_handle<'tcx>(&self) -> InterpResult<'tcx, &FileHandle> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:121:80 [INFO] [stdout] | [INFO] [stdout] 121 | fn read<'tcx>(&mut self, _communicate_allowed: bool, _bytes: &mut [u8]) -> InterpResult<'tcx, io::Result> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:125:76 [INFO] [stdout] | [INFO] [stdout] 125 | fn write<'tcx>(&mut self, _communicate_allowed: bool, bytes: &[u8]) -> InterpResult<'tcx, io::Result> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:138:80 [INFO] [stdout] | [INFO] [stdout] 138 | fn seek<'tcx>(&mut self, _communicate_allowed: bool, _offset: SeekFrom) -> InterpResult<'tcx, io::Result> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:142:68 [INFO] [stdout] | [INFO] [stdout] 142 | fn close<'tcx>(self: Box, _communicate_allowed: bool) -> InterpResult<'tcx, io::Result> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:152:39 [INFO] [stdout] | [INFO] [stdout] 152 | fn as_file_handle<'tcx>(&self) -> InterpResult<'tcx, &FileHandle> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:156:80 [INFO] [stdout] | [INFO] [stdout] 156 | fn read<'tcx>(&mut self, _communicate_allowed: bool, _bytes: &mut [u8]) -> InterpResult<'tcx, io::Result> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:160:76 [INFO] [stdout] | [INFO] [stdout] 160 | fn write<'tcx>(&mut self, _communicate_allowed: bool, bytes: &[u8]) -> InterpResult<'tcx, io::Result> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:166:80 [INFO] [stdout] | [INFO] [stdout] 166 | fn seek<'tcx>(&mut self, _communicate_allowed: bool, _offset: SeekFrom) -> InterpResult<'tcx, io::Result> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:170:68 [INFO] [stdout] | [INFO] [stdout] 170 | fn close<'tcx>(self: Box, _communicate_allowed: bool) -> InterpResult<'tcx, io::Result> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:240:19 [INFO] [stdout] | [INFO] [stdout] 240 | path_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:241:18 [INFO] [stdout] | [INFO] [stdout] 241 | buf_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:242:10 [INFO] [stdout] | [INFO] [stdout] 242 | ) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:258:18 [INFO] [stdout] | [INFO] [stdout] 258 | buf_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:259:10 [INFO] [stdout] | [INFO] [stdout] 259 | ) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:315:53 [INFO] [stdout] | [INFO] [stdout] 315 | fn handle_not_found>(&mut self) -> InterpResult<'tcx, T> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:322:80 [INFO] [stdout] | [INFO] [stdout] 322 | fn file_type_to_d_type(&mut self, file_type: std::io::Result) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `FxHashMap` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:375:14 [INFO] [stdout] | [INFO] [stdout] 375 | streams: FxHashMap, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:415:19 [INFO] [stdout] | [INFO] [stdout] 415 | path_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:416:19 [INFO] [stdout] | [INFO] [stdout] 416 | flag_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:417:19 [INFO] [stdout] | [INFO] [stdout] 417 | mode_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:418:10 [INFO] [stdout] | [INFO] [stdout] 418 | ) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:510:17 [INFO] [stdout] | [INFO] [stdout] 510 | args: &[OpTy<'tcx, Tag>], [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:511:10 [INFO] [stdout] | [INFO] [stdout] 511 | ) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:575:33 [INFO] [stdout] | [INFO] [stdout] 575 | fn close(&mut self, fd_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:575:53 [INFO] [stdout] | [INFO] [stdout] 575 | fn close(&mut self, fd_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Scalar` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:591:14 [INFO] [stdout] | [INFO] [stdout] 591 | buf: Scalar, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:593:10 [INFO] [stdout] | [INFO] [stdout] 593 | ) -> InterpResult<'tcx, i64> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Scalar` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:643:14 [INFO] [stdout] | [INFO] [stdout] 643 | buf: Scalar, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:645:10 [INFO] [stdout] | [INFO] [stdout] 645 | ) -> InterpResult<'tcx, i64> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:674:17 [INFO] [stdout] | [INFO] [stdout] 674 | fd_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:675:21 [INFO] [stdout] | [INFO] [stdout] 675 | offset_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:676:21 [INFO] [stdout] | [INFO] [stdout] 676 | whence_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:677:10 [INFO] [stdout] | [INFO] [stdout] 677 | ) -> InterpResult<'tcx, i64> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:708:36 [INFO] [stdout] | [INFO] [stdout] 708 | fn unlink(&mut self, path_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:708:56 [INFO] [stdout] | [INFO] [stdout] 708 | fn unlink(&mut self, path_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:721:21 [INFO] [stdout] | [INFO] [stdout] 721 | target_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:722:23 [INFO] [stdout] | [INFO] [stdout] 722 | linkpath_op: &OpTy<'tcx, Tag> [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:723:10 [INFO] [stdout] | [INFO] [stdout] 723 | ) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:752:19 [INFO] [stdout] | [INFO] [stdout] 752 | path_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:753:18 [INFO] [stdout] | [INFO] [stdout] 753 | buf_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:754:10 [INFO] [stdout] | [INFO] [stdout] 754 | ) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:765:19 [INFO] [stdout] | [INFO] [stdout] 765 | path_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:766:18 [INFO] [stdout] | [INFO] [stdout] 766 | buf_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:767:10 [INFO] [stdout] | [INFO] [stdout] 767 | ) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:776:17 [INFO] [stdout] | [INFO] [stdout] 776 | fd_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:777:18 [INFO] [stdout] | [INFO] [stdout] 777 | buf_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:778:10 [INFO] [stdout] | [INFO] [stdout] 778 | ) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:795:20 [INFO] [stdout] | [INFO] [stdout] 795 | dirfd_op: &OpTy<'tcx, Tag>, // Should be an `int` [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:796:23 [INFO] [stdout] | [INFO] [stdout] 796 | pathname_op: &OpTy<'tcx, Tag>, // Should be a `const char *` [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:797:20 [INFO] [stdout] | [INFO] [stdout] 797 | flags_op: &OpTy<'tcx, Tag>, // Should be an `int` [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:798:20 [INFO] [stdout] | [INFO] [stdout] 798 | _mask_op: &OpTy<'tcx, Tag>, // Should be an `unsigned int` [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:799:23 [INFO] [stdout] | [INFO] [stdout] 799 | statxbuf_op: &OpTy<'tcx, Tag>, // Should be a `struct statx *` [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:800:10 [INFO] [stdout] | [INFO] [stdout] 800 | ) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:951:22 [INFO] [stdout] | [INFO] [stdout] 951 | oldpath_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:952:22 [INFO] [stdout] | [INFO] [stdout] 952 | newpath_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:953:10 [INFO] [stdout] | [INFO] [stdout] 953 | ) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:977:19 [INFO] [stdout] | [INFO] [stdout] 977 | path_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:978:19 [INFO] [stdout] | [INFO] [stdout] 978 | mode_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:979:10 [INFO] [stdout] | [INFO] [stdout] 979 | ) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1011:19 [INFO] [stdout] | [INFO] [stdout] 1011 | path_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1012:10 [INFO] [stdout] | [INFO] [stdout] 1012 | ) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1024:37 [INFO] [stdout] | [INFO] [stdout] 1024 | fn opendir(&mut self, name_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, Scalar> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1024:57 [INFO] [stdout] | [INFO] [stdout] 1024 | fn opendir(&mut self, name_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, Scalar> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Scalar` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1024:76 [INFO] [stdout] | [INFO] [stdout] 1024 | fn opendir(&mut self, name_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, Scalar> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1051:19 [INFO] [stdout] | [INFO] [stdout] 1051 | dirp_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1052:20 [INFO] [stdout] | [INFO] [stdout] 1052 | entry_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1053:21 [INFO] [stdout] | [INFO] [stdout] 1053 | result_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1054:10 [INFO] [stdout] | [INFO] [stdout] 1054 | ) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1138:19 [INFO] [stdout] | [INFO] [stdout] 1138 | dirp_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1139:20 [INFO] [stdout] | [INFO] [stdout] 1139 | entry_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1140:21 [INFO] [stdout] | [INFO] [stdout] 1140 | result_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1141:10 [INFO] [stdout] | [INFO] [stdout] 1141 | ) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1225:38 [INFO] [stdout] | [INFO] [stdout] 1225 | fn closedir(&mut self, dirp_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1225:58 [INFO] [stdout] | [INFO] [stdout] 1225 | fn closedir(&mut self, dirp_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1242:17 [INFO] [stdout] | [INFO] [stdout] 1242 | fd_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1243:21 [INFO] [stdout] | [INFO] [stdout] 1243 | length_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1244:10 [INFO] [stdout] | [INFO] [stdout] 1244 | ) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1274:33 [INFO] [stdout] | [INFO] [stdout] 1274 | fn fsync(&mut self, fd_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1274:53 [INFO] [stdout] | [INFO] [stdout] 1274 | fn fsync(&mut self, fd_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1295:37 [INFO] [stdout] | [INFO] [stdout] 1295 | fn fdatasync(&mut self, fd_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1295:57 [INFO] [stdout] | [INFO] [stdout] 1295 | fn fdatasync(&mut self, fd_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1313:17 [INFO] [stdout] | [INFO] [stdout] 1313 | fd_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1314:21 [INFO] [stdout] | [INFO] [stdout] 1314 | offset_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1315:21 [INFO] [stdout] | [INFO] [stdout] 1315 | nbytes_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1316:20 [INFO] [stdout] | [INFO] [stdout] 1316 | flags_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1317:10 [INFO] [stdout] | [INFO] [stdout] 1317 | ) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1353:23 [INFO] [stdout] | [INFO] [stdout] 1353 | pathname_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1354:18 [INFO] [stdout] | [INFO] [stdout] 1354 | buf_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1355:22 [INFO] [stdout] | [INFO] [stdout] 1355 | bufsize_op: &OpTy<'tcx, Tag> [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1356:10 [INFO] [stdout] | [INFO] [stdout] 1356 | ) -> InterpResult<'tcx, i64> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1392:6 [INFO] [stdout] | [INFO] [stdout] 1392 | ) -> InterpResult<'tcx, Option<(u64, u32)>> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Scalar` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1402:11 [INFO] [stdout] | [INFO] [stdout] 1402 | mode: Scalar, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1414:10 [INFO] [stdout] | [INFO] [stdout] 1414 | ) -> InterpResult<'tcx, Option> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1427:10 [INFO] [stdout] | [INFO] [stdout] 1427 | ) -> InterpResult<'tcx, Option> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/fs.rs:1441:10 [INFO] [stdout] | [INFO] [stdout] 1441 | ) -> InterpResult<'tcx, Option> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Scalar` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:22:11 [INFO] [stdout] | [INFO] [stdout] 22 | kind: Scalar, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:23:6 [INFO] [stdout] | [INFO] [stdout] 23 | ) -> InterpResult<'tcx, bool> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Scalar` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:29:11 [INFO] [stdout] | [INFO] [stdout] 29 | kind: Scalar, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:30:6 [INFO] [stdout] | [INFO] [stdout] 30 | ) -> InterpResult<'tcx, bool> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:38:15 [INFO] [stdout] | [INFO] [stdout] 38 | attr_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:39:6 [INFO] [stdout] | [INFO] [stdout] 39 | ) -> InterpResult<'tcx, ScalarMaybeUninit> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ScalarMaybeUninit` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:39:25 [INFO] [stdout] | [INFO] [stdout] 39 | ) -> InterpResult<'tcx, ScalarMaybeUninit> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:45:15 [INFO] [stdout] | [INFO] [stdout] 45 | attr_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ScalarMaybeUninit` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:46:21 [INFO] [stdout] | [INFO] [stdout] 46 | kind: impl Into>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:47:6 [INFO] [stdout] | [INFO] [stdout] 47 | ) -> InterpResult<'tcx, ()> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:62:16 [INFO] [stdout] | [INFO] [stdout] 62 | mutex_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:63:6 [INFO] [stdout] | [INFO] [stdout] 63 | ) -> InterpResult<'tcx, ScalarMaybeUninit> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ScalarMaybeUninit` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:63:25 [INFO] [stdout] | [INFO] [stdout] 63 | ) -> InterpResult<'tcx, ScalarMaybeUninit> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:73:16 [INFO] [stdout] | [INFO] [stdout] 73 | mutex_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ScalarMaybeUninit` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:74:21 [INFO] [stdout] | [INFO] [stdout] 74 | kind: impl Into>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:75:6 [INFO] [stdout] | [INFO] [stdout] 75 | ) -> InterpResult<'tcx, ()> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:85:16 [INFO] [stdout] | [INFO] [stdout] 85 | mutex_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:86:6 [INFO] [stdout] | [INFO] [stdout] 86 | ) -> InterpResult<'tcx, ScalarMaybeUninit> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ScalarMaybeUninit` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:86:25 [INFO] [stdout] | [INFO] [stdout] 86 | ) -> InterpResult<'tcx, ScalarMaybeUninit> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:95:16 [INFO] [stdout] | [INFO] [stdout] 95 | mutex_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ScalarMaybeUninit` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:96:19 [INFO] [stdout] | [INFO] [stdout] 96 | id: impl Into>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:97:6 [INFO] [stdout] | [INFO] [stdout] 97 | ) -> InterpResult<'tcx, ()> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:106:16 [INFO] [stdout] | [INFO] [stdout] 106 | mutex_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:107:6 [INFO] [stdout] | [INFO] [stdout] 107 | ) -> InterpResult<'tcx, MutexId> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:129:17 [INFO] [stdout] | [INFO] [stdout] 129 | rwlock_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:130:6 [INFO] [stdout] | [INFO] [stdout] 130 | ) -> InterpResult<'tcx, ScalarMaybeUninit> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ScalarMaybeUninit` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:130:25 [INFO] [stdout] | [INFO] [stdout] 130 | ) -> InterpResult<'tcx, ScalarMaybeUninit> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:139:17 [INFO] [stdout] | [INFO] [stdout] 139 | rwlock_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ScalarMaybeUninit` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:140:19 [INFO] [stdout] | [INFO] [stdout] 140 | id: impl Into>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:141:6 [INFO] [stdout] | [INFO] [stdout] 141 | ) -> InterpResult<'tcx, ()> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:150:17 [INFO] [stdout] | [INFO] [stdout] 150 | rwlock_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:151:6 [INFO] [stdout] | [INFO] [stdout] 151 | ) -> InterpResult<'tcx, RwLockId> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:172:15 [INFO] [stdout] | [INFO] [stdout] 172 | attr_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:173:6 [INFO] [stdout] | [INFO] [stdout] 173 | ) -> InterpResult<'tcx, ScalarMaybeUninit> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ScalarMaybeUninit` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:173:25 [INFO] [stdout] | [INFO] [stdout] 173 | ) -> InterpResult<'tcx, ScalarMaybeUninit> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:179:15 [INFO] [stdout] | [INFO] [stdout] 179 | attr_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ScalarMaybeUninit` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:180:25 [INFO] [stdout] | [INFO] [stdout] 180 | clock_id: impl Into>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:181:6 [INFO] [stdout] | [INFO] [stdout] 181 | ) -> InterpResult<'tcx, ()> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:196:15 [INFO] [stdout] | [INFO] [stdout] 196 | cond_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:197:6 [INFO] [stdout] | [INFO] [stdout] 197 | ) -> InterpResult<'tcx, ScalarMaybeUninit> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ScalarMaybeUninit` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:197:25 [INFO] [stdout] | [INFO] [stdout] 197 | ) -> InterpResult<'tcx, ScalarMaybeUninit> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:206:15 [INFO] [stdout] | [INFO] [stdout] 206 | cond_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ScalarMaybeUninit` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:207:19 [INFO] [stdout] | [INFO] [stdout] 207 | id: impl Into>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:208:6 [INFO] [stdout] | [INFO] [stdout] 208 | ) -> InterpResult<'tcx, ()> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:217:15 [INFO] [stdout] | [INFO] [stdout] 217 | cond_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:218:6 [INFO] [stdout] | [INFO] [stdout] 218 | ) -> InterpResult<'tcx, CondvarId> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:233:15 [INFO] [stdout] | [INFO] [stdout] 233 | cond_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:234:6 [INFO] [stdout] | [INFO] [stdout] 234 | ) -> InterpResult<'tcx, ScalarMaybeUninit> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ScalarMaybeUninit` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:234:25 [INFO] [stdout] | [INFO] [stdout] 234 | ) -> InterpResult<'tcx, ScalarMaybeUninit> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:240:15 [INFO] [stdout] | [INFO] [stdout] 240 | cond_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ScalarMaybeUninit` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:241:25 [INFO] [stdout] | [INFO] [stdout] 241 | clock_id: impl Into>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:242:6 [INFO] [stdout] | [INFO] [stdout] 242 | ) -> InterpResult<'tcx, ()> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:252:6 [INFO] [stdout] | [INFO] [stdout] 252 | ) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:269:6 [INFO] [stdout] | [INFO] [stdout] 269 | ) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:283:6 [INFO] [stdout] | [INFO] [stdout] 283 | ) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:297:52 [INFO] [stdout] | [INFO] [stdout] 297 | fn pthread_mutexattr_init(&mut self, attr_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:297:72 [INFO] [stdout] | [INFO] [stdout] 297 | fn pthread_mutexattr_init(&mut self, attr_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:308:19 [INFO] [stdout] | [INFO] [stdout] 308 | attr_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:309:19 [INFO] [stdout] | [INFO] [stdout] 309 | kind_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:310:10 [INFO] [stdout] | [INFO] [stdout] 310 | ) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:347:55 [INFO] [stdout] | [INFO] [stdout] 347 | fn pthread_mutexattr_destroy(&mut self, attr_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:347:75 [INFO] [stdout] | [INFO] [stdout] 347 | fn pthread_mutexattr_destroy(&mut self, attr_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:357:20 [INFO] [stdout] | [INFO] [stdout] 357 | mutex_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:358:19 [INFO] [stdout] | [INFO] [stdout] 358 | attr_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:359:10 [INFO] [stdout] | [INFO] [stdout] 359 | ) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:377:49 [INFO] [stdout] | [INFO] [stdout] 377 | fn pthread_mutex_lock(&mut self, mutex_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:377:69 [INFO] [stdout] | [INFO] [stdout] 377 | fn pthread_mutex_lock(&mut self, mutex_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:414:52 [INFO] [stdout] | [INFO] [stdout] 414 | fn pthread_mutex_trylock(&mut self, mutex_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:414:72 [INFO] [stdout] | [INFO] [stdout] 414 | fn pthread_mutex_trylock(&mut self, mutex_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:447:51 [INFO] [stdout] | [INFO] [stdout] 447 | fn pthread_mutex_unlock(&mut self, mutex_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:447:71 [INFO] [stdout] | [INFO] [stdout] 447 | fn pthread_mutex_unlock(&mut self, mutex_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:479:52 [INFO] [stdout] | [INFO] [stdout] 479 | fn pthread_mutex_destroy(&mut self, mutex_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:479:72 [INFO] [stdout] | [INFO] [stdout] 479 | fn pthread_mutex_destroy(&mut self, mutex_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:495:53 [INFO] [stdout] | [INFO] [stdout] 495 | fn pthread_rwlock_rdlock(&mut self, rwlock_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:495:73 [INFO] [stdout] | [INFO] [stdout] 495 | fn pthread_rwlock_rdlock(&mut self, rwlock_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:510:56 [INFO] [stdout] | [INFO] [stdout] 510 | fn pthread_rwlock_tryrdlock(&mut self, rwlock_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:510:76 [INFO] [stdout] | [INFO] [stdout] 510 | fn pthread_rwlock_tryrdlock(&mut self, rwlock_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:524:53 [INFO] [stdout] | [INFO] [stdout] 524 | fn pthread_rwlock_wrlock(&mut self, rwlock_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:524:73 [INFO] [stdout] | [INFO] [stdout] 524 | fn pthread_rwlock_wrlock(&mut self, rwlock_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:551:56 [INFO] [stdout] | [INFO] [stdout] 551 | fn pthread_rwlock_trywrlock(&mut self, rwlock_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:551:76 [INFO] [stdout] | [INFO] [stdout] 551 | fn pthread_rwlock_trywrlock(&mut self, rwlock_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:565:53 [INFO] [stdout] | [INFO] [stdout] 565 | fn pthread_rwlock_unlock(&mut self, rwlock_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:565:73 [INFO] [stdout] | [INFO] [stdout] 565 | fn pthread_rwlock_unlock(&mut self, rwlock_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:580:54 [INFO] [stdout] | [INFO] [stdout] 580 | fn pthread_rwlock_destroy(&mut self, rwlock_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:580:74 [INFO] [stdout] | [INFO] [stdout] 580 | fn pthread_rwlock_destroy(&mut self, rwlock_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:595:51 [INFO] [stdout] | [INFO] [stdout] 595 | fn pthread_condattr_init(&mut self, attr_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:595:71 [INFO] [stdout] | [INFO] [stdout] 595 | fn pthread_condattr_init(&mut self, attr_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:609:19 [INFO] [stdout] | [INFO] [stdout] 609 | attr_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:610:23 [INFO] [stdout] | [INFO] [stdout] 610 | clock_id_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:611:10 [INFO] [stdout] | [INFO] [stdout] 611 | ) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:629:19 [INFO] [stdout] | [INFO] [stdout] 629 | attr_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:630:21 [INFO] [stdout] | [INFO] [stdout] 630 | clk_id_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:631:10 [INFO] [stdout] | [INFO] [stdout] 631 | ) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:640:54 [INFO] [stdout] | [INFO] [stdout] 640 | fn pthread_condattr_destroy(&mut self, attr_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:640:74 [INFO] [stdout] | [INFO] [stdout] 640 | fn pthread_condattr_destroy(&mut self, attr_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:650:19 [INFO] [stdout] | [INFO] [stdout] 650 | cond_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:651:19 [INFO] [stdout] | [INFO] [stdout] 651 | attr_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:652:10 [INFO] [stdout] | [INFO] [stdout] 652 | ) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:670:49 [INFO] [stdout] | [INFO] [stdout] 670 | fn pthread_cond_signal(&mut self, cond_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:670:69 [INFO] [stdout] | [INFO] [stdout] 670 | fn pthread_cond_signal(&mut self, cond_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:680:52 [INFO] [stdout] | [INFO] [stdout] 680 | fn pthread_cond_broadcast(&mut self, cond_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:680:72 [INFO] [stdout] | [INFO] [stdout] 680 | fn pthread_cond_broadcast(&mut self, cond_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:693:19 [INFO] [stdout] | [INFO] [stdout] 693 | cond_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:694:20 [INFO] [stdout] | [INFO] [stdout] 694 | mutex_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:695:10 [INFO] [stdout] | [INFO] [stdout] 695 | ) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:710:19 [INFO] [stdout] | [INFO] [stdout] 710 | cond_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:711:20 [INFO] [stdout] | [INFO] [stdout] 711 | mutex_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:712:22 [INFO] [stdout] | [INFO] [stdout] 712 | abstime_op: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:713:16 [INFO] [stdout] | [INFO] [stdout] 713 | dest: &PlaceTy<'tcx, Tag>, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:714:10 [INFO] [stdout] | [INFO] [stdout] 714 | ) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:773:50 [INFO] [stdout] | [INFO] [stdout] 773 | fn pthread_cond_destroy(&mut self, cond_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/sync.rs:773:70 [INFO] [stdout] | [INFO] [stdout] 773 | fn pthread_cond_destroy(&mut self, cond_op: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/thread.rs:11:18 [INFO] [stdout] | [INFO] [stdout] 11 | thread: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/thread.rs:12:17 [INFO] [stdout] | [INFO] [stdout] 12 | _attr: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/thread.rs:13:25 [INFO] [stdout] | [INFO] [stdout] 13 | start_routine: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/thread.rs:14:15 [INFO] [stdout] | [INFO] [stdout] 14 | arg: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/thread.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | ) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/thread.rs:68:18 [INFO] [stdout] | [INFO] [stdout] 68 | thread: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/thread.rs:69:18 [INFO] [stdout] | [INFO] [stdout] 69 | retval: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/thread.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | ) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/thread.rs:84:43 [INFO] [stdout] | [INFO] [stdout] 84 | fn pthread_detach(&mut self, thread: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/thread.rs:84:63 [INFO] [stdout] | [INFO] [stdout] 84 | fn pthread_detach(&mut self, thread: &OpTy<'tcx, Tag>) -> InterpResult<'tcx, i32> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PlaceTy` in this scope [INFO] [stdout] --> src/shims/posix/thread.rs:93:39 [INFO] [stdout] | [INFO] [stdout] 93 | fn pthread_self(&mut self, dest: &PlaceTy<'tcx, Tag>) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InterpResult` in this scope [INFO] [stdout] --> src/shims/posix/thread.rs:93:62 [INFO] [stdout] | [INFO] [stdout] 93 | fn pthread_self(&mut self, dest: &PlaceTy<'tcx, Tag>) -> InterpResult<'tcx> { [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/thread.rs:102:18 [INFO] [stdout] | [INFO] [stdout] 102 | option: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/thread.rs:103:16 [INFO] [stdout] | [INFO] [stdout] 103 | arg2: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [INFO] [stdout] --> src/shims/posix/thread.rs:104:17 [INFO] [stdout] | [INFO] [stdout] 104 | _arg3: &OpTy<'tcx, Tag>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OpTy` in this scope [WARN] too many lines in the log, truncating it