]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/issues/issue-41549.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / issues / issue-41549.stderr
index 5e102dcbf41153b166b387e9a050cc3b5365bcd7..62307d387c822603c7bf9fbcf375590693c412d8 100644 (file)
@@ -2,10 +2,7 @@ error[E0326]: implemented const `CONST` has an incompatible type for trait
   --> $DIR/issue-41549.rs:9:18
    |
 LL |     const CONST: () = ();
-   |                  ^^ expected u32, found ()
-   |
-   = note: expected type `u32`
-              found type `()`
+   |                  ^^ expected `u32`, found `()`
 
 error: aborting due to previous error