]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-43189.stderr
Unify output of "variant not found" errors
[rust.git] / src / test / ui / issues / issue-43189.stderr
index 4dae6c1cd158e49a94dd47c7df5359c67cb68ad4..3f63cb8e78fbaf5cc8935c6be1a96411260f5604 100644 (file)
@@ -1,4 +1,4 @@
-error[E0599]: no method named `a` found for type `()` in the current scope
+error[E0599]: no method named `a` found for unit type `()` in the current scope
   --> $DIR/issue-43189.rs:10:8
    |
 LL |     ().a();