diff options
| author | bors <bors@rust-lang.org> | 2024-03-17 02:27:52 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-03-17 02:27:52 +0000 |
| commit | a615cea3339046c7ab2d75cd253727d1fd42dd0b (patch) | |
| tree | f607c2af21926816ed4c4417fae88b207cd557eb /tests/debuginfo/enum-thinlto.rs | |
| parent | c8813ddd6d2602ae5473752031fd16ba70a6e4a7 (diff) | |
| parent | e4b27a2a5b16641f08176f0697ed9373ccaf9c21 (diff) | |
| download | rust-a615cea3339046c7ab2d75cd253727d1fd42dd0b.tar.gz rust-a615cea3339046c7ab2d75cd253727d1fd42dd0b.zip | |
Auto merge of #121885 - reitermarkus:generic-nonzero-inner, r=oli-obk,wesleywiser
Move generic `NonZero` `rustc_layout_scalar_valid_range_start` attribute to inner type. Tracking issue: https://github.com/rust-lang/rust/issues/120257 r? `@dtolnay`
Diffstat (limited to 'tests/debuginfo/enum-thinlto.rs')
| -rw-r--r-- | tests/debuginfo/enum-thinlto.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/debuginfo/enum-thinlto.rs b/tests/debuginfo/enum-thinlto.rs index 5c27fe4271c..f3f17758931 100644 --- a/tests/debuginfo/enum-thinlto.rs +++ b/tests/debuginfo/enum-thinlto.rs @@ -14,8 +14,8 @@ // lldb-command:run -// lldb-command:print *abc -// lldbg-check:(enum_thinlto::ABC) $0 = +// lldb-command:v *abc +// lldbg-check:(enum_thinlto::ABC) *abc = // lldbr-check:(enum_thinlto::ABC) *abc = (x = 0, y = 8970181431921507452) #![allow(unused_variables)] |
