]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/issue-5741.rs
Rollup merge of #45171 - rust-lang:petrochenkov-patch-2, r=steveklabnik
[rust.git] / src / test / run-pass / issue-5741.rs
index 4282e7acf19b123844419b98c94cf3c16cbea0ec..5190bd95adadc89e368f085875ee5e61d44d4728 100644 (file)
@@ -8,7 +8,9 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#[allow(unreachable_code)];
+// pretty-expanded FIXME #23616
+
+#![allow(unreachable_code)]
 
 pub fn main() {
     return;