]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/object-method-numbering.rs
Rollup merge of #45171 - rust-lang:petrochenkov-patch-2, r=steveklabnik
[rust.git] / src / test / run-pass / object-method-numbering.rs
index 8b8c56aee83911c45a8e3091ff7147ec399cf7d9..82d34fa9ae48bd85db11e6bc59bc523d0d1950d1 100644 (file)
@@ -11,7 +11,6 @@
 // Test for using an object with an associated type binding as the
 // instantiation for a generic type with a bound.
 
-// pretty-expanded FIXME #23616
 
 trait SomeTrait {
     type SomeType;