Feature-gate #[no_debug]
and #[omit_gdb_pretty_printer_section]
Closes #28091.
This commit is contained in:
parent
783c3fcc1e
commit
6fa0ff25bd
97 changed files with 135 additions and 5 deletions
|
@ -56,6 +56,7 @@
|
|||
// lldb-check:[...]$6 = ((21, 22), 23)
|
||||
|
||||
#![allow(unused_variables)]
|
||||
#![feature(omit_gdb_pretty_printer_section)]
|
||||
#![omit_gdb_pretty_printer_section]
|
||||
|
||||
fn main() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue