blob: de796006124485265ac38569944523a440b59161 [file]
warning: specialization is experimental
--> $DIR/soft-feature-gate-specialization.rs:21:5
|
LL | default type Ty = ();
| ^^^^^^^
|
= note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
= help: add `#![feature(specialization)]` to the crate attributes to enable
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
= warning: unstable syntax can change at any point in the future, causing a hard error!
= note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
warning: specialization is experimental
--> $DIR/soft-feature-gate-specialization.rs:24:5
|
LL | default const CT: () = ();
| ^^^^^^^
|
= note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
= help: add `#![feature(specialization)]` to the crate attributes to enable
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
= warning: unstable syntax can change at any point in the future, causing a hard error!
= note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
warning: specialization is experimental
--> $DIR/soft-feature-gate-specialization.rs:40:1
|
LL | default impl Trait for () {}
| ^^^^^^^
|
= note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
= help: add `#![feature(specialization)]` to the crate attributes to enable
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
= warning: unstable syntax can change at any point in the future, causing a hard error!
= note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
warning: specialization is experimental
--> $DIR/soft-feature-gate-specialization.rs:27:5
|
LL | default fn fn_();
| ^^^^^^^
|
= note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
= help: add `#![feature(specialization)]` to the crate attributes to enable
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
= warning: unstable syntax can change at any point in the future, causing a hard error!
= note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
warning: specialization is experimental
--> $DIR/soft-feature-gate-specialization.rs:35:1
|
LL | default fn fn_() {}
| ^^^^^^^
|
= note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
= help: add `#![feature(specialization)]` to the crate attributes to enable
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
= warning: unstable syntax can change at any point in the future, causing a hard error!
= note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045>
warning: 5 warnings emitted