rust/compiler/rustc_lint/src
bors b7463e8bdb Auto merge of #103578 - petrochenkov:nofict, r=nagisa
Unreserve braced enum variants in value namespace

With this PR braced enum variants (`enum E { V { /*...*/ } }`) no longer take a slot in value namespace, so the special case mentioned in the note in https://github.com/rust-lang/rfcs/blob/master/text/1506-adt-kinds.md#braced-structs is removed.

Report - https://github.com/rust-lang/rust/pull/103578#issuecomment-1292594900.
2022-11-22 10:17:09 +00:00
..
nonstandard_style
array_into_iter.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00
builtin.rs Split MacArgs in two. 2022-11-22 09:04:15 +11:00
context.rs drive-by: PolyExistentialPredicate 2022-11-19 04:04:27 +00:00
early.rs Unreserve braced enum variants in value namespace 2022-11-21 22:40:06 +03:00
enum_intrinsics_non_enums.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00
errors.rs Convert all #[suggestion_*] attributes to #[suggestion(style = "...")] 2022-10-26 15:04:09 +02:00
expect.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00
for_loops_over_fallibles.rs Use TraitEngine less 2022-11-02 04:11:05 +00:00
hidden_unicode_codepoints.rs Use token::Lit in ast::ExprKind::Lit. 2022-11-16 09:41:28 +11:00
internal.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00
late.rs Store a LocalDefId in hir::Variant & hir::Field. 2022-11-13 14:06:51 +00:00
let_underscore.rs Merge branch 'master' into patch-2 2022-11-15 21:16:11 +01:00
levels.rs Store a LocalDefId in hir::Variant & hir::Field. 2022-11-13 14:06:51 +00:00
lib.rs fix: lint against lint functions 2022-11-07 19:23:29 -05:00
methods.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00
non_ascii_idents.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00
non_fmt_panic.rs Stop passing the self-type as a separate argument. 2022-11-21 20:39:46 +00:00
nonstandard_style.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00
noop_method_call.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00
opaque_hidden_inferred_bound.rs Rollup merge of #104483 - oli-obk:santa-clauses-make-goals, r=compiler-errors 2022-11-17 22:33:19 +01:00
pass_by_value.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00
passes.rs Remove unused argument from check_mac_def. 2022-09-12 14:05:54 +10:00
redundant_semicolon.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00
tests.rs
traits.rs Rename some OwnerId fields. 2022-10-29 20:28:38 +11:00
types.rs Rollup merge of #104296 - compiler-errors:opaque-ty-ffi-normalization-cycle, r=lcnr 2022-11-15 10:44:10 +01:00
unused.rs Change to Ty::is_inhabited_from 2022-11-20 19:04:11 -06:00