From 64d98f8ee037282c35007b64c2649055c56af1db Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:19:03 +0200 Subject: Merging upstream version 1.68.2+dfsg1. Signed-off-by: Daniel Baumann --- .../ui/test-attrs/inaccessible-test-modules.stderr | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 src/test/ui/test-attrs/inaccessible-test-modules.stderr (limited to 'src/test/ui/test-attrs/inaccessible-test-modules.stderr') diff --git a/src/test/ui/test-attrs/inaccessible-test-modules.stderr b/src/test/ui/test-attrs/inaccessible-test-modules.stderr deleted file mode 100644 index 0c16ecd4c..000000000 --- a/src/test/ui/test-attrs/inaccessible-test-modules.stderr +++ /dev/null @@ -1,27 +0,0 @@ -error[E0432]: unresolved import `main` - --> $DIR/inaccessible-test-modules.rs:5:5 - | -LL | use main as x; - | ----^^^^^ - | | - | no `main` in the root - | help: a similar name exists in the module: `main` - -error[E0432]: unresolved import `test` - --> $DIR/inaccessible-test-modules.rs:6:5 - | -LL | use test as y; - | ^^^^^^^^^ no `test` in the root - | -help: a similar name exists in the module - | -LL | use test as y; - | ~~~~ -help: consider importing this module instead - | -LL | use test::test; - | ~~~~~~~~~~~ - -error: aborting due to 2 previous errors - -For more information about this error, try `rustc --explain E0432`. -- cgit v1.2.3