mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
update for latest nightly
This commit is contained in:
parent
3c0a6d6922
commit
e60f11f52c
@ -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.
|
||||||
|
|
||||||
#![feature(associated_consts)]
|
|
||||||
|
|
||||||
trait Foo {
|
trait Foo {
|
||||||
const ID: i32;
|
const ID: i32;
|
||||||
}
|
}
|
||||||
|
@ -10,8 +10,6 @@
|
|||||||
|
|
||||||
#![allow(unused_variables)]
|
#![allow(unused_variables)]
|
||||||
|
|
||||||
#![feature(associated_consts)]
|
|
||||||
|
|
||||||
#[derive(Clone, Copy, Debug)]
|
#[derive(Clone, Copy, Debug)]
|
||||||
struct Bar;
|
struct Bar;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user