diff options
| author | varkor <github@varkor.com> | 2020-01-05 00:17:46 +0000 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2020-01-05 00:17:46 +0000 |
| commit | 0c2cf07d6e37a0e957e731453916445140673002 (patch) | |
| tree | ff65b6e70dd65c754bd36ea142db7568fdf7abb5 /src/test/ui/error-codes | |
| parent | 760ce94c69ca510d44087291c311296f6d9ccdf5 (diff) | |
| download | rust-0c2cf07d6e37a0e957e731453916445140673002.tar.gz rust-0c2cf07d6e37a0e957e731453916445140673002.zip | |
Add backticks to various diagnostics
Diffstat (limited to 'src/test/ui/error-codes')
| -rw-r--r-- | src/test/ui/error-codes/E0138.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/error-codes/E0138.stderr b/src/test/ui/error-codes/E0138.stderr index 445053a4a89..2dc6976fe0e 100644 --- a/src/test/ui/error-codes/E0138.stderr +++ b/src/test/ui/error-codes/E0138.stderr @@ -2,7 +2,7 @@ error[E0138]: multiple `start` functions --> $DIR/E0138.rs:7:1 | LL | fn foo(argc: isize, argv: *const *const u8) -> isize { 0 } - | ---------------------------------------------------------- previous `start` function here + | ---------------------------------------------------------- previous `#[start]` function here ... LL | fn f(argc: isize, argv: *const *const u8) -> isize { 0 } | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ multiple `start` functions |
