1
Fork 0
rust/compiler/rustc_ast_lowering/src
Esteban Küber 550bcae8aa Detect struct S(ty = val);
Emit a specific error for unsupported default field value syntax in tuple structs.
2024-12-09 21:55:12 +00:00
..
asm.rs Auto merge of #133468 - lcnr:uwu4, r=BoxyUwU 2024-11-28 15:58:17 +00:00
block.rs Add duplicate lowering check 2024-10-28 14:13:36 +08:00
delegation.rs Add duplicate lowering check 2024-10-28 14:13:36 +08:00
errors.rs Detect struct S(ty = val); 2024-12-09 21:55:12 +00:00
expr.rs Introduce default_field_values feature 2024-12-09 21:55:01 +00:00
format.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
index.rs Remove hir::ArrayLen, introduce ConstArgKind::Infer 2024-11-30 21:00:31 +01:00
item.rs Detect struct S(ty = val); 2024-12-09 21:55:12 +00:00
lib.rs Rollup merge of #133779 - BoxyUwU:array_const_arg_infer_hir_id, r=compiler-errors 2024-12-03 17:27:10 +01:00
pat.rs add guard pattern AST node 2024-11-24 18:08:20 +01:00
path.rs Rollup merge of #131375 - klensy:clone_on_ref_ptr, r=cjgillot 2024-10-29 03:11:39 -07:00