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 c371563 commit 0b303c7Copy full SHA for 0b303c7
test_suite/tests/compiletest.rs
@@ -1,4 +1,4 @@
1
-#[cfg(not(target_os = "emscripten"))]
+#[cfg_attr(target_os = "emscripten", ignore)]
2
#[rustversion::attr(not(nightly), ignore)]
3
#[test]
4
fn ui() {
test_suite/tests/expandtest.rs
@@ -1,6 +1,6 @@
-#[rustversion::attr(not(nightly), ignore)]
#[cfg_attr(not(cargo_expand), ignore)]
+#[rustversion::attr(not(nightly), ignore)]
5
fn expandtest() {
6
macrotest::expand("tests/expand/*.rs");
0 commit comments