rust/src/test/ui/lint/dead-code
bors 5371ddf8c6 Auto merge of #68080 - varkor:declared-here, r=petrochenkov
Address inconsistency in using "is" with "declared here"

"is" was generally used for NLL diagnostics, but not other diagnostics. Using "is" makes the diagnostics sound more natural and readable, so it seems sensible to commit to them throughout.

r? @Centril
2020-01-31 15:13:51 +00:00
..
alias-in-pat.rs
associated-type.rs
basic.rs
basic.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
closure-bang.rs
const-and-self.rs
empty-unused-enum.rs
empty-unused-enum.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
empty-unused-public-enum.rs
enum-variants.rs
impl-trait.rs
impl-trait.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
leading-underscore.rs
lint-dead-code-1.rs
lint-dead-code-1.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
lint-dead-code-2.rs
lint-dead-code-2.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
lint-dead-code-3.rs
lint-dead-code-3.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
lint-dead-code-4.rs Use "field is never read" instead of "field is never used" 2019-11-16 07:12:37 -05:00
lint-dead-code-4.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
lint-dead-code-5.rs
lint-dead-code-5.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
newline-span.rs
newline-span.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
tuple-struct-field.rs Use check-pass mode for lint tests 2020-01-23 00:00:00 +00:00
type-alias.rs
type-alias.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
unused-enum.rs
unused-enum.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
unused-struct-variant.rs
unused-struct-variant.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
unused-variant-pub.rs
unused-variant.rs
unused-variant.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
with-core-crate.rs
with-core-crate.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
with-impl.rs