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."
This commit is contained in:
MaulingMonkey 2020-09-05 14:47:16 -07:00
parent 7cbfbd3ee7
commit 4046f928d1
1 changed files with 4 additions and 0 deletions

View File

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