We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f46ff63 commit 04ff097Copy full SHA for 04ff097
tests/ui.rs
@@ -1,4 +1,5 @@
1
#[test]
2
+#[cfg(not(miri))]
3
fn ui() {
4
let t = trybuild::TestCases::new();
5
t.compile_fail("tests/compile_fail/*.rs");
0 commit comments