rust/compiler/rustc_lint/src
bors 4f05e95452 Auto merge of #116628 - gurry:116293-dup-note.rs, r=petrochenkov
Fix duplicate note on internal feature gates with associated issues

Fixes #116293

Note sure if I should add tests because the issue occurs only for feature gates having associated issues and that set of feature gates will change unpredictably leading to an unnecessary churn in tests.
2023-10-12 07:57:51 +00:00
..
nonstandard_style
array_into_iter.rs make the reason: field mandatory for @future_incompatible lints 2023-09-22 08:59:32 +02:00
async_fn_in_trait.rs Apply suggestions from code review 2023-10-04 18:20:05 -04:00
builtin.rs Fix duplicate note on internal feature gate 2023-10-12 07:22:41 +05:30
context.rs Fix ICE by introducing an expr_or_init variant for outside bodies 2023-09-27 18:59:24 +02:00
deref_into_dyn_supertrait.rs make the reason: field mandatory for @future_incompatible lints 2023-09-22 08:59:32 +02:00
drop_forget_useless.rs
early.rs
enum_intrinsics_non_enums.rs
errors.rs
expect.rs
for_loops_over_fallibles.rs
foreign_modules.rs Remove rustc_lint_defs::lint_array 2023-09-28 23:01:25 +02:00
hidden_unicode_codepoints.rs
internal.rs
invalid_from_utf8.rs Fix ICE by introducing an expr_or_init variant for outside bodies 2023-09-27 18:59:24 +02:00
late.rs Auto merge of #115825 - cjgillot:expr-field-lint, r=compiler-errors 2023-09-14 06:29:23 +00:00
let_underscore.rs
levels.rs Auto merge of #115825 - cjgillot:expr-field-lint, r=compiler-errors 2023-09-14 06:29:23 +00:00
lib.rs rustdoc: remove rust logo from non-Rust crates 2023-10-08 20:17:53 -07:00
lints.rs Fix duplicate note on internal feature gate 2023-10-12 07:22:41 +05:30
map_unit_fn.rs
methods.rs
multiple_supertrait_upcastable.rs
non_ascii_idents.rs
non_fmt_panic.rs
nonstandard_style.rs
noop_method_call.rs Fix noop_method_call detection for new diagnostic items 2023-09-28 08:22:59 -04:00
opaque_hidden_inferred_bound.rs non_lifetime_binders: fix ICE in lint opaque-hidden-inferred-bound 2023-10-03 13:59:59 +02:00
pass_by_value.rs
passes.rs Remove rustc_lint_defs::lint_array 2023-09-28 23:01:25 +02:00
ptr_nulls.rs
redundant_semicolon.rs
reference_casting.rs Clarify invalid_reference_casting lint around interior mutable types 2023-10-04 22:06:16 +02:00
tests.rs
traits.rs
types.rs Fix span of overflow lint for negated literals 2023-10-11 04:55:55 +02:00
unused.rs Move let expression checking to parsing 2023-09-11 15:51:18 +00:00