]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issue-53251.stderr
Auto merge of #54720 - davidtwco:issue-51191, r=nikomatsakis
[rust.git] / src / test / ui / issue-53251.stderr
index f12afa4a79208a077b041f0a5b8a39091da0040e..51ea745bedb57c1e6f7c7bcfd36dca1078f30a95 100644 (file)
@@ -1,4 +1,4 @@
-error[E0087]: wrong number of type arguments: expected 0, found 1
+error[E0107]: wrong number of type arguments: expected 0, found 1
   --> $DIR/issue-53251.rs:21:24
    |
 LL |                 S::f::<i64>();
@@ -9,4 +9,4 @@ LL | impl_add!(a b);
 
 error: aborting due to previous error
 
-For more information about this error, try `rustc --explain E0087`.
+For more information about this error, try `rustc --explain E0107`.