You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LL | libc::read(0, bytes.as_mut_ptr() as *mut libc::c_void, 512);
5
-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `read` from stdin not available when isolation is enabled
4
+
| ^ `read` from stdin not available when isolation is enabled
6
5
|
7
6
= help: set `MIRIFLAGS=-Zmiri-disable-isolation` to disable isolation;
8
7
= 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
9
-
= note: BACKTRACE:
10
-
= note: inside `main` at tests/fail-dep/libc/fs/isolated_stdin.rs:LL:CC
8
+
note: inside `main`
9
+
--> tests/fail/shims/isolated_stdin.rs:LL:CC
10
+
|
11
+
| ^
11
12
12
13
note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
0 commit comments