]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/struct-literal-restrictions-in-lamda.stderr
Change syntax for TyAlias where clauses
[rust.git] / src / test / ui / parser / struct-literal-restrictions-in-lamda.stderr
index d12ea0b2fcb9a2a584ddf4a5db101b07f566a61e..b948ab2abb50870990fa355aa934d1086667c44f 100644 (file)
@@ -9,9 +9,9 @@ LL | |     }.hi() {
    |
 help: surround the struct literal with parentheses
    |
-LL |     while || (Foo {
+LL ~     while || (Foo {
 LL |         x: 3
-LL |     }).hi() {
+LL ~     }).hi() {
    |
 
 error[E0308]: mismatched types