File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/test/ui/stability-attribute Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11error[E0658]: use of unstable library feature 'unstable_test_feature'
2- --> $DIR/allow-unstable-reexport.rs:20 :9
2+ --> $DIR/allow-unstable-reexport.rs:21 :9
33 |
44LL | pub use lint_stability::unstable as unstable2;
55 | ^^^^^^^^^^^^^^^^^^^^^^^^
66 |
77 = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
88
99error[E0658]: use of unstable library feature 'unstable_test_feature'
10- --> $DIR/allow-unstable-reexport.rs:26 :5
10+ --> $DIR/allow-unstable-reexport.rs:27 :5
1111 |
1212LL | unstable();
1313 | ^^^^^^^^
1414 |
1515 = help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
1616
1717error[E0658]: use of unstable library feature 'unstable_test_feature': text
18- --> $DIR/allow-unstable-reexport.rs:27 :5
18+ --> $DIR/allow-unstable-reexport.rs:28 :5
1919 |
2020LL | unstable_text();
2121 | ^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments