Skip to content

Commit

Permalink
Ignore unused ignore attribute warning in some configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 24, 2022
1 parent 8a3a6fb commit f6c104f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_suite/tests/compiletest.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#[cfg_attr(target_os = "emscripten", ignore)]
#[rustversion::attr(not(nightly), ignore)]
#[cfg_attr(miri, ignore)]
#[allow(unused_attributes)]
#[test]
fn ui() {
let t = trybuild::TestCases::new();
Expand Down

0 comments on commit f6c104f

Please sign in to comment.