mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-26 06:35:27 +00:00
Update UI test
This commit is contained in:
parent
d01f1314b7
commit
37bdb3bb3b
@ -1,5 +1,6 @@
|
||||
{"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
|
||||
`main` function. For example:
|
||||
{"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 `main` function:
|
||||
|
||||
```
|
||||
fn main() {
|
||||
|
Loading…
Reference in New Issue
Block a user