]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/issue-19081.rs
Rollup merge of #45171 - rust-lang:petrochenkov-patch-2, r=steveklabnik
[rust.git] / src / test / run-pass / issue-19081.rs
index 57724ba91b02f317e9a3e05ef067d7596f4143be..8e2fa2b619715994fd285521669cfca1fcd6547a 100644 (file)
@@ -8,10 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// ignore-pretty -- FIXME(#17362) pretty prints as `Hash<<Self as Hasher...` which fails to parse
-
-#![feature(associated_types)]
-
 pub trait Hasher {
     type State;