about summary refs log tree commit diff
path: root/src/tools/miri/tests/fail/shims/isolated_stdin.stderr
blob: 5fda90b46ef6f4ca639e5b2a88e515dc6f71c40b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
error: unsupported operation: `read` from stdin not available when isolation is enabled
  --> RUSTLIB/std/$FILE:LL:CC
   |
   | ^ unsupported operation occurred here
   |
   = help: set `MIRIFLAGS=-Zmiri-disable-isolation` to disable isolation;
   = help: or set `MIRIFLAGS=-Zmiri-isolation-error=warn` to make Miri return an error code from isolated operations (if supported for that operation) and continue with a warning
note: inside `main`
  --> tests/fail/shims/isolated_stdin.rs:LL:CC
   |
   | ^

note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace

error: aborting due to 1 previous error