We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a39eeb commit 023fc05Copy full SHA for 023fc05
src/v0.rs
@@ -1095,13 +1095,17 @@ mod tests {
1095
}
1096
1097
#[test]
1098
- fn demangle_const_generics() {
+ fn demangle_const_generics_preview() {
1099
// NOTE(eddyb) this was hand-written, before rustc had working
1100
// const generics support (but the mangling format did include them).
1101
t_nohash_type!(
1102
"INtC8arrayvec8ArrayVechKj7b_E",
1103
"arrayvec::ArrayVec<u8, 123>"
1104
);
1105
+ }
1106
+
1107
+ #[test]
1108
+ fn demangle_min_const_generics() {
1109
t_nohash!(
1110
"_RMCs4fqI2P2rA04_13const_genericINtB0_8UnsignedKhb_E",
1111
"<const_generic::Unsigned<11>>"
0 commit comments