]> git.lizzy.rs Git - rust.git/blob - src/tools/miri/tests/fail/crates/tokio_mvp.stderr
Rollup merge of #101642 - SkiFire13:fix-inplace-collection-leak, r=the8472
[rust.git] / src / tools / miri / tests / fail / crates / tokio_mvp.stderr
1 error: unsupported operation: can't call foreign function: epoll_create1
2   --> CARGO_REGISTRY/.../epoll.rs:LL:CC
3    |
4 LL |         syscall!(epoll_create1(flag)).map(|ep| Selector {
5    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't call foreign function: epoll_create1
6    |
7    = help: this is likely not a bug in the program; it indicates that the program performed an operation that the interpreter does not support
8    = note: BACKTRACE:
9 note: inside `main` at $DIR/tokio_mvp.rs:LL:CC
10   --> $DIR/tokio_mvp.rs:LL:CC
11    |
12 LL | #[tokio::main]
13    | ^^^^^^^^^^^^^^
14    = note: this error originates in the macro `syscall` which comes from the expansion of the attribute macro `tokio::main` (in Nightly builds, run with -Z macro-backtrace for more info)
15
16 note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
17
18 error: aborting due to previous error
19