]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-33293.stderr
Auto merge of #57108 - Mark-Simulacrum:license-remove, r=pietroalbini
[rust.git] / src / test / ui / issues / issue-33293.stderr
index e94979b6da4d5917b91636c8ddc1f3681ff42039..6b7333f22fe1c860b7fa2c04fc063ffab36b9009 100644 (file)
@@ -1,8 +1,8 @@
-error[E0433]: failed to resolve. Use of undeclared type or module `aaa`
-  --> $DIR/issue-33293.rs:13:9
+error[E0433]: failed to resolve: use of undeclared type or module `aaa`
+  --> $DIR/issue-33293.rs:3:9
    |
 LL |         aaa::bbb(_) => ()
-   |         ^^^ Use of undeclared type or module `aaa`
+   |         ^^^ use of undeclared type or module `aaa`
 
 error: aborting due to previous error