mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 09:47:22 +00:00
11 lines
400 B
Plaintext
11 lines
400 B
Plaintext
error: Item annotated with `#[unstable_feature_bound]` should not be stable
|
|
--> $DIR/unstable_feature_bound_incompatible_stability.rs:11:1
|
|
|
|
|
LL | fn bar() {}
|
|
| ^^^^^^^^^^^
|
|
|
|
|
= help: If this item is meant to be stable, do not use any functions annotated with `#[unstable_feature_bound]`. Otherwise, mark this item as unstable with `#[unstable]`
|
|
|
|
error: aborting due to 1 previous error
|
|
|