]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-13407.stderr
Rollup merge of #60492 - acrrd:issues/54054_chain, r=SimonSapin
[rust.git] / src / test / ui / issues / issue-13407.stderr
index 90b5d22a28425f5d1c1583b43f1ebba1bb831685..ddd99e6a3c9a8a68043a5106accd868b1fcdefc3 100644 (file)
@@ -8,7 +8,7 @@ error[E0308]: mismatched types
   --> $DIR/issue-13407.rs:6:12
    |
 LL |     A::C = 1;
-   |            ^ expected struct `A::C`, found integral variable
+   |            ^ expected struct `A::C`, found integer
    |
    = note: expected type `A::C`
               found type `{integer}`
@@ -21,5 +21,5 @@ LL |     A::C = 1;
 
 error: aborting due to 3 previous errors
 
-Some errors occurred: E0070, E0308, E0603.
+Some errors have detailed explanations: E0070, E0308, E0603.
 For more information about an error, try `rustc --explain E0070`.