File tree 1 file changed +3
-3
lines changed
src/test/ui/stability-attribute
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
error[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
3
3
|
4
4
LL | pub use lint_stability::unstable as unstable2;
5
5
| ^^^^^^^^^^^^^^^^^^^^^^^^
6
6
|
7
7
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
8
8
9
9
error[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
11
11
|
12
12
LL | unstable();
13
13
| ^^^^^^^^
14
14
|
15
15
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
16
16
17
17
error[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
19
19
|
20
20
LL | unstable_text();
21
21
| ^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments