opt into box_patterns in debuginfo tests.
This commit is contained in:
parent
23e9d7cbe4
commit
edabfe2912
3 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue