mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
63 lines
3.0 KiB
Plaintext
63 lines
3.0 KiB
Plaintext
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
|
|
|