Remove pretty-expanded from 2 tests; deriving(Ord) uses unstable intrinsic.
This commit is contained in:
parent
847a897fb3
commit
05aaad114f
@ -8,8 +8,6 @@
|
|||||||
// option. This file may not be copied, modified, or distributed
|
// option. This file may not be copied, modified, or distributed
|
||||||
// except according to those terms.
|
// except according to those terms.
|
||||||
|
|
||||||
// pretty-expanded FIXME #23616
|
|
||||||
|
|
||||||
#[derive(Eq, PartialEq, PartialOrd, Ord)]
|
#[derive(Eq, PartialEq, PartialOrd, Ord)]
|
||||||
enum Test<'a> {
|
enum Test<'a> {
|
||||||
Int(&'a isize),
|
Int(&'a isize),
|
||||||
|
@ -8,8 +8,6 @@
|
|||||||
// option. This file may not be copied, modified, or distributed
|
// option. This file may not be copied, modified, or distributed
|
||||||
// except according to those terms.
|
// except according to those terms.
|
||||||
|
|
||||||
// pretty-expanded FIXME #23616
|
|
||||||
|
|
||||||
#![feature(collections)]
|
#![feature(collections)]
|
||||||
|
|
||||||
use std::string::String;
|
use std::string::String;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user