rust/tests/ui/lint
Esteban Küber c73b3d20c6 Unify wording of resolve error
Remove "failed to resolve" and use the same format we use in other resolution errors "cannot find `name`".

```
error[E0433]: cannot find `nonexistent` in `existent`
  --> $DIR/custom_attr_multisegment_error.rs:5:13
   |
LL | #[existent::nonexistent]
   |             ^^^^^^^^^^^ could not find `nonexistent` in `existent`
```
2026-02-17 16:51:44 +00:00
..
auxiliary Update tests to use new proc-macro header 2024-11-27 07:18:25 -08:00
dangling-pointers-from-temporaries dangling pointer from temp cleanup 2025-12-14 11:39:43 +00:00
dead-code Do not mention -Zmacro-backtrace for std macros that are a wrapper around a compiler intrinsic 2026-01-26 17:34:31 +00:00
decorate-ice Invoke decorate when error level is beyond warning, including error 2024-03-17 14:41:37 +00:00
for-loops-over-falibles Use span before macro expansion in lint for-loops-over-falibles 2025-05-08 21:17:33 +08:00
force-warn Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
improper-ctypes lint: treat unsafe binders in improper_ctypes instead of ICE 2025-12-08 18:51:59 +05:30
internal Instantiate higher-ranked binder with erased when checking IntoIterator predicate query instability 2025-08-20 16:49:35 +00:00
keyword-idents Known-bug test for keyword_idents lint not propagating to other files 2024-10-28 16:57:08 +11:00
known-tool-in-submodule tests: use //@ ignore-auxiliary with backlinked primary test file 2025-04-17 19:45:28 +08:00
large_assignments Update uitests 2026-01-18 22:41:00 +01:00
let_underscore bless tests with new lint messages 2025-08-19 21:27:10 +02:00
must_not_suspend Treat unions as 'data types' in attr parsing diagnostics 2026-01-29 15:51:43 +00:00
non-local-defs UI tests: migrate remaining compile time error-patterns to line annotations 2025-04-13 21:48:53 +03:00
non-snake-case Suggest unit struct and constants. 2025-10-11 20:50:21 +00:00
redundant-semicolon Dont suggest remove semi inside macro expansion for redundant semi lint 2025-06-18 00:36:51 +08:00
removed-lints Add naked_functions_rustic_abi feature gate 2025-04-07 21:42:12 +02:00
rfc-2383-lint-reason Also duplicate #[expect] attribute in #[derive]-ed code 2026-02-07 14:29:40 +01:00
rfc-2457-non-ascii-idents bless tests with new lint messages 2025-08-19 21:27:10 +02:00
semicolon-in-expressions-from-macros Update uitests with new unused_attributes warnings 2025-10-18 21:17:48 +02:00
unknown-lints tests: use //@ ignore-auxiliary with backlinked primary test file 2025-04-17 19:45:28 +08:00
unnecessary-qualification fixes #121331 2024-03-14 09:54:42 +08:00
unsafe_code Update tests to use new proc-macro header 2024-11-27 07:18:25 -08:00
unused Rollup merge of #152103 - eggyal:caught-divergence-not-unused, r=cjgillot 2026-02-16 04:28:57 -05:00
use-redundant fix: Add col separator before secondary messages with no source 2025-08-26 15:15:17 -06:00
ambiguous_wide_pointer_comparisons_suggestions.fixed Downgrade ambiguous_wide_pointer_comparisons suggestions to MaybeIncorrect 2024-02-20 17:21:01 +00:00
ambiguous_wide_pointer_comparisons_suggestions.rs Downgrade ambiguous_wide_pointer_comparisons suggestions to MaybeIncorrect 2024-02-20 17:21:01 +00:00
ambiguous_wide_pointer_comparisons_suggestions.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
anonymous-reexport.rs Update anonymous-reexport UI test 2023-03-22 16:05:20 +01:00
anonymous-reexport.stderr Make early lints translatable 2024-05-21 20:16:39 +00:00
bad-lint-cap.rs compiletest: Require //~ annotations even if error-pattern is specified 2025-04-03 11:08:55 +03:00
bad-lint-cap.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
bad-lint-cap2.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
bad-lint-cap2.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
bad-lint-cap3.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
bad-lint-cap3.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
bare-trait-objects-path.rs Add missing 2015 edition directives 2025-06-03 11:45:58 +02:00
bare-trait-objects-path.stderr bless tests with new lint messages 2025-08-19 21:27:10 +02:00
break-with-label-and-unsafe-block.rs not lint break with label and unsafe block 2025-02-23 11:29:35 +08:00
clashing-extern-fn-issue-130851.rs Make clashing_extern_declarations considering generic args for ADT field 2024-09-27 16:37:43 +08:00
clashing-extern-fn-issue-130851.stderr Make clashing_extern_declarations considering generic args for ADT field 2024-09-27 16:37:43 +08:00
clashing-extern-fn-recursion.rs some fixes for clashing_extern_declarations lint 2024-09-13 11:51:17 +02:00
clashing-extern-fn-wasm.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
clashing-extern-fn.rs Handle pattern types wrapped in Option in FFI checks 2025-02-11 08:52:08 +00:00
clashing-extern-fn.stderr Hide the end of ranges in pretty printing if it's also the maximum of the type 2025-03-06 10:50:23 +00:00
cli-lint-override.forbid_warn.stderr Add test for extern without explicit ABI 2025-04-16 22:44:02 +03:00
cli-lint-override.force_warn_deny.stderr Add test for extern without explicit ABI 2025-04-16 22:44:02 +03:00
cli-lint-override.rs Add test for extern without explicit ABI 2025-04-16 22:44:02 +03:00
cli-lint-override.warn_deny.stderr Add test for extern without explicit ABI 2025-04-16 22:44:02 +03:00
cli-unknown-force-warn.rs UI tests: migrate remaining compile time error-patterns to line annotations 2025-04-13 21:48:53 +03:00
cli-unknown-force-warn.stderr Rewrite lint_expectations in a single pass. 2024-08-31 14:00:54 +00:00
command-line-lint-group-allow.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
command-line-lint-group-deny.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
command-line-lint-group-deny.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
command-line-lint-group-forbid.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
command-line-lint-group-forbid.stderr Only suggest #[allow] for --warn and --deny lint level flags 2024-08-08 13:09:58 +00:00
command-line-lint-group-warn.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
command-line-lint-group-warn.stderr Add help to allow lint for the implied by suggestion 2023-09-04 14:21:38 +02:00
command-line-register-lint-tool.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
command-line-register-unknown-lint-tool.rs compiletest: Require //~ annotations even if error-pattern is specified 2025-04-03 11:08:55 +03:00
command-line-register-unknown-lint-tool.stderr Always run tail_expr_drop_order lint on promoted MIR 2024-12-23 20:25:41 +00:00
const-item-interior-mutations-const-atomics.fixed Stabilize atomic_try_update 2026-01-27 21:15:27 +03:00
const-item-interior-mutations-const-atomics.rs Stabilize atomic_try_update 2026-01-27 21:15:27 +03:00
const-item-interior-mutations-const-atomics.stderr Stabilize atomic_try_update 2026-01-27 21:15:27 +03:00
const-item-interior-mutations-const-cell.rs stabilize lazy_get 2025-12-15 18:57:33 +08:00
const-item-interior-mutations-const-cell.stderr stabilize lazy_get 2025-12-15 18:57:33 +08:00
const-item-interior-mutations-const-deref.rs Don't lint on interior mutable const item coming from derefs 2025-12-19 23:35:13 +01:00
const-item-interior-mutations-const.fixed stabilize lazy_get 2025-12-15 18:57:33 +08:00
const-item-interior-mutations-const.rs stabilize lazy_get 2025-12-15 18:57:33 +08:00
const-item-interior-mutations-const.stderr stabilize lazy_get 2025-12-15 18:57:33 +08:00
crate_level_only_lint.rs rustc_lint: Prevent multiple 'lint ignored' lints 2023-12-28 19:46:40 +01:00
crate_level_only_lint.stderr rustc_lint: Prevent multiple 'lint ignored' lints 2023-12-28 19:46:40 +01:00
dangling-pointers-from-locals.rs dangling ptr lint cleanup 2025-11-01 15:15:05 +00:00
dangling-pointers-from-locals.stderr dangling pointer from temp cleanup 2025-12-14 11:39:43 +00:00
deny-inside-forbid-ignored.cli_forbid.stderr Expand test coverage for deny-inside-forbid interactions 2024-10-18 18:18:41 +02:00
deny-inside-forbid-ignored.cli_forbid_warnings.stderr Expand test coverage for deny-inside-forbid interactions 2024-10-18 18:18:41 +02:00
deny-inside-forbid-ignored.rs Expand test coverage for deny-inside-forbid interactions 2024-10-18 18:18:41 +02:00
deny-inside-forbid-ignored.source_only.stderr Expand test coverage for deny-inside-forbid interactions 2024-10-18 18:18:41 +02:00
deny-overflowing-literals.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
deny-overflowing-literals.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
dropping_copy_types-issue-125189-can-not-fixed.rs A small diagnostic improvement for dropping_copy_types 2024-05-24 19:31:57 +08:00
dropping_copy_types-issue-125189-can-not-fixed.stderr A small diagnostic improvement for dropping_copy_types 2024-05-24 19:31:57 +08:00
dropping_copy_types-issue-125189.fixed A small diagnostic improvement for dropping_copy_types 2024-05-24 19:31:57 +08:00
dropping_copy_types-issue-125189.rs A small diagnostic improvement for dropping_copy_types 2024-05-24 19:31:57 +08:00
dropping_copy_types-issue-125189.stderr A small diagnostic improvement for dropping_copy_types 2024-05-24 19:31:57 +08:00
dropping_copy_types-macros.fixed Fix wrong spans with external macros in the dropping_copy_types lint 2025-08-15 11:59:23 +02:00
dropping_copy_types-macros.rs Fix wrong spans with external macros in the dropping_copy_types lint 2025-08-15 11:59:23 +02:00
dropping_copy_types-macros.stderr Fix wrong spans with external macros in the dropping_copy_types lint 2025-08-15 11:59:23 +02:00
dropping_copy_types.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
dropping_copy_types.stderr Let lint_forgetting_references give the suggestion if possible 2024-05-29 17:40:34 +08:00
dropping_references-can-fixed.fixed Let lint_dropping_references give the suggestion if possible. 2024-05-29 16:53:28 +08:00
dropping_references-can-fixed.rs Let lint_dropping_references give the suggestion if possible. 2024-05-29 16:53:28 +08:00
dropping_references-can-fixed.stderr Let lint_dropping_references give the suggestion if possible. 2024-05-29 16:53:28 +08:00
dropping_references.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
dropping_references.stderr Let lint_dropping_references give the suggestion if possible. 2024-05-29 16:53:28 +08:00
empty-lint-attributes.rs Update uitests with new unused_attributes warnings 2025-10-18 21:17:48 +02:00
empty-lint-attributes.stderr Update uitests with new unused_attributes warnings 2025-10-18 21:17:48 +02:00
enable-unstable-lib-feature.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
enable-unstable-lib-feature.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
expansion-time-include.rs tests: use //@ ignore-auxiliary with backlinked primary test file 2025-04-17 19:45:28 +08:00
expansion-time.rs Make missing_fragment_specifier an unconditional error 2025-06-12 07:57:12 +00:00
expansion-time.stderr Make missing_fragment_specifier an unconditional error 2025-06-12 07:57:12 +00:00
expect-future_breakage-crash-issue-126521.rs Prevent ICE from expected future breakage 2024-06-25 22:32:46 +02:00
expect-future_breakage-crash-issue-126521.stderr Prevent ICE from expected future breakage 2024-06-25 22:32:46 +02:00
expect-unused-imports.rs Check AttrId for expectations. 2024-09-06 20:51:06 +00:00
expr-field.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
expr_attr_paren_order.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
expr_attr_paren_order.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
extern-C-fnptr-lints-slices.rs Revert #131669 due to ICEs 2024-12-09 17:31:16 +08:00
extern-C-fnptr-lints-slices.stderr Revert #131669 due to ICEs 2024-12-09 17:31:16 +08:00
fn-ptr-comparisons-134345.rs Fix trimmed_def_paths ICE in the function ptr comparison lint 2024-12-15 23:46:42 +01:00
fn-ptr-comparisons-some.rs Report the unpredictable_function_pointer_comparisons lint in macro 2025-06-12 07:33:56 +02:00
fn-ptr-comparisons-some.stderr Do not mention -Zmacro-backtrace for std macros that are a wrapper around a compiler intrinsic 2026-01-26 17:34:31 +00:00
fn-ptr-comparisons-weird.rs Report the unpredictable_function_pointer_comparisons lint in macro 2025-06-12 07:33:56 +02:00
fn-ptr-comparisons-weird.stderr Do not mention -Zmacro-backtrace for std macros that are a wrapper around a compiler intrinsic 2026-01-26 17:34:31 +00:00
fn-ptr-comparisons.fixed Report the unpredictable_function_pointer_comparisons lint in macro 2025-06-12 07:33:56 +02:00
fn-ptr-comparisons.rs Report the unpredictable_function_pointer_comparisons lint in macro 2025-06-12 07:33:56 +02:00
fn-ptr-comparisons.stderr Report the unpredictable_function_pointer_comparisons lint in macro 2025-06-12 07:33:56 +02:00
fn_must_use.rs Update uitests with new unused_attributes warnings 2025-10-18 21:17:48 +02:00
fn_must_use.stderr Treat unions as 'data types' in attr parsing diagnostics 2026-01-29 15:51:43 +00:00
for_loop_over_fallibles.rs Fix article in test 2024-05-15 13:17:11 -05:00
for_loop_over_fallibles.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
forbid-always-trumps-cli.allow-first-group.stderr extend group-forbid-always-trumps-cli test 2024-11-27 21:48:23 +01:00
forbid-always-trumps-cli.allow-first-lint.stderr extend group-forbid-always-trumps-cli test 2024-11-27 21:48:23 +01:00
forbid-always-trumps-cli.allow-first-mix1.stderr extend group-forbid-always-trumps-cli test 2024-11-27 21:48:23 +01:00
forbid-always-trumps-cli.allow-first-mix2.stderr extend group-forbid-always-trumps-cli test 2024-11-27 21:48:23 +01:00
forbid-always-trumps-cli.forbid-first-group.stderr extend group-forbid-always-trumps-cli test 2024-11-27 21:48:23 +01:00
forbid-always-trumps-cli.forbid-first-lint.stderr extend group-forbid-always-trumps-cli test 2024-11-27 21:48:23 +01:00
forbid-always-trumps-cli.forbid-first-mix1.stderr extend group-forbid-always-trumps-cli test 2024-11-27 21:48:23 +01:00
forbid-always-trumps-cli.forbid-first-mix2.stderr extend group-forbid-always-trumps-cli test 2024-11-27 21:48:23 +01:00
forbid-always-trumps-cli.rs extend group-forbid-always-trumps-cli test 2024-11-27 21:48:23 +01:00
forbid-error-capped.rs Update uitests with new unused_attributes warnings 2025-10-18 21:17:48 +02:00
forbid-error-capped.stderr Update uitests with new unused_attributes warnings 2025-10-18 21:17:48 +02:00
forbid-group-group-1.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
forbid-group-group-1.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
forbid-group-group-2.rs rustc_lint: Prevent multiple 'incompatible with previous forbid' lints 2023-12-28 19:46:40 +01:00
forbid-group-group-2.stderr show forbidden_lint_groups in future-compat reports 2024-11-27 15:27:41 +01:00
forbid-group-member.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
forbid-group-member.stderr bless tests with new lint messages 2025-08-19 21:27:10 +02:00
forbid-macro-with-deny.allow.stderr Expand test coverage for deny-inside-forbid interactions 2024-10-18 18:18:41 +02:00
forbid-macro-with-deny.rs Expand test coverage for deny-inside-forbid interactions 2024-10-18 18:18:41 +02:00
forbid-macro-with-deny.warn.stderr Expand test coverage for deny-inside-forbid interactions 2024-10-18 18:18:41 +02:00
forbid-member-group.rs rustc_lint: Prevent multiple 'incompatible with previous forbid' lints 2023-12-28 19:46:40 +01:00
forbid-member-group.stderr rustc_lint: Prevent multiple 'incompatible with previous forbid' lints 2023-12-28 19:46:40 +01:00
forgetting_copy_types-can-fixed.fixed Let lint_forgetting_copy_types give the suggestion if possible. 2024-05-29 16:53:37 +08:00
forgetting_copy_types-can-fixed.rs Let lint_forgetting_copy_types give the suggestion if possible. 2024-05-29 16:53:37 +08:00
forgetting_copy_types-can-fixed.stderr Let lint_forgetting_copy_types give the suggestion if possible. 2024-05-29 16:53:37 +08:00
forgetting_copy_types.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
forgetting_copy_types.stderr Let lint_forgetting_references give the suggestion if possible 2024-05-29 17:40:34 +08:00
forgetting_references-can-fixed.fixed Let lint_forgetting_references give the suggestion if possible 2024-05-29 17:40:34 +08:00
forgetting_references-can-fixed.rs Let lint_forgetting_references give the suggestion if possible 2024-05-29 17:40:34 +08:00
forgetting_references-can-fixed.stderr Let lint_forgetting_references give the suggestion if possible 2024-05-29 17:40:34 +08:00
forgetting_references.rs Let lint_forgetting_references give the suggestion if possible 2024-05-29 17:40:34 +08:00
forgetting_references.stderr Let lint_forgetting_references give the suggestion if possible 2024-05-29 17:40:34 +08:00
function-item-references.rs Update tests. 2025-01-07 16:04:14 +01:00
function-item-references.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
function_casts_as_integer.fixed Add more test for function_cast_as_integer lint 2025-11-10 16:38:28 +01:00
function_casts_as_integer.rs Add more test for function_cast_as_integer lint 2025-11-10 16:38:28 +01:00
function_casts_as_integer.stderr Add more test for function_cast_as_integer lint 2025-11-10 16:38:28 +01:00
future-incompat-json-test.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
future-incompat-json-test.stderr Diagnose liveness on MIR. 2025-10-11 20:50:21 +00:00
future-incompat-test.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
future-incompat-test.stderr Do not point at #[allow(_)] as the reason for compat lint triggering 2024-02-13 20:27:43 +00:00
future-incompatible-lint-group.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
future-incompatible-lint-group.stderr bless the tests 2025-12-10 15:15:56 +01:00
group-denied-lint-allowed.rs Move 100 entries from tests/ui into subdirs 2024-05-20 19:55:59 -07:00
ice-array-into-iter-lint-issue-121532.rs Unify wording of resolve error 2026-02-17 16:51:44 +00:00
ice-array-into-iter-lint-issue-121532.stderr Unify wording of resolve error 2026-02-17 16:51:44 +00:00
ice-const-prop-unions-known-panics-lint-123710.rs Prohibit const prop of unions in KnownPanicsLint 2024-04-29 08:16:26 +05:30
ice-const-prop-unions-known-panics-lint-123710.stderr Prohibit const prop of unions in KnownPanicsLint 2024-04-29 08:16:26 +05:30
ice-unions-known-panics-lint-issue-121534.rs Do not const pop unions 2024-02-26 15:22:22 +05:30
implicit_autorefs.fixed Make the dangerous_implicit_autorefs lint deny-by-default 2025-05-27 21:14:48 +02:00
implicit_autorefs.rs Make the dangerous_implicit_autorefs lint deny-by-default 2025-05-27 21:14:48 +02:00
implicit_autorefs.stderr Make the dangerous_implicit_autorefs lint deny-by-default 2025-05-27 21:14:48 +02:00
inclusive-range-pattern-syntax.fixed Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
inclusive-range-pattern-syntax.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
inclusive-range-pattern-syntax.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
inert-attr-macro.rs Regression test for attributes on macro calls 2025-08-24 14:54:15 +02:00
inert-attr-macro.stderr Regression test for attributes on macro calls 2025-08-24 14:54:15 +02:00
inline-exported.rs stabilize naked_functions 2025-04-20 11:18:38 +02:00
inline-exported.stderr stabilize naked_functions 2025-04-20 11:18:38 +02:00
inline-trait-and-foreign-items.rs Update uitests 2025-08-14 18:18:42 +02:00
inline-trait-and-foreign-items.stderr Update uitests 2025-08-14 18:18:42 +02:00
int_to_ptr-unsized.rs Disable int_to_ptr_transmutes suggestion for unsized types 2025-08-27 20:36:30 +02:00
int_to_ptr-unsized.stderr Disable int_to_ptr_transmutes suggestion for unsized types 2025-08-27 20:36:30 +02:00
int_to_ptr.fixed Add lint against integer to pointer transmutes 2025-08-24 00:03:53 +02:00
int_to_ptr.rs Add lint against integer to pointer transmutes 2025-08-24 00:03:53 +02:00
int_to_ptr.stderr Prefer verbose suggestions for integer_to_ptr_transmutes lint 2025-08-24 00:03:54 +02:00
internal_features.rs update/bless tests 2025-04-06 21:41:47 +02:00
internal_features.stderr lib features ending in '_internals?' are internal 2023-11-21 08:00:26 +01:00
invalid-nan-comparison-suggestion.fixed Add f16 and f128 to invalid_nan_comparison 2024-10-31 21:26:36 -05:00
invalid-nan-comparison-suggestion.rs Add f16 and f128 to invalid_nan_comparison 2024-10-31 21:26:36 -05:00
invalid-nan-comparison-suggestion.stderr chore: Update annotate-snippets to 0.12.10 2025-12-01 18:12:35 -07:00
invalid-nan-comparison.rs Add f16 and f128 to invalid_nan_comparison 2024-10-31 21:26:36 -05:00
invalid-nan-comparison.stderr Add f16 and f128 to invalid_nan_comparison 2024-10-31 21:26:36 -05:00
invalid_from_utf8.rs Fix false-positive in expr_or_init and in the invalid_from_utf8 lint 2025-03-11 21:56:53 +01:00
invalid_from_utf8.stderr Fix false-positive in expr_or_init and in the invalid_from_utf8 lint 2025-03-11 21:56:53 +01:00
invalid_null_args.rs fix: don't panic on volatile access to null 2025-07-18 13:41:34 -03:00
invalid_null_args.stderr fix: don't panic on volatile access to null 2025-07-18 13:41:34 -03:00
invalid_value-polymorphic.rs Fix -Zmir-enable-passes to detect unregistered enum names 2026-01-29 09:01:05 +09:00
invalid_value.rs Stabilize generic NonZero. 2024-04-22 18:48:47 +02:00
invalid_value.stderr Start using pattern types in libcore 2026-02-10 11:19:24 +00:00
issue-1866.rs tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00
issue-1866.stderr tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00
issue-14837.rs tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00
issue-17718-const-naming.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-17718-const-naming.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-19102.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-20343.rs tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00
issue-30302.rs Change bindings_with_variant_name to deny-by-default 2023-01-20 02:26:12 -05:00
issue-30302.stderr Reword the "unreachable pattern" explanations 2024-08-19 21:39:57 +02:00
issue-35075.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
issue-35075.stderr Merge E0412 into E0425 2025-12-02 18:25:13 +00:00
issue-47775-nested-macro-unnecessary-parens-arg.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-49588-non-shorthand-field-patterns-in-pattern-macro.rs Fix suppression of unused_assignment in binding of unused_variable 2026-01-23 22:20:52 +00:00
issue-49588-non-shorthand-field-patterns-in-pattern-macro.stderr Fix suppression of unused_assignment in binding of unused_variable 2026-01-23 22:20:52 +00:00
issue-54099-camel-case-underscore-types.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-57410-1.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-57410.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-63364.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-63364.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-70819-dont-override-forbid-in-same-scope.rs Allow #[deny(..)] inside #[forbid(..)] as a no-op with a warning 2024-10-18 18:18:41 +02:00
issue-70819-dont-override-forbid-in-same-scope.stderr Add warn-by-default lint for visibility on const _ declarations 2025-12-06 13:48:58 -05:00
issue-79744.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-79744.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-81218.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-83477.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-83477.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-87274-paren-parent.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
issue-87274-paren-parent.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
issue-90614-accept-allow-text-direction-codepoint-in-comment-lint.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-97094.rs Remove uses of cfg(any()/all()) 2025-12-10 23:41:19 +00:00
issue-97094.stderr Remove uses of cfg(any()/all()) 2025-12-10 23:41:19 +00:00
issue-99387.rs Implement #[define_opaque] attribute for functions. 2025-03-11 12:05:02 +00:00
issue-99387.stderr Implement #[define_opaque] attribute for functions. 2025-03-11 12:05:02 +00:00
issue-101284.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-102705.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-103317.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-103317.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-103317.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-103435-extra-parentheses.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-103435-extra-parentheses.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-103435-extra-parentheses.stderr Change how for (x in foo) {} is handled 2023-11-29 18:47:32 +00:00
issue-104392.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-104392.stderr Reword suggestion message 2024-11-16 20:03:31 +00:00
issue-104897.rs compiletest: Require //~ annotations even if error-pattern is specified 2025-04-03 11:08:55 +03:00
issue-104897.stderr compiletest: Require //~ annotations even if error-pattern is specified 2025-04-03 11:08:55 +03:00
issue-106991.rs Shorten error message for callable with wrong return type 2025-02-02 01:00:33 +00:00
issue-106991.stderr Shorten error message for callable with wrong return type 2025-02-02 01:00:33 +00:00
issue-108155.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-109152.rs Fix #109152, fix the scenario that we may can not get span of func 2023-03-15 14:07:39 +08:00
issue-109152.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
issue-109529.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-109529.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-109529.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
issue-110573.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-111359.rs Populate effective visibilities in rustc_privacy 2023-05-11 14:51:01 +03:00
issue-111359.stderr Make MissingDebugImplementation a module lint. 2023-08-04 16:09:14 +00:00
issue-112489.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-117949.noopt.stderr Enable ConstPropLint for promoteds 2024-02-17 10:44:46 +05:30
issue-117949.opt.stderr Enable ConstPropLint for promoteds 2024-02-17 10:44:46 +05:30
issue-117949.opt_with_overflow_checks.stderr Enable ConstPropLint for promoteds 2024-02-17 10:44:46 +05:30
issue-117949.rs Enable ConstPropLint for promoteds 2024-02-17 10:44:46 +05:30
issue-121070-let-range.rs Remove let_chains feature gate from even more tests 2025-04-18 15:57:29 +02:00
linker-warning-bin.rs warn on unused linker_messages warning attributes 2025-01-20 16:46:00 -05:00
linker-warning.rs warn on unused linker_messages warning attributes 2025-01-20 16:46:00 -05:00
linker-warning.stderr Use attribute name in message for "outer attr used as inner attr" errors 2025-08-25 21:31:04 +02:00
lint-attr-everywhere-early.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
lint-attr-everywhere-early.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
lint-attr-everywhere-late.rs Adjust UI tests for unit_bindings 2023-06-12 20:24:48 +08:00
lint-attr-everywhere-late.stderr Use FnSig instead of raw FnDecl for ForeignItemKind::Fn 2024-08-16 14:10:06 -04:00
lint-attr-non-item-node.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-attr-non-item-node.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
lint-cap-trait-bounds.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
lint-cap.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
lint-change-warnings.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-change-warnings.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-const-item-mutation.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
lint-const-item-mutation.stderr Improve find_self_call with reborrowed receiver 2025-01-06 03:17:04 +00:00
lint-deref-nullptr.rs Don't lint on derefs of null pointers to ZSTs 2025-11-24 21:45:28 -05:00
lint-deref-nullptr.stderr Don't lint on derefs of null pointers to ZSTs 2025-11-24 21:45:28 -05:00
lint-directives-on-use-items-issue-10534.rs Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 13:35:31 +02:00
lint-directives-on-use-items-issue-10534.stderr Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 13:35:31 +02:00
lint-double-negations-macro.rs fix: false positive double_negations when it jumps macro boundary 2025-07-17 11:24:17 +09:00
lint-double-negations-macro.stderr fix: false positive double_negations when it jumps macro boundary 2025-07-17 11:24:17 +09:00
lint-double-negations.rs implement lint double_negations 2025-01-26 12:18:33 +01:00
lint-double-negations.stderr implement lint double_negations 2025-01-26 12:18:33 +01:00
lint-enum-intrinsics-non-enums.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-enum-intrinsics-non-enums.stderr Fix remaining cases 2024-06-21 19:00:18 -04:00
lint-expr-stmt-attrs-for-early-lints.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
lint-ffi-safety-all-phantom.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
lint-forbid-attr.rs feat: show what lint was overruled 2026-02-15 15:40:13 +01:00
lint-forbid-attr.stderr rustc_lint: Prevent multiple 'incompatible with previous forbid' lints 2023-12-28 19:46:40 +01:00
lint-forbid-cmdline-1.rs feat: show what lint was overruled 2026-02-15 15:40:13 +01:00
lint-forbid-cmdline-1.stderr feat: show what lint was overruled 2026-02-15 15:40:13 +01:00
lint-forbid-cmdline-2.rs feat: show what lint was overruled 2026-02-15 15:40:13 +01:00
lint-forbid-cmdline-2.stderr feat: show what lint was overruled 2026-02-15 15:40:13 +01:00
lint-forbid-internal-unsafe.rs Make deref_nullptr deny by default instead of warn 2025-11-24 21:45:28 -05:00
lint-forbid-internal-unsafe.stderr Make deref_nullptr deny by default instead of warn 2025-11-24 21:45:28 -05:00
lint-gpu-kernel.amdgpu.stderr Add checks for gpu-kernel calling conv 2026-01-01 18:34:24 +01:00
lint-gpu-kernel.nvptx.stderr Add checks for gpu-kernel calling conv 2026-01-01 18:34:24 +01:00
lint-gpu-kernel.rs Add checks for gpu-kernel calling conv 2026-01-01 18:34:24 +01:00
lint-group-nonstandard-style.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-group-nonstandard-style.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-impl-fn.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-impl-fn.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-incoherent-auto-trait-objects.rs Turn order dependent trait objects future incompat warning into a hard error 2025-02-20 13:39:39 +00:00
lint-incoherent-auto-trait-objects.stderr Turn order dependent trait objects future incompat warning into a hard error 2025-02-20 13:39:39 +00:00
lint-invalid-atomic-ordering-bool.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
lint-invalid-atomic-ordering-bool.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-invalid-atomic-ordering-exchange-weak.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
lint-invalid-atomic-ordering-exchange-weak.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-invalid-atomic-ordering-exchange.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
lint-invalid-atomic-ordering-exchange.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-invalid-atomic-ordering-false-positive.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
lint-invalid-atomic-ordering-fence.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
lint-invalid-atomic-ordering-fence.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-invalid-atomic-ordering-int.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
lint-invalid-atomic-ordering-int.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-invalid-atomic-ordering-ptr.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
lint-invalid-atomic-ordering-ptr.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-invalid-atomic-ordering-uint.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
lint-invalid-atomic-ordering-uint.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-invalid-atomic-ordering-update.rs Stabilize atomic_try_update 2026-01-27 21:15:27 +03:00
lint-invalid-atomic-ordering-update.stderr Stabilize atomic_try_update 2026-01-27 21:15:27 +03:00
lint-level-macro-def-mod.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
lint-level-macro-def.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
lint-lowercase-static-const-pattern-rename.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
lint-lowercase-static-const-pattern.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-lowercase-static-const-pattern.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-malformed.rs Always run tail_expr_drop_order lint on promoted MIR 2024-12-23 20:25:41 +00:00
lint-malformed.stderr Add link to docs on malformed attributes 2025-08-11 16:00:49 +00:00
lint-match-arms-2.rs Consider lint check attributes on match arms in match checks 2023-05-19 19:04:15 +09:00
lint-match-arms-2.stderr Remove hir::Guard 2024-01-05 10:56:59 +00:00
lint-match-arms.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-match-arms.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
lint-misplaced-attr.rs Port crate_type to attribute parser 2026-01-22 02:34:28 +00:00
lint-misplaced-attr.stderr Port crate_type to attribute parser 2026-01-22 02:34:28 +00:00
lint-missing-copy-implementations-allow.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
lint-missing-copy-implementations.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-missing-copy-implementations.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
lint-missing-doc-crate-attr.rs Cleaned up some tests 2025-12-16 02:10:08 +09:00
lint-missing-doc-crate-attr.stderr Cleaned up some tests 2025-12-16 02:10:08 +09:00
lint-missing-doc-crate-flags.rs moved tests 2025-12-10 09:23:50 +09:00
lint-missing-doc-crate-flags.stderr Cleaned up some tests 2025-12-16 02:10:08 +09:00
lint-missing-doc-expect.rs Don't allow test revisions that conflict with built in cfgs 2024-10-23 18:05:27 +00:00
lint-missing-doc-test.rs Use doc(hidden) instead of allow(missing_docs) in the test harness 2024-09-11 12:14:35 +02:00
lint-missing-doc.rs Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 13:35:31 +02:00
lint-missing-doc.stderr Use FnSig instead of raw FnDecl for ForeignItemKind::Fn 2024-08-16 14:10:06 -04:00
lint-non-camel-case-types.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-non-camel-case-types.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-non-camel-case-variant.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
lint-non-camel-case-with-trailing-underscores.rs tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00
lint-non-uppercase-associated-const.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-non-uppercase-associated-const.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
lint-non-uppercase-statics.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-non-uppercase-statics.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-non-uppercase-trait-assoc-const.rs make non_upper_case_globals lint not report trait impls 2023-04-19 12:47:35 +12:00
lint-non-uppercase-trait-assoc-const.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
lint-non-uppercase-usages.fixed Address review comments 2025-06-22 16:45:16 +02:00
lint-non-uppercase-usages.rs Address review comments 2025-06-22 16:45:16 +02:00
lint-non-uppercase-usages.stderr bless tests with new lint messages 2025-08-19 21:27:10 +02:00
lint-nonstandard-style-unicode-1.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-nonstandard-style-unicode-1.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-nonstandard-style-unicode-3.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-nonstandard-style-unicode-3.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
lint-output-format-2.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
lint-output-format-2.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-output-format.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
lint-output-format.stderr use backticks instead of single quotes when reporting "use of unstable library feature" 2024-11-03 13:55:52 -08:00
lint-overflowing-int-136675.rs Fix unwrap error in overflowing int literal 2025-02-09 20:39:43 +08:00
lint-overflowing-int-136675.stderr Fix unwrap error in overflowing int literal 2025-02-09 20:39:43 +08:00
lint-overflowing-ops.noopt.stderr promotion: don't promote int::MIN / -1 2024-02-24 12:17:37 +01:00
lint-overflowing-ops.opt.stderr promotion: don't promote int::MIN / -1 2024-02-24 12:17:37 +01:00
lint-overflowing-ops.opt_with_overflow_checks.stderr promotion: don't promote int::MIN / -1 2024-02-24 12:17:37 +01:00
lint-overflowing-ops.rs Remove the -test suffix from normalize directives 2024-12-27 19:58:16 +11:00
lint-pre-expansion-extern-module.rs Add missing 2015 edition directives 2025-06-03 11:45:58 +02:00
lint-pre-expansion-extern-module.stderr bless the tests 2025-12-10 15:15:56 +01:00
lint-pub-unreachable-for-nested-glob.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
lint-qualification.fixed Add missing 2015 edition directives 2025-06-03 11:45:58 +02:00
lint-qualification.rs Add missing 2015 edition directives 2025-06-03 11:45:58 +02:00
lint-qualification.stderr Add missing 2015 edition directives 2025-06-03 11:45:58 +02:00
lint-range-endpoint-overflow.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-range-endpoint-overflow.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-removed-allow.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-removed-allow.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
lint-removed-cmdline-deny.rs UI tests: migrate remaining compile time error-patterns to line annotations 2025-04-13 21:48:53 +03:00
lint-removed-cmdline-deny.stderr UI tests: migrate remaining compile time error-patterns to line annotations 2025-04-13 21:48:53 +03:00
lint-removed-cmdline.rs UI tests: migrate remaining compile time error-patterns to line annotations 2025-04-13 21:48:53 +03:00
lint-removed-cmdline.stderr UI tests: migrate remaining compile time error-patterns to line annotations 2025-04-13 21:48:53 +03:00
lint-removed.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-removed.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
lint-renamed-allow.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-renamed-allow.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
lint-renamed-cmdline-deny.rs UI tests: migrate remaining compile time error-patterns to line annotations 2025-04-13 21:48:53 +03:00
lint-renamed-cmdline-deny.stderr UI tests: migrate remaining compile time error-patterns to line annotations 2025-04-13 21:48:53 +03:00
lint-renamed-cmdline.rs UI tests: migrate remaining compile time error-patterns to line annotations 2025-04-13 21:48:53 +03:00
lint-renamed-cmdline.stderr UI tests: migrate remaining compile time error-patterns to line annotations 2025-04-13 21:48:53 +03:00
lint-renamed.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-renamed.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
lint-shorthand-field.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
lint-shorthand-field.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
lint-shorthand-field.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-stability-2.rs use backticks instead of single quotes when reporting "use of unstable library feature" 2024-11-03 13:55:52 -08:00
lint-stability-2.stderr use backticks instead of single quotes when reporting "use of unstable library feature" 2024-11-03 13:55:52 -08:00
lint-stability-deprecated.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
lint-stability-deprecated.stderr privacy: Synchronize PrivateItemsInPublicInterfacesChecker and EmbargoVisitor 2026-01-29 16:34:17 +03:00
lint-stability-fields-deprecated.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
lint-stability-fields-deprecated.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-stability-fields.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
lint-stability-fields.stderr use backticks instead of single quotes when reporting "use of unstable library feature" 2024-11-03 13:55:52 -08:00
lint-stability.rs use backticks instead of single quotes when reporting "use of unstable library feature" 2024-11-03 13:55:52 -08:00
lint-stability.stderr privacy: Synchronize PrivateItemsInPublicInterfacesChecker and EmbargoVisitor 2026-01-29 16:34:17 +03:00
lint-stability2.rs compiletest: Require //~ annotations even if error-pattern is specified 2025-04-03 11:08:55 +03:00
lint-stability2.stderr compiletest: Require //~ annotations even if error-pattern is specified 2025-04-03 11:08:55 +03:00
lint-stability3.rs compiletest: Require //~ annotations even if error-pattern is specified 2025-04-03 11:08:55 +03:00
lint-stability3.stderr compiletest: Require //~ annotations even if error-pattern is specified 2025-04-03 11:08:55 +03:00
lint-strict-provenance-fuzzy-casts.rs move strict provenance lints to new feature gate, remove old feature gates 2024-10-21 15:22:17 +01:00
lint-strict-provenance-fuzzy-casts.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
lint-strict-provenance-lossy-casts.rs move strict provenance lints to new feature gate, remove old feature gates 2024-10-21 15:22:17 +01:00
lint-strict-provenance-lossy-casts.stderr Trim suggestion parts to the subset that is purely additive 2025-02-14 00:44:10 -08:00
lint-struct-necessary.rs match scrutinee need necessary parentheses for structs 2023-08-14 18:05:13 +08:00
lint-struct-necessary.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
lint-type-limits.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
lint-type-limits.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-type-limits2.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
lint-type-limits2.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
lint-type-limits3.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
lint-type-limits3.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
lint-type-overflow.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-type-overflow.stderr Fix span of overflow lint for negated literals 2023-10-11 04:55:55 +02:00
lint-type-overflow2.rs lint: Use rustc_apfloat for overflowing_literals, add f16 and f128 2026-01-26 18:25:42 -06:00
lint-type-overflow2.stderr lint: Use rustc_apfloat for overflowing_literals, add f16 and f128 2026-01-26 18:25:42 -06:00
lint-unconditional-drop-recursion.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
lint-unconditional-drop-recursion.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
lint-unconditional-recursion-tail-calls.rs Fix unconditional recursion lint wrt tail calls 2024-07-07 17:11:05 +02:00
lint-unconditional-recursion-tail-calls.stderr Fix unconditional recursion lint wrt tail calls 2024-07-07 17:11:05 +02:00
lint-unconditional-recursion.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-unconditional-recursion.stderr Improve spans for indexing expressions 2023-08-04 13:17:39 +02:00
lint-unexported-no-mangle.rs compiletest: Support matching on diagnostics without a span 2025-03-25 17:33:09 +03:00
lint-unexported-no-mangle.stderr Simplify and robustly compute suggestion span using 2025-12-04 11:01:40 +09:00
lint-unknown-feature-default.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
lint-unknown-feature.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
lint-unknown-lint-cmdline-allow.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
lint-unknown-lint-cmdline-deny.rs UI tests: migrate remaining compile time error-patterns to line annotations 2025-04-13 21:48:53 +03:00
lint-unknown-lint-cmdline-deny.stderr Rewrite lint_expectations in a single pass. 2024-08-31 14:00:54 +00:00
lint-unknown-lint-cmdline.rs UI tests: migrate remaining compile time error-patterns to line annotations 2025-04-13 21:48:53 +03:00
lint-unknown-lint-cmdline.stderr Rewrite lint_expectations in a single pass. 2024-08-31 14:00:54 +00:00
lint-unknown-lint.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-unknown-lint.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-unnecessary-import-braces.rs Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 13:35:31 +02:00
lint-unnecessary-import-braces.stderr Use non-2015 edition paths in tests that do not test for their resolution 2025-06-03 13:35:31 +02:00
lint-unnecessary-parens.fixed Detect more cases of unused_parens around types 2025-07-01 08:56:20 +02:00
lint-unnecessary-parens.rs Detect more cases of unused_parens around types 2025-07-01 08:56:20 +02:00
lint-unnecessary-parens.stderr Detect more cases of unused_parens around types 2025-07-01 08:56:20 +02:00
lint-unsafe-code.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint-unsafe-code.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lint_map_unit_fn.rs Add ui test for map_unit_fn lint in closure case 2023-02-23 13:57:13 +03:00
lint_map_unit_fn.stderr Stop using Key trait randomly 2025-07-05 18:37:11 +00:00
lint_pre_expansion_extern_module_aux.rs tests: use //@ ignore-auxiliary with backlinked primary test file 2025-04-17 19:45:28 +08:00
lints-in-foreign-macros.rs UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
lints-in-foreign-macros.stderr Filter empty lines, comments and delimiters from previous to last multiline span rendering 2024-12-12 23:36:27 +00:00
lints-on-stmt-not-overridden-130142.rs Fix lint levels not getting overridden by attrs on Stmt nodes 2024-09-14 16:12:00 +05:30
mention-lint-group-in-default-level-lint-note-issue-65464.rs mention lint group in default level lint note 2025-08-19 21:27:10 +02:00
mention-lint-group-in-default-level-lint-note-issue-65464.stderr mention lint group in default level lint note 2025-08-19 21:27:10 +02:00
missing-copy-implementations-negative-copy.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
missing-copy-implementations-non-exhaustive.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
missing-debug-implementations-lint.rs cleaned up some tests 2025-06-30 12:45:47 +05:00
missing-debug-implementations-lint.stderr cleaned up some tests 2025-06-30 12:45:47 +05:00
missing-doc-private-macro.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
missing-doc-private-macro.stderr Make MissingDoc a module lint. 2023-08-04 16:09:14 +00:00
missing-doc-unsugard-doc-attr-10853.rs comments 2025-07-25 20:38:54 +05:00
missing_copy_impl_trivial_bounds.rs Use correct param-env in MissingCopyImplementations 2024-05-22 12:46:08 -04:00
negative_literals.rs Temporarily switch ambiguous_negative_literals lint to allow 2024-07-31 19:36:47 +02:00
negative_literals.stderr Temporarily switch ambiguous_negative_literals lint to allow 2024-07-31 19:36:47 +02:00
no-mangle-generic-const-suggestion-suppressed.rs Only apply no_mangle_const_items's suggestion to plain const items 2025-12-04 11:01:10 +09:00
no-mangle-generic-const-suggestion-suppressed.stderr Only apply no_mangle_const_items's suggestion to plain const items 2025-12-04 11:01:10 +09:00
noop-method-call.rs When encountering <&T as Clone>::clone(x) because T: Clone, suggest #[derive(Clone)] 2024-02-22 18:01:20 +00:00
noop-method-call.stderr When encountering <&T as Clone>::clone(x) because T: Clone, suggest #[derive(Clone)] 2024-02-22 18:01:20 +00:00
not_found.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
not_found.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
opaque-ty-ffi-normalization-cycle.rs Implement #[define_opaque] attribute for functions. 2025-03-11 12:05:02 +00:00
opaque-ty-ffi-normalization-cycle.stderr Implement #[define_opaque] attribute for functions. 2025-03-11 12:05:02 +00:00
opaque-ty-ffi-unsafe.rs Implement #[define_opaque] attribute for functions. 2025-03-11 12:05:02 +00:00
opaque-ty-ffi-unsafe.stderr Implement #[define_opaque] attribute for functions. 2025-03-11 12:05:02 +00:00
outer-forbid.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
outer-forbid.stderr Add warn-by-default lint for visibility on const _ declarations 2025-12-06 13:48:58 -05:00
overflowing-literals-valid.rs cleaned up some tests 2025-05-31 19:49:19 +05:00
ptr_null_checks.rs Add more test for function_cast_as_integer lint 2025-11-10 16:38:28 +01:00
ptr_null_checks.stderr Add more test for function_cast_as_integer lint 2025-11-10 16:38:28 +01:00
reasons-erroneous.rs Remove the box_pointers lint. 2024-06-27 08:55:28 +10:00
reasons-erroneous.stderr Remove the box_pointers lint. 2024-06-27 08:55:28 +10:00
reasons-forbidden.rs RFC 2383: Stabilize lint_reasons 🎉 2024-06-25 17:22:22 +02:00
reasons-forbidden.stderr RFC 2383: Stabilize lint_reasons 🎉 2024-06-25 17:22:22 +02:00
reasons.rs RFC 2383: Stabilize lint_reasons 🎉 2024-06-25 17:22:22 +02:00
reasons.stderr RFC 2383: Stabilize lint_reasons 🎉 2024-06-25 17:22:22 +02:00
recommend-literal.rs Support primitives in type info reflection 2026-01-14 19:15:39 +01:00
recommend-literal.stderr Support primitives in type info reflection 2026-01-14 19:15:39 +01:00
reference_casting.rs Handle Deref expressions in invalid_reference_casting 2024-05-10 12:33:07 -04:00
reference_casting.stderr Fixed typos by changing happend to happened 2024-12-01 11:31:09 +13:00
register-tool-lint.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
register-tool-lint.stderr Add a note to duplicate diagnostics 2023-10-05 01:04:41 +00:00
renamed-lints-still-apply.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
renamed-lints-still-apply.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
rust-cold-fn-accept-improper-ctypes.rs compiler: Accept "improper" ctypes in extern "rust-cold" fn 2024-09-21 08:59:52 -07:00
rustdoc-group.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
rustdoc-group.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
rustdoc-renamed.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
rustdoc-renamed.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
special-upper-lower-cases.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
special-upper-lower-cases.stderr bless tests with new lint messages 2025-08-19 21:27:10 +02:00
static-mut-refs.e2021.stderr bless tests with new lint messages 2025-08-19 21:27:10 +02:00
static-mut-refs.e2024.stderr bless tests with new lint messages 2025-08-19 21:27:10 +02:00
static-mut-refs.rs Fix error message for static references or mutable references 2025-04-26 14:48:30 +09:00
suggestions.fixed If suggestion would leave an empty line, delete it 2024-03-01 13:48:20 +00:00
suggestions.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
suggestions.stderr Simplify and robustly compute suggestion span using 2025-12-04 11:01:40 +09:00
suspicious-double-ref-op.rs Stabilize LazyCell and LazyLock (lazy_cell) 2024-02-20 20:55:13 -07:00
suspicious-double-ref-op.stderr Stabilize LazyCell and LazyLock (lazy_cell) 2024-02-20 20:55:13 -07:00
test-allow-dead-extern-static-no-warning.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
test-inner-fn.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
test-inner-fn.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
trivial-cast-ice.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
trivial-casts-featuring-type-ascription.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
trivial-casts-featuring-type-ascription.stderr remove type ascription feature gate 2023-06-03 09:22:47 +08:00
trivial-casts.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
trivial-casts.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
trivial_casts.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
trivial_casts.stderr adjust how closure/generator types and rvalues are printed 2023-09-21 22:20:58 +02:00
type-overflow.rs fix: fix overflowing hex wrong suggestion 2025-02-28 07:25:52 +05:30
type-overflow.stderr fix: fix overflowing hex wrong suggestion 2025-02-28 07:25:52 +05:30
unaligned_references.current.stderr show packed alignment in mir_transform_unaligned_packed_ref 2025-11-07 13:57:37 -07:00
unaligned_references.next.stderr show packed alignment in mir_transform_unaligned_packed_ref 2025-11-07 13:57:37 -07:00
unaligned_references.rs show packed alignment in mir_transform_unaligned_packed_ref 2025-11-07 13:57:37 -07:00
unaligned_references_external_macro.rs show packed alignment in mir_transform_unaligned_packed_ref 2025-11-07 13:57:37 -07:00
unaligned_references_external_macro.stderr show packed alignment in mir_transform_unaligned_packed_ref 2025-11-07 13:57:37 -07:00
unaligned_references_fake_borrow.rs Ignore fake borrows for packed field check 2025-02-21 17:50:11 +00:00
unconditional_panic_98444.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
unconditional_panic_98444.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
unconditional_panic_promoted.rs Fix some typos 2024-12-24 11:35:38 +08:00
unconditional_panic_promoted.stderr Compute array length from type for unconditional panic. 2024-10-05 00:19:26 +00:00
undropped_manually_drops.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
undropped_manually_drops.stderr Uplift clippy::undropped_manually_drops to rustc 2023-06-08 11:41:34 +02:00
unit_bindings.deny_level.stderr unit_bindings: improve test coverage 2024-10-21 21:33:33 +08:00
unit_bindings.rs unit_bindings: improve test coverage 2024-10-21 21:33:33 +08:00
unknown-lints-at-crate-level.rs Move 100 entries from tests/ui into subdirs 2024-05-20 19:55:59 -07:00
unnecessary-extern-crate.rs Handle a few more simple tests 2024-05-20 11:13:10 -04:00
unnecessary-extern-crate.stderr Use cfg_attr AST placeholder AST cfg_attr_trace for diagnostics 2025-05-29 10:24:23 +00:00
unqualified_local_imports.rs replace //@ compile-flags: --edition with //@ edition 2025-04-10 09:56:37 +02:00
unqualified_local_imports.stderr add unqualified_local_imports lint 2024-09-23 11:57:28 +02:00
unreachable-async-fn.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
unreachable_pub.fixed Prefer pub(super) in unreachable_pub lint suggestion 2024-11-04 19:09:40 +01:00
unreachable_pub.rs Prefer pub(super) in unreachable_pub lint suggestion 2024-11-04 19:09:40 +01:00
unreachable_pub.stderr Prefer pub(super) in unreachable_pub lint suggestion 2024-11-04 19:09:40 +01:00
unused-borrows.rs UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
unused-borrows.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unused-braces-while-let-with-mutable-value.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
unused-parens-for-macro-call-with-brace.fixed stop check paren if has different ctx 2025-04-30 01:29:44 +08:00
unused-parens-for-macro-call-with-brace.rs stop check paren if has different ctx 2025-04-30 01:29:44 +08:00
unused-parens-for-macro-call-with-brace.stderr stop check paren if has different ctx 2025-04-30 01:29:44 +08:00
unused-parens-labeled-break-issue-143256.rs Fix false positive in unused_parens caused by break 2026-01-29 17:21:26 +08:00
unused-qualification-in-derive-expansion.rs Ignore more failing ui tests for GCC backend 2025-09-26 15:33:48 +02:00
unused-qualifications-global-paths.rs Don't trigger unused_qualifications on global paths 2024-03-15 14:59:05 +00:00
unused-results-lint-triggered-by-derive-debug-29710.rs Rehome tests/ui/issues/ tests [4/?] 2025-08-10 11:54:15 -04:00
unused-visibilities.fixed Don't warn when underscore is passed to macro 2025-12-06 13:49:00 -05:00
unused-visibilities.rs Don't warn when underscore is passed to macro 2025-12-06 13:49:00 -05:00
unused-visibilities.stderr Expand lint note 2025-12-06 13:49:00 -05:00
unused_braces.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
unused_braces.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
unused_braces.stderr Fix regression in unused_braces with macros 2023-01-15 05:08:30 +00:00
unused_braces_borrow.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
unused_braces_borrow.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
unused_braces_borrow.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unused_braces_macro.rs Unify all the always-false cfgs under the FALSE cfg 2024-04-07 01:16:45 +02:00
unused_import_warning_issue_45268.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
unused_import_warning_issue_45268.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unused_labels.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
unused_labels.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unused_parens_follow_ident.fixed Keep space if expr follows identifier when lint unused parens 2025-09-16 11:31:59 +00:00
unused_parens_follow_ident.rs Keep space if expr follows identifier when lint unused parens 2025-09-16 11:31:59 +00:00
unused_parens_follow_ident.stderr Keep space if expr follows identifier when lint unused parens 2025-09-16 11:31:59 +00:00
unused_parens_json_suggestion.fixed compiletest: Support matching on non-json lines in compiler output 2025-05-04 18:27:45 +03:00
unused_parens_json_suggestion.rs compiletest: Support matching on non-json lines in compiler output 2025-05-04 18:27:45 +03:00
unused_parens_json_suggestion.stderr compiletest: Support matching on non-json lines in compiler output 2025-05-04 18:27:45 +03:00
unused_parens_multibyte_recovery.rs compiletest: Require //~ annotations even if error-pattern is specified 2025-04-03 11:08:55 +03:00
unused_parens_multibyte_recovery.stderr compiletest: Require //~ annotations even if error-pattern is specified 2025-04-03 11:08:55 +03:00
unused_parens_remove_json_suggestion.fixed compiletest: Support matching on non-json lines in compiler output 2025-05-04 18:27:45 +03:00
unused_parens_remove_json_suggestion.rs compiletest: Support matching on non-json lines in compiler output 2025-05-04 18:27:45 +03:00
unused_parens_remove_json_suggestion.stderr compiletest: Support matching on non-json lines in compiler output 2025-05-04 18:27:45 +03:00
unused_variables-issue-82488.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
unused_variables-issue-82488.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
unused_variables-issue-82488.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
use_suggestion_json.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
use_suggestion_json.stderr Merge E0412 into E0425 2025-12-02 18:25:13 +00:00
warn-ctypes-inhibit.rs tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00
warn-path-statement.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
warn-path-statement.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
warn-unused-inline-on-fn-prototypes.rs Update uitests 2025-08-14 18:18:42 +02:00
warn-unused-inline-on-fn-prototypes.stderr sort attribute targets for more consistent error messages 2025-10-08 08:32:03 +02:00
wide_pointer_comparisons.rs Consider operator's span when computing binop expr span 2025-07-31 02:28:11 +00:00
wide_pointer_comparisons.stderr Consider operator's span when computing binop expr span 2025-07-31 02:28:11 +00:00