remove the issue_5723_bootstrap feature
This commit is contained in:
parent
28fc413c8f
commit
609fde8569
4 changed files with 3 additions and 9 deletions
|
|
@ -1,8 +1,5 @@
|
|||
//@ run-pass
|
||||
#![allow(dead_code)]
|
||||
#![allow(stable_features)]
|
||||
|
||||
#![feature(issue_5723_bootstrap)]
|
||||
|
||||
trait Foo {
|
||||
fn dummy(&self) { }
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
//@ run-pass
|
||||
#![allow(dead_code)]
|
||||
#![allow(unused_variables)]
|
||||
#![allow(stable_features)]
|
||||
|
||||
#![feature(issue_5723_bootstrap)]
|
||||
|
||||
trait Foo {
|
||||
fn dummy(&self) { }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue