Rollup merge of #25503 - brson:betafix, r=cmr
This commit is contained in:
commit
b3706de65a
1 changed files with 0 additions and 2 deletions
|
|
@ -11,7 +11,6 @@
|
|||
trait MyTrait {
|
||||
const C: bool;
|
||||
//~^ associated constants are experimental
|
||||
//~| add #![feature(associated_consts)] to the crate attributes to enable
|
||||
}
|
||||
|
||||
struct Foo;
|
||||
|
|
@ -19,5 +18,4 @@ struct Foo;
|
|||
impl Foo {
|
||||
const C: bool = true;
|
||||
//~^ associated constants are experimental
|
||||
//~| add #![feature(associated_consts)] to the crate attributes to enable
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue