@@ -1279,6 +1279,7 @@ mod tests {
1279
1279
#[ test]
1280
1280
fn demangle_crate_with_leading_digit ( ) {
1281
1281
t_nohash ! ( "_RNvC6_123foo3bar" , "123foo::bar" ) ;
1282
+ t_nohash ! ( "__RNvC6_123foo3bar" , "123foo::bar" ) ;
1282
1283
}
1283
1284
1284
1285
#[ test]
@@ -1287,6 +1288,10 @@ mod tests {
1287
1288
"_RNqCs4fqI2P2rA04_11utf8_identsu30____7hkackfecea1cbdathfdh9hlq6y" ,
1288
1289
"utf8_idents::საჭმელად_გემრიელი_სადილი"
1289
1290
) ;
1291
+ t_nohash ! (
1292
+ "__RNqCs4fqI2P2rA04_11utf8_identsu30____7hkackfecea1cbdathfdh9hlq6y" ,
1293
+ "utf8_idents::საჭმელად_გემრიელი_სადილი"
1294
+ ) ;
1290
1295
}
1291
1296
1292
1297
#[ test]
@@ -1299,6 +1304,14 @@ mod tests {
1299
1304
"_RNCINkXs25_NgCsbmNqQUJIY6D_4core5sliceINyB9_4IterhENuNgNoBb_4iter8iterator8Iterator9rpositionNCNgNpB9_6memchr7memrchrs_0E0Bb_" ,
1300
1305
"<core::slice::Iter<u8> as core::iter::iterator::Iterator>::rposition::<core::slice::memchr::memrchr::{closure#1}>::{closure#0}"
1301
1306
) ;
1307
+ t_nohash ! (
1308
+ "__RNCNCNgCs6DXkGYLi8lr_2cc5spawn00B5_" ,
1309
+ "cc::spawn::{closure#0}::{closure#0}"
1310
+ ) ;
1311
+ t_nohash ! (
1312
+ "__RNCINkXs25_NgCsbmNqQUJIY6D_4core5sliceINyB9_4IterhENuNgNoBb_4iter8iterator8Iterator9rpositionNCNgNpB9_6memchr7memrchrs_0E0Bb_" ,
1313
+ "<core::slice::Iter<u8> as core::iter::iterator::Iterator>::rposition::<core::slice::memchr::memrchr::{closure#1}>::{closure#0}"
1314
+ ) ;
1302
1315
}
1303
1316
1304
1317
#[ test]
@@ -1307,6 +1320,10 @@ mod tests {
1307
1320
"_RINbNbCskIICzLVDPPb_5alloc5alloc8box_freeDINbNiB4_5boxed5FnBoxuEp6OutputuEL_ECs1iopQbuBiw2_3std" ,
1308
1321
"alloc::alloc::box_free::<dyn alloc::boxed::FnBox<(), Output = ()>>"
1309
1322
) ;
1323
+ t_nohash ! (
1324
+ "__RINbNbCskIICzLVDPPb_5alloc5alloc8box_freeDINbNiB4_5boxed5FnBoxuEp6OutputuEL_ECs1iopQbuBiw2_3std" ,
1325
+ "alloc::alloc::box_free::<dyn alloc::boxed::FnBox<(), Output = ()>>"
1326
+ ) ;
1310
1327
}
1311
1328
1312
1329
#[ test]
0 commit comments