From 90252b8ddb439a538765ef85532f4caa029b5e8e Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Tue, 30 Dec 2014 11:19:51 -0500 Subject: [PATCH] Add ignore pretty. --- .../run-pass/associated-types-where-clause-impl-ambiguity.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/run-pass/associated-types-where-clause-impl-ambiguity.rs b/src/test/run-pass/associated-types-where-clause-impl-ambiguity.rs index 12018b194ba..062d37556ec 100644 --- a/src/test/run-pass/associated-types-where-clause-impl-ambiguity.rs +++ b/src/test/run-pass/associated-types-where-clause-impl-ambiguity.rs @@ -14,6 +14,8 @@ // 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(associated_types, lang_items, unboxed_closures)] #![no_implicit_prelude]