mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-02 13:57:24 +00:00
9 lines
295 B
Plaintext
9 lines
295 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 1 previous error
|
|
|