mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-02 13:57:24 +00:00
9 lines
362 B
Plaintext
9 lines
362 B
Plaintext
error: feature `const_bar` implying `const_foobar` does not exist
|
|
--> $DIR/const-stability-attribute-implies-missing.rs:10:1
|
|
|
|
|
LL | #[rustc_const_unstable(feature = "const_foobar", issue = "1", implied_by = "const_bar")]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|