]> 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 3c91577362a7d4a27657ff5ebb20a72fa4990478..cf4b82721112c5baa69c88e6178532861531fd96 100644 (file)
@@ -13,6 +13,7 @@
 // where clauses in the environment which in turn required normalizing
 // `Self::Input`.
 
+
 pub trait Parser {
     type Input;