]> git.lizzy.rs Git - rust.git/blob - src/tools/miri/tests/fail/crates/tokio_mvp.rs
Rollup merge of #101717 - Pointerbender:unsafecell-memory-layout, r=Amanieu
[rust.git] / src / tools / miri / tests / fail / crates / tokio_mvp.rs
1 //@compile-flags: -Zmiri-disable-isolation
2 //@error-pattern: can't call foreign function: epoll_create1
3 //@normalize-stderr-test: "   = note: inside .*\n" -> ""
4 //@only-target-linux: the errors differ too much between platforms
5
6 #[tokio::main]
7 async fn main() {}