]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/dst-trait.rs
New upstream version 1.17.0+dfsg1
[rustc.git] / src / test / run-pass / dst-trait.rs
index 9d12a4a34b7d4a1c5ca7c688ba5e019b0d94b529..d8d7d9a28bfbdb5ffc8f12aa439e57b23a9903b4 100644 (file)
@@ -97,7 +97,6 @@ pub fn main() {
 
     // &*
     //
-    // FIXME (#22405): Replace `Box::new` with `box` here when/if possible.
     let f7: Box<ToBar> = Box::new(Bar1 {f :42});
     bar(&*f7);