We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a1e433 commit 12e476dCopy full SHA for 12e476d
src/test/ui/rust-2018/uniform-paths/cross-crate.stderr
@@ -1,7 +1,7 @@
1
error: cannot use a built-in attribute through an import
2
--> $DIR/cross-crate.rs:7:3
3
|
4
-LL | #[built_in_attr]
+LL | #[built_in_attr] //~ ERROR cannot use a built-in attribute through an import
5
| ^^^^^^^^^^^^^
6
7
note: the built-in attribute imported here
@@ -13,7 +13,7 @@ LL | use cross_crate::*;
13
error: cannot use a tool module through an import
14
--> $DIR/cross-crate.rs:8:3
15
16
-LL | #[tool_mod::skip]
+LL | #[tool_mod::skip] //~ ERROR cannot use a tool module through an import
17
| ^^^^^^^^
18
19
note: the tool module imported here
0 commit comments