Skip to content

Commit 9ee234e

Browse files
committed
Update test output
1 parent b61f18d commit 9ee234e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/ui/stability-attribute/allow-unstable-reexport.stderr

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
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
33
|
44
LL | pub use lint_stability::unstable as unstable2;
55
| ^^^^^^^^^^^^^^^^^^^^^^^^
66
|
77
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
88

99
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
1111
|
1212
LL | unstable();
1313
| ^^^^^^^^
1414
|
1515
= help: add `#![feature(unstable_test_feature)]` to the crate attributes to enable
1616

1717
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
1919
|
2020
LL | unstable_text();
2121
| ^^^^^^^^^^^^^

0 commit comments

Comments
 (0)