unsupported operation: can't call foreign function `rust_psm_stack_pointer` on OS `linux`
()
| 36 | #[mz_ore::test] |
| 37 | #[cfg_attr(miri, ignore)] // unsupported operation: can't call foreign function `rust_psm_stack_pointer` on OS `linux` |
| 38 | fn datadriven() { |
| 39 | walk("tests/testdata", |f| { |
| 40 | f.run(|tc| -> String { datadriven_testcase(tc) }) |
| 41 | }); |
| 42 | } |
| 43 | |
| 44 | #[mz_ore::test] |
| 45 | #[cfg_attr(miri, ignore)] // unsupported operation: can't call foreign function `rust_psm_stack_pointer` on OS `linux` |
nothing calls this directly
no test coverage detected