Remove pretty-expanded from 2 tests; deriving(Ord) uses unstable intrinsic.

This commit is contained in:
Felix S. Klock II 2015-04-11 00:50:59 +02:00
parent 847a897fb3
commit 05aaad114f
2 changed files with 0 additions and 4 deletions

View File

@ -8,8 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// pretty-expanded FIXME #23616
#[derive(Eq, PartialEq, PartialOrd, Ord)]
enum Test<'a> {
Int(&'a isize),

View File

@ -8,8 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// pretty-expanded FIXME #23616
#![feature(collections)]
use std::string::String;