]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/dst-deref-mut.rs
Imported Upstream version 1.0.0~beta.3
[rustc.git] / src / test / run-pass / dst-deref-mut.rs
index 3b2b7493fd0fa85a8c15c41c0df5956131348d15..b031c82a07f3dec35d9d9f147dda252ada8fc9e2 100644 (file)
@@ -10,7 +10,6 @@
 
 // Test that a custom deref with a fat pointer return type does not ICE
 
-// pretty-expanded FIXME #23616
 
 use std::ops::{Deref, DerefMut};