]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/borrow-by-val-method-receiver.rs
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / test / run-pass / borrow-by-val-method-receiver.rs
index 7efda12192a78e6a5f6415de5e347cdf3fb1b9f2..052b60539314549ae126fa47964dcc179d222150 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
-
 trait Foo {
     fn foo(self);
 }