rust/compiler/rustc_ast_lowering/src
bors 9adfd9db78 Auto merge of #85102 - estebank:point-at-assignment, r=oli-obk
Diagnostic tweaks

* On type mismatch caused by assignment, point at the source of the expectation
* Hide redundant errors
* Suggest `while let` when `let` is missing in some cases
2021-11-26 03:57:55 +00:00
..
asm.rs Add support for specifying multiple clobber_abi in asm! 2021-11-10 01:06:03 -05:00
block.rs Do not preallocate item HirIds. 2021-09-18 13:14:29 +02:00
expr.rs On type mismatch caused by assignment, point at assignee 2021-11-25 18:04:33 +00:00
index.rs Use SortedMap in HIR. 2021-10-21 23:08:57 +02:00
item.rs Do not visit attributes in ItemLowerer. 2021-11-23 22:06:22 +01:00
lib.rs Rollup merge of #90990 - nnethercote:arenas-cleanup, r=oli-obk 2021-11-19 13:06:38 +09:00
pat.rs ast_lowering: Introduce lower_span for catching all spans entering HIR 2021-08-29 10:49:40 +03:00
path.rs Do not store visibility in *ItemRef. 2021-09-20 00:29:53 +02:00