Open
Description
$ ./x.py test --bless tests/mir-opt/
..
Building stage1 library artifacts (x86_64-unknown-linux-gnu -> i686-pc-windows-msvc)
Finished `release` profile [optimized] target(s) in 0.04s
thread 'main' panicked at src/bootstrap/src/core/build_steps/test.rs:2039:47:
no entry found for key
Bootstrap configuration (bootstrap.toml)
build.sanitizers = true
It is possible to work around the issue with following bootstrap configuration:
build.sanitizers = true
target.i686-pc-windows-msvc.sanitizers = false