1
Fork 0
rust/compiler/rustc_mir/src/borrow_check
bors 0cc64a34e9 Auto merge of #82935 - henryboisdequin:diagnostic-cleanups, r=estebank
Diagnostic cleanups

Follow up to #81503
Helps with #82916 (don't show note if `span` is `DUMMY_SP`)
2021-03-12 09:05:38 +00:00
..
constraints
diagnostics Don't show note if span is DUMMY_SP 2021-03-12 06:18:33 +05:30
region_infer Rename NLL* to Nll* accordingly to C-CASE 2021-01-28 16:18:25 +09:00
type_check Clean up todos 2021-03-09 19:31:31 +00:00
borrow_set.rs Use Option::map_or instead of .map(..).unwrap_or(..) 2021-01-14 19:23:59 +01:00
constraint_generation.rs
def_use.rs Remove unused PlaceContext::NonUse(NonUseContext::Coverage) 2020-09-09 17:02:19 +02:00
facts.rs
invalidation.rs Replace todos with impls 2021-03-09 16:54:14 +00:00
location.rs
member_constraints.rs fix typo in docs and comments 2020-09-21 12:14:28 +09:00
mod.rs Clean up todos 2021-03-09 19:31:31 +00:00
nll.rs Fix incorrect use mut diagnostics 2021-01-29 15:37:44 -05:00
path_utils.rs Fix incorrect use mut diagnostics 2021-01-29 15:37:44 -05:00
place_ext.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
places_conflict.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
prefixes.rs PlaceRef::ty: use method call syntax 2021-01-16 11:38:14 +01:00
renumber.rs Rename NLL* to Nll* accordingly to C-CASE 2021-01-28 16:18:25 +09:00
universal_regions.rs Rename NLL* to Nll* accordingly to C-CASE 2021-01-28 16:18:25 +09:00
used_muts.rs