blob: e16eae88b01d2c60ff61426c9774fd70170f5ad0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
error[E0658]: use of unstable library feature 'unstable_test_feature'
--> $DIR/issue-28075.rs:9:22
|
LL | use lint_stability::{unstable, deprecated};
| ^^^^^^^^
|
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0658`.
|