]> git.lizzy.rs Git - rust.git/blob - src/test/ui/stability-attribute/stability-attribute-trait-impl.stderr
Auto merge of #86977 - vakaras:body_with_borrowck_facts, r=nikomatsakis
[rust.git] / src / test / ui / stability-attribute / stability-attribute-trait-impl.stderr
1 error: an `#[unstable]` annotation here has no effect
2   --> $DIR/stability-attribute-trait-impl.rs:24:1
3    |
4 LL | #[unstable(feature = "x", issue = "none")]
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: `#[deny(ineffective_unstable_trait_impl)]` on by default
8    = note: see issue #55436 <https://github.com/rust-lang/rust/issues/55436> for more information
9
10 error: aborting due to previous error
11