Fill in ignore reasons in all #[ignore] attributes

This commit is contained in:
David Tolnay
2024-06-01 22:13:43 -07:00
parent d5bc546ca5
commit 7aafa26314
+3 -3
View File
@@ -1,6 +1,6 @@
#[cfg_attr(target_os = "emscripten", ignore)] #[cfg_attr(target_os = "emscripten", ignore = "disabled on Emscripten")]
#[rustversion::attr(not(nightly), ignore)] #[rustversion::attr(not(nightly), ignore = "requires nightly")]
#[cfg_attr(miri, ignore)] #[cfg_attr(miri, ignore = "incompatible with miri")]
#[allow(unused_attributes)] #[allow(unused_attributes)]
#[test] #[test]
fn ui() { fn ui() {