]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-5500-1.rs
Rollup merge of #62257 - RalfJung:miri-c-str, r=estebank
[rust.git] / src / test / ui / issues / issue-5500-1.rs
index 56f5ce9901e684d23fa5b01a575a74ae02d3c4b6..edbbe33c66fcc6b54366c85afed4b710b9503f7b 100644 (file)
@@ -2,7 +2,7 @@
 // is OK because the test is here to check that the compiler doesn't ICE (cf.
 // #5500).
 
-// compile-pass
+// build-pass (FIXME(62277): could be check-pass?)
 
 struct TrieMapIterator<'a> {
     node: &'a usize