2020-09-11 21:42:28 +02:00
|
|
|
error: an `#[unstable]` annotation here has no effect
|
2020-09-10 20:55:04 +02:00
|
|
|
--> $DIR/stability-attribute-trait-impl.rs:24:1
|
|
|
|
|
|
|
|
|
LL | #[unstable(feature = "x", issue = "none")]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2021-01-15 15:21:20 -05:00
|
|
|
= note: `#[deny(ineffective_unstable_trait_impl)]` on by default
|
2020-09-11 21:42:28 +02:00
|
|
|
= note: see issue #55436 <https://github.com/rust-lang/rust/issues/55436> for more information
|
2020-09-10 20:55:04 +02:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|