|
| 1 | +warning: specialization is experimental |
| 2 | + --> $DIR/soft-feature-gate-specialization.rs:21:5 |
| 3 | + | |
| 4 | +LL | default type Ty = (); |
| 5 | + | ^^^^^^^ |
| 6 | + | |
| 7 | + = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information |
| 8 | + = help: add `#![feature(specialization)]` to the crate attributes to enable |
| 9 | + = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date |
| 10 | + = warning: unstable syntax can change at any point in the future, causing a hard error! |
| 11 | + = note: for more information, see issue #65860 <https://github.com/rust-lang/rust/issues/65860> |
| 12 | + |
| 13 | +warning: specialization is experimental |
| 14 | + --> $DIR/soft-feature-gate-specialization.rs:24:5 |
| 15 | + | |
| 16 | +LL | default const CT: () = (); |
| 17 | + | ^^^^^^^ |
| 18 | + | |
| 19 | + = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information |
| 20 | + = help: add `#![feature(specialization)]` to the crate attributes to enable |
| 21 | + = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date |
| 22 | + = warning: unstable syntax can change at any point in the future, causing a hard error! |
| 23 | + = note: for more information, see issue #65860 <https://github.com/rust-lang/rust/issues/65860> |
| 24 | + |
| 25 | +warning: specialization is experimental |
| 26 | + --> $DIR/soft-feature-gate-specialization.rs:40:1 |
| 27 | + | |
| 28 | +LL | default impl Trait for () {} |
| 29 | + | ^^^^^^^ |
| 30 | + | |
| 31 | + = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information |
| 32 | + = help: add `#![feature(specialization)]` to the crate attributes to enable |
| 33 | + = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date |
| 34 | + = warning: unstable syntax can change at any point in the future, causing a hard error! |
| 35 | + = note: for more information, see issue #65860 <https://github.com/rust-lang/rust/issues/65860> |
| 36 | + |
| 37 | +warning: specialization is experimental |
| 38 | + --> $DIR/soft-feature-gate-specialization.rs:27:5 |
| 39 | + | |
| 40 | +LL | default fn fn_(); |
| 41 | + | ^^^^^^^ |
| 42 | + | |
| 43 | + = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information |
| 44 | + = help: add `#![feature(specialization)]` to the crate attributes to enable |
| 45 | + = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date |
| 46 | + = warning: unstable syntax can change at any point in the future, causing a hard error! |
| 47 | + = note: for more information, see issue #65860 <https://github.com/rust-lang/rust/issues/65860> |
| 48 | + |
| 49 | +warning: specialization is experimental |
| 50 | + --> $DIR/soft-feature-gate-specialization.rs:35:1 |
| 51 | + | |
| 52 | +LL | default fn fn_() {} |
| 53 | + | ^^^^^^^ |
| 54 | + | |
| 55 | + = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information |
| 56 | + = help: add `#![feature(specialization)]` to the crate attributes to enable |
| 57 | + = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date |
| 58 | + = warning: unstable syntax can change at any point in the future, causing a hard error! |
| 59 | + = note: for more information, see issue #65860 <https://github.com/rust-lang/rust/issues/65860> |
| 60 | + |
| 61 | +warning: 5 warnings emitted |
| 62 | + |
0 commit comments