]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/borrowck/borrowck-binding-mutbl.rs
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / test / run-pass / borrowck / borrowck-binding-mutbl.rs
index 10e9a1b51e2d1f8a6a79144de873483305cfca8a..187063968f7f994e33432661423cc522d69819e7 100644 (file)
@@ -8,9 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-
-// pretty-expanded FIXME #23616
-
 struct F { f: Vec<isize> }
 
 fn impure(_v: &[isize]) {