]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/issue-5321-immediates-with-bare-self.rs
Imported Upstream version 1.1.0+dfsg1
[rustc.git] / src / test / run-pass / issue-5321-immediates-with-bare-self.rs
index d0bc396c368bdf4b1f8aa49896bd93490ef72e84..dd00fab50203b8e94c8483d1cc3e194f1577d1e0 100644 (file)
@@ -8,7 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 //
-// ignore-lexer-test FIXME #15877
 
 trait Fooable {
     fn yes(self);