]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/inconsistent-lifetime-mismatch.rs
Rollup merge of #45171 - rust-lang:petrochenkov-patch-2, r=steveklabnik
[rust.git] / src / test / run-pass / inconsistent-lifetime-mismatch.rs
index d87b59537df8f120968480a5940df427dfc4dd62..9a0d8e201c24391229b548042b71551bedf51026 100644 (file)
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// pretty-expanded FIXME #23616
+
 fn foo(_: &[&str]) {}
 
 fn bad(a: &str, b: &str) {