]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/associated-types-where-clause-impl-ambiguity.rs
Imported Upstream version 1.1.0+dfsg1
[rustc.git] / src / test / run-pass / associated-types-where-clause-impl-ambiguity.rs
index 4152321cab8139a1c26651f8309e4ab05666d23a..082ad53d5593dee4954760b93d2d4e3d4c850bad 100644 (file)
@@ -14,8 +14,6 @@
 // for `ByRef`. The right answer was to consider the result ambiguous
 // until more type information was available.
 
-// ignore-pretty -- FIXME(#17362) pretty prints with `<<` which lexes wrong
-
 #![feature(lang_items, unboxed_closures)]
 #![no_implicit_prelude]