Skip to content

Commit 6169a62

Browse files
authored
Rollup merge of rust-lang#157486 - lms0806:issue_157478, r=JonathanBrouwer
Remove unused attributes from issue-29485.rs. Removed unused attributes from tests/ui/issues/issue-29485.rs. Close rust-lang#157478
2 parents cec05d8 + 26acc2a commit 6169a62

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/ui/issues/issue-29485.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
//@ run-pass
2-
#![allow(unused_attributes)]
32
//@ aux-build:issue-29485.rs
43
//@ needs-unwind
54
//@ needs-threads
65
//@ ignore-backends: gcc
76

8-
#[feature(recover)]
9-
107
extern crate a;
118

129
fn main() {

0 commit comments

Comments
 (0)