Add ignore pretty.

This commit is contained in:
Niko Matsakis 2014-12-30 11:19:51 -05:00
parent 23eec0c955
commit 90252b8ddb

View file

@ -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]