rust/tests/ui/extern-flag
许杰友 Jieyou Xu (Joe) 81ff9b5770
Rollup merge of #125913 - fmease:early-lints-spruce-up-some-diags, r=Nadrieril
Spruce up the diagnostics of some early lints

Implement the various "*(note to myself) in a follow-up PR we should turn parts of this message into a subdiagnostic (help msg or even struct sugg)*" drive-by comments I left in #124417 during my review.

For context, before #124417, only a few early lints touched/decorated/customized their diagnostic because the former API made it a bit awkward. Likely because of that, things that should've been subdiagnostics were just crammed into the primary message. This PR rectifies this.
2024-06-11 09:14:34 +01:00
..
auxiliary Add an exception for windows-msvc 2024-04-18 09:52:00 -04:00
empty-extern-arg.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
empty-extern-arg.stderr Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk" 2024-06-06 10:06:28 +00:00
force-extern.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
invalid-crate-name-dashed.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
invalid-crate-name-dashed.stderr Validate crate name in CLI option --extern 2023-09-20 18:50:40 +02:00
invalid-crate-name-non-ascii.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
invalid-crate-name-non-ascii.stderr Validate crate name in CLI option --extern 2023-09-20 18:50:40 +02:00
invalid-crate-name.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
invalid-crate-name.stderr Validate crate name in CLI option --extern 2023-09-20 18:50:40 +02:00
multiple-opts.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
multiple-opts.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
no-force-extern.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
no-nounused.rs Spruce up the diagnostics of some early lints 2024-06-03 07:25:32 +02:00
no-nounused.stderr Spruce up the diagnostics of some early lints 2024-06-03 07:25:32 +02:00
noprelude-and-prelude.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
noprelude-resolves.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
noprelude.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
noprelude.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
nounused.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
public-and-private.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
public-and-private.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
redundant-force-extern.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00