We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aadda46 commit 475d10dCopy full SHA for 475d10d
tests/ui/ignore_without_reason.rs
@@ -10,5 +10,5 @@ fn unignored_test() {}
10
fn ignored_with_reason() {}
11
12
#[test]
13
-#[ignore]
+#[ignore] //~ ignore_without_reason
14
fn ignored_without_reason() {}
0 commit comments