]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/objects-coerce-freeze-borrored.rs
Imported Upstream version 1.0.0~beta.3
[rustc.git] / src / test / run-pass / objects-coerce-freeze-borrored.rs
index 686924a31400a1fd80e647e4d151e07cbfc6995e..f907b5723f41b6dbeb0ee6b6fdbd51ade9f9a68b 100644 (file)
@@ -10,7 +10,6 @@
 
 // Test that we can coerce an `@Object` to an `&Object`
 
-// pretty-expanded FIXME #23616
 
 trait Foo {
     fn foo(&self) -> usize;