Skip to content

Commit 4046f92

Browse files
committed
debuginfo: Ignore HashMap tests before cdb 10.0.18362.1
cdb chokes on the cast and reports "Unable to find type 'tuple<u64,u64> *' for cast."
1 parent 7cbfbd3 commit 4046f92

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/debuginfo/pretty-std-collections-hash.rs

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// CDB doesn't like how libstd.natvis casts to tuples before this version.
2+
// https://github.com/rust-lang/rust/issues/76352#issuecomment-687640746
3+
// min-cdb-version: 10.0.18362.1
4+
15
// cdb-only
26
// compile-flags:-g
37

0 commit comments

Comments
 (0)