mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-29 03:27:44 +00:00
opt into box_patterns in debuginfo tests.
This commit is contained in:
parent
23e9d7cbe4
commit
edabfe2912
@ -311,6 +311,7 @@
|
||||
// lldb-command:continue
|
||||
|
||||
#![allow(unused_variables)]
|
||||
#![feature(box_patterns)]
|
||||
#![feature(box_syntax)]
|
||||
#![omit_gdb_pretty_printer_section]
|
||||
|
||||
|
@ -153,6 +153,7 @@
|
||||
// lldb-command:continue
|
||||
|
||||
#![allow(unused_variables)]
|
||||
#![feature(box_patterns)]
|
||||
#![feature(box_syntax)]
|
||||
#![omit_gdb_pretty_printer_section]
|
||||
|
||||
|
@ -244,6 +244,7 @@
|
||||
|
||||
|
||||
#![allow(unused_variables)]
|
||||
#![feature(box_patterns)]
|
||||
#![feature(box_syntax)]
|
||||
#![omit_gdb_pretty_printer_section]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user