mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-11 08:05:12 +00:00
test: Ignore a pretty expanded failing test
When expanding, an extra unsafe block is generated which is currently not handled well.
This commit is contained in:
parent
560def1511
commit
1581fb8d6f
@ -8,6 +8,8 @@
|
|||||||
// option. This file may not be copied, modified, or distributed
|
// option. This file may not be copied, modified, or distributed
|
||||||
// except according to those terms.
|
// except according to those terms.
|
||||||
|
|
||||||
|
// no-pretty-expanded unnecessary unsafe block generated
|
||||||
|
|
||||||
#![feature(macro_rules, managed_boxes)]
|
#![feature(macro_rules, managed_boxes)]
|
||||||
#![deny(warnings)]
|
#![deny(warnings)]
|
||||||
#![allow(unused_must_use)]
|
#![allow(unused_must_use)]
|
||||||
|
Loading…
Reference in New Issue
Block a user