Skip to content

Commit 9ee9ca9

Browse files
committed
Fill in ignore reasons in all #[ignore] attributes
1 parent d5096b5 commit 9ee9ca9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/compiletest.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#[rustversion::attr(not(nightly), ignore)]
2-
#[cfg_attr(miri, ignore)]
1+
#[rustversion::attr(not(nightly), ignore = "requires nightly")]
2+
#[cfg_attr(miri, ignore = "incompatible with miri")]
33
#[test]
44
fn ui() {
55
let t = trybuild::TestCases::new();

0 commit comments

Comments
 (0)