Skip to content

Commit 12e476d

Browse files
committed
bless ui tests
1 parent 8a1e433 commit 12e476d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/ui/rust-2018/uniform-paths/cross-crate.stderr

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
error: cannot use a built-in attribute through an import
22
--> $DIR/cross-crate.rs:7:3
33
|
4-
LL | #[built_in_attr]
4+
LL | #[built_in_attr] //~ ERROR cannot use a built-in attribute through an import
55
| ^^^^^^^^^^^^^
66
|
77
note: the built-in attribute imported here
@@ -13,7 +13,7 @@ LL | use cross_crate::*;
1313
error: cannot use a tool module through an import
1414
--> $DIR/cross-crate.rs:8:3
1515
|
16-
LL | #[tool_mod::skip]
16+
LL | #[tool_mod::skip] //~ ERROR cannot use a tool module through an import
1717
| ^^^^^^^^
1818
|
1919
note: the tool module imported here

0 commit comments

Comments
 (0)