]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/associated-types-issue-21212.rs
Rollup merge of #45171 - rust-lang:petrochenkov-patch-2, r=steveklabnik
[rust.git] / src / test / run-pass / associated-types-issue-21212.rs
index 057677a008785f11fe8ed4c25753e63f78ae6d5b..cf4b82721112c5baa69c88e6178532861531fd96 100644 (file)
@@ -13,7 +13,6 @@
 // where clauses in the environment which in turn required normalizing
 // `Self::Input`.
 
-// pretty-expanded FIXME #23616
 
 pub trait Parser {
     type Input;