Skip to content

Commit 37bdb3b

Browse files
Update UI test
1 parent d01f131 commit 37bdb3b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/test/ui/json-short.stderr

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
{"message":"`main` function not found in crate `json_short`","code":{"code":"E0601","explanation":"No `main` function was found in a binary crate. To fix this error, add a
2-
`main` function. For example:
1+
{"message":"`main` function not found in crate `json_short`","code":{"code":"E0601","explanation":"No `main` function was found in a binary crate.
2+
3+
To fix this error, add a `main` function:
34

45
```
56
fn main() {

0 commit comments

Comments
 (0)