diff options
| author | Eric Huss <eric@huss.org> | 2018-03-13 11:22:43 -0700 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2018-03-14 12:23:29 -0700 |
| commit | 2f1b34cc15d9ce8daecfb7855957a36e6e10f2e5 (patch) | |
| tree | c8a1b683eb3572c811c667030263583eee74ab60 /src/test/ui/error-codes | |
| parent | b08e6d305f8366c8fa7e08d829bb0c6939124759 (diff) | |
| download | rust-2f1b34cc15d9ce8daecfb7855957a36e6e10f2e5.tar.gz rust-2f1b34cc15d9ce8daecfb7855957a36e6e10f2e5.zip | |
Add backticks to `main` not found errors.
Diffstat (limited to 'src/test/ui/error-codes')
| -rw-r--r-- | src/test/ui/error-codes/E0601.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/error-codes/E0601.stderr b/src/test/ui/error-codes/E0601.stderr index eff0a329902..6fe05d2dc8e 100644 --- a/src/test/ui/error-codes/E0601.stderr +++ b/src/test/ui/error-codes/E0601.stderr @@ -1,6 +1,6 @@ -error[E0601]: main function not found in crate E0601 +error[E0601]: `main` function not found in crate `E0601` | - = note: consider adding a main function to $DIR/E0601.rs + = note: consider adding a `main` function to `$DIR/E0601.rs` error: aborting due to previous error |
