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 7095a3b commit 636439cCopy full SHA for 636439c
tests/compiletest.rs
@@ -122,7 +122,7 @@ fn test_runner(_tests: &[&()]) {
122
std::env::set_var("MIRI_ENV_VAR_TEST", "0");
123
124
run_pass_miri(false);
125
- // FIXME: hashmap ICEs with optimizations run_pass_miri(true);
+ run_pass_miri(true);
126
127
compile_fail_miri(false);
128
compile_fail_miri(true);
0 commit comments