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

error: aborting due to 1 previous error