1
Fork 0
rust/tests/ui/lint/unused
2025-04-10 09:56:37 +02:00
..
auxiliary
unused_parens skip unused_parens's suggestion for Paren in macro. 2024-04-10 17:56:43 +08:00
assoc-types.assoc_ty.stderr
assoc-types.rpitit.stderr
assoc-types.rs
const-local-var.rs
import_remove_line.fixed
import_remove_line.rs
import_remove_line.stderr Make early lints translatable 2024-05-21 20:16:39 +00:00
issue-30730.rs
issue-30730.stderr
issue-46576.rs
issue-46576.stderr
issue-47390-unused-variable-in-struct-pattern.rs
issue-47390-unused-variable-in-struct-pattern.stderr
issue-54180-unused-ref-field.fixed
issue-54180-unused-ref-field.rs
issue-54180-unused-ref-field.stderr
issue-54538-unused-parens-lint.fixed Adding BreakValue to UnusedDelimsCtx to make UnusedParens and UnusedBraces checking break 2024-11-14 09:08:56 +08:00
issue-54538-unused-parens-lint.rs Adding BreakValue to UnusedDelimsCtx to make UnusedParens and UnusedBraces checking break 2024-11-14 09:08:56 +08:00
issue-54538-unused-parens-lint.stderr Adding BreakValue to UnusedDelimsCtx to make UnusedParens and UnusedBraces checking break 2024-11-14 09:08:56 +08:00
issue-59896.rs Introduce REDUNDANT_IMPORTS lint 2024-07-31 00:07:42 -04:00
issue-59896.stderr Introduce REDUNDANT_IMPORTS lint 2024-07-31 00:07:42 -04:00
issue-67691-unused-field-in-or-pattern.rs
issue-67691-unused-field-in-or-pattern.stderr Trim suggestion parts to the subset that is purely additive 2025-02-14 00:44:10 -08:00
issue-70041.rs replace //@ compile-flags: --edition with //@ edition 2025-04-10 09:56:37 +02:00
issue-70041.stderr
issue-71290-unused-paren-binop.rs
issue-74883-unused-paren-baren-yield.rs Error on using yield without also using #[coroutine] on the closure 2024-04-24 08:05:29 +00:00
issue-74883-unused-paren-baren-yield.stderr
issue-81314-unused-span-ident.fixed
issue-81314-unused-span-ident.rs
issue-81314-unused-span-ident.stderr
issue-85913.rs
issue-85913.stderr
issue-88519-unused-paren.rs
issue-90807-unused-paren-error.rs
issue-90807-unused-paren-error.stderr
issue-90807-unused-paren.rs
issue-92751.rs
issue-92751.stderr
issue-96606.rs
issue-96606.stderr
issue-103320-must-use-ops.rs
issue-103320-must-use-ops.stderr
issue-104397.rs
issue-105061-array-lint.rs
issue-105061-array-lint.stderr
issue-105061-should-lint.rs
issue-105061-should-lint.stderr
issue-105061.rs
issue-105061.stderr
issue-117142-invalid-remove-parens.rs
issue-117284-arg-in-macro.rs
issue-117284-arg-in-macro.stderr
issue-119383-if-let-guard.rs
issue-119383-if-let-guard.stderr
lint-unused-extern-crate.rs
lint-unused-extern-crate.stderr
lint-unused-imports-self-single.fixed Fix autofix for self and self as … in unused_imports lint 2025-03-24 13:01:47 +01:00
lint-unused-imports-self-single.rs Fix autofix for self and self as … in unused_imports lint 2025-03-24 13:01:47 +01:00
lint-unused-imports-self-single.stderr Fix autofix for self and self as … in unused_imports lint 2025-03-24 13:01:47 +01:00
lint-unused-imports.rs Make early lints translatable 2024-05-21 20:16:39 +00:00
lint-unused-imports.stderr Make early lints translatable 2024-05-21 20:16:39 +00:00
lint-unused-mut-self.fixed
lint-unused-mut-self.rs
lint-unused-mut-self.stderr
lint-unused-mut-variables.rs Stabilize async closures 2024-12-13 00:04:56 +00:00
lint-unused-mut-variables.stderr Stabilize async closures 2024-12-13 00:04:56 +00:00
lint-unused-variables.rs Stabilize async closures 2024-12-13 00:04:56 +00:00
lint-unused-variables.stderr Stabilize async closures 2024-12-13 00:04:56 +00:00
must-use-block-expr.fixed
must-use-block-expr.rs
must-use-block-expr.stderr
must-use-box-from-raw.rs
must-use-box-from-raw.stderr
must-use-foreign.rs
must-use-ops.rs tests: fix some typos in comment 2025-03-07 10:50:31 +08:00
must-use-ops.stderr
must_use-array.rs
must_use-array.stderr
must_use-in-stdlib-traits.rs
must_use-in-stdlib-traits.stderr
must_use-pin.rs
must_use-pin.stderr
must_use-trait.rs
must_use-trait.stderr
must_use-tuple.rs
must_use-tuple.stderr
must_use-unit.rs UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
must_use-unit.stderr
no-unused-parens-return-block.rs
trait-alias-supertrait.rs
unused-allocation.rs turn rustc_box into an intrinsic 2025-01-03 12:01:31 +01:00
unused-allocation.stderr turn rustc_box into an intrinsic 2025-01-03 12:01:31 +01:00
unused-associated-item.rs
unused-async.rs
unused-async.stderr
unused-attr-duplicate.rs
unused-attr-duplicate.stderr
unused-attr-macro-rules.rs
unused-attr-macro-rules.stderr
unused-closure.rs Stabilize async closures 2024-12-13 00:04:56 +00:00
unused-closure.stderr Stabilize async closures 2024-12-13 00:04:56 +00:00
unused-doc-comments-edge-cases.rs Revert "Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davidtwco" 2024-06-06 20:39:54 +00:00
unused-doc-comments-edge-cases.stderr Revert "Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davidtwco" 2024-06-06 20:39:54 +00:00
unused-doc-comments-for-macros.rs
unused-doc-comments-for-macros.stderr
unused-field-in-pat-field.rs Visit PatField when collecting lint levels 2025-03-13 00:22:30 +00:00
unused-macro-rules-compile-error.rs Remove ordinalize. 2024-05-10 16:42:09 +10:00
unused-macro-rules-compile-error.stderr Stop relying on hashmap iteration for unused macro rules arms 2024-10-20 00:12:52 -07:00
unused-macro-rules-decl.rs Remove ordinalize. 2024-05-10 16:42:09 +10:00
unused-macro-rules-decl.stderr Stop relying on hashmap iteration for unused macro rules arms 2024-10-20 00:12:52 -07:00
unused-macro-rules-malformed-rule.rs
unused-macro-rules-malformed-rule.stderr
unused-macro-rules.rs Remove ordinalize. 2024-05-10 16:42:09 +10:00
unused-macro-rules.stderr Stop relying on hashmap iteration for unused macro rules arms 2024-10-20 00:12:52 -07:00
unused-macro-with-bad-frag-spec.rs
unused-macro-with-bad-frag-spec.stderr Stabilize expr_2021 fragment in all editions 2024-10-01 07:51:58 +00:00
unused-macro-with-follow-violation.rs
unused-macro-with-follow-violation.stderr
unused-macros-decl.rs
unused-macros-decl.stderr
unused-macros-malformed-rule.rs
unused-macros-malformed-rule.stderr
unused-macros.rs
unused-macros.stderr
unused-mut-warning-captured-var.fixed
unused-mut-warning-captured-var.rs
unused-mut-warning-captured-var.stderr
unused-parens-assign-expr-in-ret-issue-131989.fixed Adding BreakValue to UnusedDelimsCtx to make UnusedParens and UnusedBraces checking break 2024-11-14 09:08:56 +08:00
unused-parens-assign-expr-in-ret-issue-131989.rs Adding BreakValue to UnusedDelimsCtx to make UnusedParens and UnusedBraces checking break 2024-11-14 09:08:56 +08:00
unused-parens-assign-expr-in-ret-issue-131989.stderr Adding BreakValue to UnusedDelimsCtx to make UnusedParens and UnusedBraces checking break 2024-11-14 09:08:56 +08:00
unused-parens-for-stmt-expr-attributes-issue-129833.fixed Make unused_parens's suggestion considering expr's attributes 2024-10-12 09:32:25 +08:00
unused-parens-for-stmt-expr-attributes-issue-129833.rs Make unused_parens's suggestion considering expr's attributes 2024-10-12 09:32:25 +08:00
unused-parens-for-stmt-expr-attributes-issue-129833.stderr Make unused_parens's suggestion considering expr's attributes 2024-10-12 09:32:25 +08:00
unused-parens-issue-106413.rs
unused-parens-issue-106413.stderr
unused-result.rs
unused-result.stderr
unused-supertrait.rs
unused-supertrait.stderr
unused_attributes-must_use.rs Lint #[must_use] attributes applied to methods in trait impls 2025-02-18 20:23:34 +01:00
unused_attributes-must_use.stderr Lint #[must_use] attributes applied to methods in trait impls 2025-02-18 20:23:34 +01:00
useless-comment.rs UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
useless-comment.stderr