Skip to content

Commit 65f7fbc

Browse files
committed
mangling_v0: Update tests for the rust-demangler tool
1 parent 41ce641 commit 65f7fbc

File tree

1 file changed

+16
-16
lines changed
  • src/tools/rust-demangler/tests

1 file changed

+16
-16
lines changed

src/tools/rust-demangler/tests/lib.rs

+16-16
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ cc[4d6468d6c9fd4bb3]::spawn::{closure#0}::{closure#0}
2929
<core[846817f741e54dfd]::slice::Iter<u8> as core[846817f741e54dfd]::iter::iterator::Iterator>::rposition::<core[846817f741e54dfd]::slice::memchr::memrchr::{closure#1}>::{closure#0}
3030
alloc[f15a878b47eb696b]::alloc::box_free::<dyn alloc[f15a878b47eb696b]::boxed::FnBox<(), Output = ()>>
3131
INtC8arrayvec8ArrayVechKj7b_E
32-
<const_generic[317d481089b8c8fe]::Unsigned<11: u8>>
33-
<const_generic[317d481089b8c8fe]::Signed<152: i16>>
34-
<const_generic[317d481089b8c8fe]::Signed<-11: i8>>
35-
<const_generic[317d481089b8c8fe]::Bool<false: bool>>
36-
<const_generic[317d481089b8c8fe]::Bool<true: bool>>
37-
<const_generic[317d481089b8c8fe]::Char<'v': char>>
38-
<const_generic[317d481089b8c8fe]::Char<'\n': char>>
39-
<const_generic[317d481089b8c8fe]::Char<'∂': char>>
32+
<const_generic[317d481089b8c8fe]::Unsigned<11u8>>
33+
<const_generic[317d481089b8c8fe]::Signed<152i16>>
34+
<const_generic[317d481089b8c8fe]::Signed<-11i8>>
35+
<const_generic[317d481089b8c8fe]::Bool<false>>
36+
<const_generic[317d481089b8c8fe]::Bool<true>>
37+
<const_generic[317d481089b8c8fe]::Char<'v'>>
38+
<const_generic[317d481089b8c8fe]::Char<'\n'>>
39+
<const_generic[317d481089b8c8fe]::Char<'∂'>>
4040
<const_generic[317d481089b8c8fe]::Foo<_>>::foo::FOO
4141
foo[0]
4242
foo[0]
@@ -51,14 +51,14 @@ cc::spawn::{closure#0}::{closure#0}
5151
<core::slice::Iter<u8> as core::iter::iterator::Iterator>::rposition::<core::slice::memchr::memrchr::{closure#1}>::{closure#0}
5252
alloc::alloc::box_free::<dyn alloc::boxed::FnBox<(), Output = ()>>
5353
INtC8arrayvec8ArrayVechKj7b_E
54-
<const_generic::Unsigned<11: u8>>
55-
<const_generic::Signed<152: i16>>
56-
<const_generic::Signed<-11: i8>>
57-
<const_generic::Bool<false: bool>>
58-
<const_generic::Bool<true: bool>>
59-
<const_generic::Char<'v': char>>
60-
<const_generic::Char<'\n': char>>
61-
<const_generic::Char<'∂': char>>
54+
<const_generic::Unsigned<11u8>>
55+
<const_generic::Signed<152i16>>
56+
<const_generic::Signed<-11i8>>
57+
<const_generic::Bool<false>>
58+
<const_generic::Bool<true>>
59+
<const_generic::Char<'v'>>
60+
<const_generic::Char<'\n'>>
61+
<const_generic::Char<'∂'>>
6262
<const_generic::Foo<_>>::foo::FOO
6363
foo[0]
6464
foo[0]

0 commit comments

Comments
 (0)