mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 10:18:25 +00:00
12 lines
434 B
Plaintext
12 lines
434 B
Plaintext
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
|
|
|