]> git.lizzy.rs Git - rust.git/blobdiff - src/test/mir-opt/remove_fake_borrows.rs
Render const pointers in MIR more compactly
[rust.git] / src / test / mir-opt / remove_fake_borrows.rs
index 71beaa736639ddfa8151b6b953a779f3dfc2d129..965897ad541e78f362328754b06da3d47e0c6c4d 100644 (file)
@@ -1,6 +1,6 @@
 // Test that the fake borrows for matches are removed after borrow checking.
 
-// ignore-emscripten compiled with panic=abort by default
+// ignore-wasm32-bare compiled with panic=abort by default
 
 fn match_guard(x: Option<&&i32>, c: bool) -> i32 {
     match x {