fix pretty test
This commit is contained in:
parent
d4b8fa9e4c
commit
75935624b3
1 changed files with 1 additions and 4 deletions
|
@ -1,6 +1,5 @@
|
|||
//@ pp-exact
|
||||
|
||||
#![feature(inline_const_pat)]
|
||||
#![feature(rustc_attrs)]
|
||||
#![feature(stmt_expr_attributes)]
|
||||
|
||||
|
@ -206,9 +205,7 @@ fn _11() {
|
|||
let _ = ();
|
||||
()
|
||||
};
|
||||
let const {
|
||||
#![rustc_dummy]
|
||||
} =
|
||||
let _ =
|
||||
#[rustc_dummy] const {
|
||||
#![rustc_dummy]
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue