]> git.proxmox.com Git - rustc.git/blobdiff - tests/ui/issues/issue-19086.stderr
New upstream version 1.70.0+dfsg1
[rustc.git] / tests / ui / issues / issue-19086.stderr
index a3c06a72511151dfb333aab2648ba9b69332d633..90d0bb406554350793bc7537752184952bd29eab 100644 (file)
@@ -5,7 +5,7 @@ LL |     FooB { x: i32, y: i32 }
    |     ----------------------- `FooB` defined here
 ...
 LL |         FooB(a, b) => println!("{} {}", a, b),
-   |         ^^^^^^^^^^ help: use struct pattern syntax instead: `FooB { x, y }`
+   |         ^^^^^^^^^^ help: use struct pattern syntax instead: `FooB { x: a, y: b }`
 
 error: aborting due to previous error