1
Fork 0

Feature-gate #[no_debug] and #[omit_gdb_pretty_printer_section]

Closes #28091.
This commit is contained in:
Andrew Paseltiner 2015-09-19 16:33:47 -04:00
parent 783c3fcc1e
commit 6fa0ff25bd
97 changed files with 135 additions and 5 deletions

View file

@ -29,6 +29,7 @@
// gdb-check:$4 = {{a = -1}}
#![feature(omit_gdb_pretty_printer_section)]
#![omit_gdb_pretty_printer_section]
use self::Regular::{Case1, Case2, Case3};