]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/func-arg-incomplete-pattern.rs
Rollup merge of #45171 - rust-lang:petrochenkov-patch-2, r=steveklabnik
[rust.git] / src / test / run-pass / func-arg-incomplete-pattern.rs
index 28337237085236c6728a57398b86fef4fbdf1d7a..6030da44e4ade6982dc4c3238ea3e91c5408b7f1 100644 (file)
@@ -11,7 +11,6 @@
 // Test that we do not leak when the arg pattern must drop part of the
 // argument (in this case, the `y` field).
 
-// pretty-expanded FIXME #23616
 
 #![allow(unknown_features)]
 #![feature(box_syntax)]