update for latest nightly

This commit is contained in:
Ralf Jung 2017-07-10 13:57:18 -07:00
parent 3c0a6d6922
commit e60f11f52c
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.
#![feature(associated_consts)]
trait Foo {
const ID: i32;
}

View File

@ -10,8 +10,6 @@
#![allow(unused_variables)]
#![feature(associated_consts)]
#[derive(Clone, Copy, Debug)]
struct Bar;