]> git.proxmox.com Git - rustc.git/blobdiff - tests/mir-opt/unreachable.rs
Update upstream source from tag 'upstream/1.70.0+dfsg1'
[rustc.git] / tests / mir-opt / unreachable.rs
index 6098b525b5597efe5215296a4db73e54255069b6..97093729dd137b2d9b0d1fb8aeaa14f4ead6fa01 100644 (file)
@@ -1,3 +1,4 @@
+// ignore-wasm32 compiled with panic=abort by default
 enum Empty {}
 
 fn empty() -> Option<Empty> {