diff options
Diffstat (limited to 'tests/ui/stability-attribute/issue-28388-3.stderr')
-rw-r--r-- | tests/ui/stability-attribute/issue-28388-3.stderr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/ui/stability-attribute/issue-28388-3.stderr b/tests/ui/stability-attribute/issue-28388-3.stderr new file mode 100644 index 000000000..d2e46683b --- /dev/null +++ b/tests/ui/stability-attribute/issue-28388-3.stderr @@ -0,0 +1,11 @@ +error[E0658]: use of unstable library feature 'unstable_test_feature' + --> $DIR/issue-28388-3.rs:7:5 + | +LL | use lint_stability::UnstableEnum::{}; + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + | + = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable + +error: aborting due to previous error + +For more information about this error, try `rustc --explain E0658`. |