diff options
| author | Andrew Paseltiner <apaseltiner@gmail.com> | 2015-09-19 16:33:47 -0400 |
|---|---|---|
| committer | Andrew Paseltiner <apaseltiner@gmail.com> | 2015-09-19 19:39:25 -0400 |
| commit | 6fa0ff25bdc5aa5aae00dbe7c1cafc927b6806b6 (patch) | |
| tree | f4d5966e49d580d53f5e89346a59368165afc672 /src/test/debuginfo/tuple-in-struct.rs | |
| parent | 783c3fcc1ec19a804a63334d1945301fe89c52f6 (diff) | |
| download | rust-6fa0ff25bdc5aa5aae00dbe7c1cafc927b6806b6.tar.gz rust-6fa0ff25bdc5aa5aae00dbe7c1cafc927b6806b6.zip | |
Feature-gate `#[no_debug]` and `#[omit_gdb_pretty_printer_section]`
Closes #28091.
Diffstat (limited to 'src/test/debuginfo/tuple-in-struct.rs')
| -rw-r--r-- | src/test/debuginfo/tuple-in-struct.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/debuginfo/tuple-in-struct.rs b/src/test/debuginfo/tuple-in-struct.rs index 04119956f19..1a7fde766f0 100644 --- a/src/test/debuginfo/tuple-in-struct.rs +++ b/src/test/debuginfo/tuple-in-struct.rs @@ -42,6 +42,7 @@ // gdb-check:$10 = {x = {__0 = {__0 = 40, __1 = 41, __2 = 42}, __1 = {__0 = 43, __1 = 44}}, y = {__0 = 45, __1 = 46, __2 = 47, __3 = 48}} #![allow(unused_variables)] +#![feature(omit_gdb_pretty_printer_section)] #![omit_gdb_pretty_printer_section] struct NoPadding1 { |
