diff options
| author | varkor <github@varkor.com> | 2020-01-22 23:57:38 +0000 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2020-01-24 16:24:50 +0000 |
| commit | 24a2929ed1d3e1760bf89c878352448fb5ee2087 (patch) | |
| tree | d2c30258d1be01b757a56bca0fc76d69210185c4 /src/test/ui/error-codes | |
| parent | f4f96e294335de13bc7341c626837affdb2e4a45 (diff) | |
| download | rust-24a2929ed1d3e1760bf89c878352448fb5ee2087.tar.gz rust-24a2929ed1d3e1760bf89c878352448fb5ee2087.zip | |
Normalise notes with the/is
Diffstat (limited to 'src/test/ui/error-codes')
| -rw-r--r-- | src/test/ui/error-codes/E0001.stderr | 2 | ||||
| -rw-r--r-- | src/test/ui/error-codes/E0152.stderr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/error-codes/E0001.stderr b/src/test/ui/error-codes/E0001.stderr index 99234515182..577c49032d7 100644 --- a/src/test/ui/error-codes/E0001.stderr +++ b/src/test/ui/error-codes/E0001.stderr @@ -4,7 +4,7 @@ error: unreachable pattern LL | _ => {/* ... */} | ^ | -note: lint level defined here +note: the lint level is defined here --> $DIR/E0001.rs:1:9 | LL | #![deny(unreachable_patterns)] diff --git a/src/test/ui/error-codes/E0152.stderr b/src/test/ui/error-codes/E0152.stderr index c41a0430150..29981991ee0 100644 --- a/src/test/ui/error-codes/E0152.stderr +++ b/src/test/ui/error-codes/E0152.stderr @@ -4,7 +4,7 @@ error[E0152]: found duplicate lang item `arc` LL | struct Foo; | ^^^^^^^^^^^ | - = note: first defined in crate `alloc` (which `std` depends on) + = note: the lang item is first defined in crate `alloc` (which `std` depends on) error: aborting due to previous error |
