diff options
| author | Ben Kimock <kimockb@gmail.com> | 2024-06-21 12:28:03 -0400 |
|---|---|---|
| committer | Ben Kimock <ben.kimock@redjack.com> | 2024-08-09 20:06:26 -0400 |
| commit | d6c0ebef5089407eefbd45199f1dbcf65ee2d0c6 (patch) | |
| tree | 8720f1eb35d233abcc8861adfa299656025f8947 /tests/debuginfo | |
| parent | ca5d25e2c41f5a6b4ce65c681bf2f94c7ead1f14 (diff) | |
| download | rust-d6c0ebef5089407eefbd45199f1dbcf65ee2d0c6.tar.gz rust-d6c0ebef5089407eefbd45199f1dbcf65ee2d0c6.zip | |
Polymorphize RawVec
Diffstat (limited to 'tests/debuginfo')
| -rw-r--r-- | tests/debuginfo/strings-and-strs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/debuginfo/strings-and-strs.rs b/tests/debuginfo/strings-and-strs.rs index 4a6adc2fc53..2d29ac12bd8 100644 --- a/tests/debuginfo/strings-and-strs.rs +++ b/tests/debuginfo/strings-and-strs.rs @@ -7,7 +7,7 @@ // gdb-command:run // gdb-command:print plain_string -// gdbr-check:$1 = alloc::string::String {vec: alloc::vec::Vec<u8, alloc::alloc::Global> {buf: alloc::raw_vec::RawVec<u8, alloc::alloc::Global> {ptr: core::ptr::unique::Unique<u8> {pointer: core::ptr::non_null::NonNull<u8> {pointer: 0x[...]}, _marker: core::marker::PhantomData<u8>}, cap: alloc::raw_vec::Cap (5), alloc: alloc::alloc::Global}, len: 5}} +// gdbr-check:$1 = alloc::string::String {vec: alloc::vec::Vec<u8, alloc::alloc::Global> {buf: alloc::raw_vec::RawVec<u8, alloc::alloc::Global> {inner: alloc::raw_vec::RawVecInner<alloc::alloc::Global> {ptr: core::ptr::unique::Unique<u8> {pointer: core::ptr::non_null::NonNull<u8> {pointer: 0x[...]}, _marker: core::marker::PhantomData<u8>}, cap: alloc::raw_vec::Cap (5), alloc: alloc::alloc::Global}, _marker: core::marker::PhantomData<u8>}, len: 5}} // gdb-command:print plain_str // gdbr-check:$2 = "Hello" |
