summaryrefslogtreecommitdiffstats
path: root/tests/ui/span/visibility-ty-params.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/span/visibility-ty-params.stderr')
-rw-r--r--tests/ui/span/visibility-ty-params.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ui/span/visibility-ty-params.stderr b/tests/ui/span/visibility-ty-params.stderr
index 067893fd2..97d05c464 100644
--- a/tests/ui/span/visibility-ty-params.stderr
+++ b/tests/ui/span/visibility-ty-params.stderr
@@ -4,11 +4,11 @@ error: unexpected generic arguments in path
LL | m!{ S<u8> }
| ^^^^
-error[E0577]: expected module, found struct `S`
+error[E0433]: failed to resolve: `S` is a struct, not a module
--> $DIR/visibility-ty-params.rs:6:5
|
LL | m!{ S<u8> }
- | ^^^^^ not a module
+ | ^ `S` is a struct, not a module
error: unexpected generic arguments in path
--> $DIR/visibility-ty-params.rs:10:10
@@ -18,4 +18,4 @@ LL | m!{ m<> }
error: aborting due to 3 previous errors
-For more information about this error, try `rustc --explain E0577`.
+For more information about this error, try `rustc --explain E0433`.