2022-07-20 08:52:23 -05:00
|
|
|
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")]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2022-07-20 08:52:23 -05:00
|
|
|
|