Skip to content

Commit 2c3d8d3

Browse files
chenyukangestebank
andauthored
Update tests/ui/parser/const-recover-semi-issue-151149.stderr
Co-authored-by: Esteban Kuber <estebank@users.noreply.github.com>
1 parent 471b929 commit 2c3d8d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ui/parser/const-recover-semi-issue-151149.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ error: expected `;`, found `}`
1313
LL | const C: u8 = u8::const_default()
1414
| ______________________________________^
1515
LL | | &C
16-
| |______- to finish parsing this const, expected this to be followed by a `;`
16+
| |______- expected this to be followed by a `;` to finish parsing the `const`
1717
LL | }
1818
| - unexpected token
1919
|

0 commit comments

Comments
 (0)