Skip to content

Commit 7593562

Browse files
committed
fix pretty test
1 parent d4b8fa9 commit 7593562

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: tests/pretty/stmt_expr_attributes.rs

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
//@ pp-exact
22

3-
#![feature(inline_const_pat)]
43
#![feature(rustc_attrs)]
54
#![feature(stmt_expr_attributes)]
65

@@ -206,9 +205,7 @@ fn _11() {
206205
let _ = ();
207206
()
208207
};
209-
let const {
210-
#![rustc_dummy]
211-
} =
208+
let _ =
212209
#[rustc_dummy] const {
213210
#![rustc_dummy]
214211
};

0 commit comments

Comments
 (0)