Remove pretty-expanded from 2 tests; deriving(Ord) uses unstable intrinsic.
This commit is contained in:
parent
847a897fb3
commit
05aaad114f
2 changed files with 0 additions and 4 deletions
|
|
@ -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),
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue