summary refs log tree commit diff
path: root/src/test/ui/stability-attribute/stability-attribute-trait-impl.stderr
blob: 1915d03fb0aafb6bd7ca56bb0776ba0f8fca634c (plain)
1
2
3
4
5
6
7
8
9
10
11
error: an `#[unstable]` annotation here has no effect
  --> $DIR/stability-attribute-trait-impl.rs:24:1
   |
LL | #[unstable(feature = "x", issue = "none")]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[deny(rustc::ineffective_unstable_trait_impl)]` on by default
   = note: see issue #55436 <https://github.com/rust-lang/rust/issues/55436> for more information

error: aborting due to previous error