mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
9 lines
293 B
Plaintext
9 lines
293 B
Plaintext
error: feature `bar` implying `foobar` does not exist
|
|
--> $DIR/stability-attribute-implies-missing.rs:6:1
|
|
|
|
|
LL | #[unstable(feature = "foobar", issue = "1", implied_by = "bar")]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|