]> git.lizzy.rs Git - rust.git/blob - src/test/ui/stability-attribute/stability-attribute-trait-impl.stderr
Auto merge of #93718 - thomcc:used-macho, r=pnkfelix
[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:25:1
3    |
4 LL | #[unstable(feature = "h", 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: module has missing stability attribute
11   --> $DIR/stability-attribute-trait-impl.rs:1:1
12    |
13 LL | / #![feature(staged_api)]
14 LL | |
15 LL | |
16 LL | | #[stable(feature = "a", since = "1")]
17 ...  |
18 LL | |
19 LL | | fn main() {}
20    | |____________^
21
22 error: aborting due to 2 previous errors
23