summaryrefslogtreecommitdiffstats
path: root/src/test/ui/rust-2018/uniform-paths/cross-crate.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/rust-2018/uniform-paths/cross-crate.stderr')
-rw-r--r--src/test/ui/rust-2018/uniform-paths/cross-crate.stderr38
1 files changed, 0 insertions, 38 deletions
diff --git a/src/test/ui/rust-2018/uniform-paths/cross-crate.stderr b/src/test/ui/rust-2018/uniform-paths/cross-crate.stderr
deleted file mode 100644
index 45f77a0c9..000000000
--- a/src/test/ui/rust-2018/uniform-paths/cross-crate.stderr
+++ /dev/null
@@ -1,38 +0,0 @@
-error: cannot use a built-in attribute through an import
- --> $DIR/cross-crate.rs:7:3
- |
-LL | #[built_in_attr]
- | ^^^^^^^^^^^^^
- |
-note: the built-in attribute imported here
- --> $DIR/cross-crate.rs:5:5
- |
-LL | use cross_crate::*;
- | ^^^^^^^^^^^^^^
-
-error: cannot use a tool module through an import
- --> $DIR/cross-crate.rs:8:3
- |
-LL | #[tool_mod::skip]
- | ^^^^^^^^
- |
-note: the tool module imported here
- --> $DIR/cross-crate.rs:5:5
- |
-LL | use cross_crate::*;
- | ^^^^^^^^^^^^^^
-
-error: cannot use a tool module through an import
- --> $DIR/cross-crate.rs:8:3
- |
-LL | #[tool_mod::skip]
- | ^^^^^^^^
- |
-note: the tool module imported here
- --> $DIR/cross-crate.rs:5:5
- |
-LL | use cross_crate::*;
- | ^^^^^^^^^^^^^^
-
-error: aborting due to 3 previous errors
-