]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/trait-inheritance-multiple-inheritors.rs
Imported Upstream version 1.0.0~beta.3
[rustc.git] / src / test / run-pass / trait-inheritance-multiple-inheritors.rs
index b89246269542e445084a30fe5aeb69bec86774f8..8125ce20912e5dcf4ac2937a1606cb8179df718a 100644 (file)
@@ -8,7 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// pretty-expanded FIXME #23616
 
 trait A { fn a(&self) -> isize; }
 trait B: A { fn b(&self) -> isize; }