rust/compiler/rustc_borrowck/src
Matthias Krüger 1bafe0b020
Rollup merge of #101285 - TaKO8Ki:do-not-suggest-adding-move-when-closure-is-already-marked-as-move, r=oli-obk
Do not suggest adding `move` to closure when `move` is already used

Fixes #101227
2022-09-01 21:37:21 +02:00
..
constraints Various changes to logging of borrowck-related code 2022-08-29 10:59:21 -04:00
diagnostics Rollup merge of #101285 - TaKO8Ki:do-not-suggest-adding-move-when-closure-is-already-marked-as-move, r=oli-obk 2022-09-01 21:37:21 +02:00
region_infer tracing::instrument cleanup 2022-09-01 14:54:27 +00:00
type_check Rollup merge of #101146 - jackh726:borrowck-logging, r=compiler-errors 2022-08-29 21:12:59 +02:00
borrow_set.rs
borrowck_errors.rs
constraint_generation.rs Replace Body::basic_blocks() with field access 2022-08-26 14:27:08 +02:00
consumers.rs take opaq types 2022-07-20 12:43:10 +03:00
dataflow.rs Replace Body::basic_blocks() with field access 2022-08-26 14:27:08 +02:00
def_use.rs
facts.rs Rename debugging_opts to unstable_opts 2022-07-13 17:47:06 -05:00
invalidation.rs add new rval, pull deref early 2022-07-12 14:26:41 +03:00
lib.rs Auto merge of #100812 - Nilstrieb:revert-let-chains-nightly, r=Mark-Simulacrum 2022-08-30 05:48:22 +00:00
location.rs Replace Body::basic_blocks() with field access 2022-08-26 14:27:08 +02:00
member_constraints.rs Use real opaque type instead of just saying impl Trait 2022-07-26 06:19:58 +00:00
nll.rs Use LocalDefId in OpaqueTypeKey 2022-07-19 02:08:49 +00:00
path_utils.rs
place_ext.rs
places_conflict.rs Various changes to logging of borrowck-related code 2022-08-29 10:59:21 -04:00
prefixes.rs Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank" 2022-07-20 07:55:58 +00:00
renumber.rs
session_diagnostics.rs diag-mig 2022-08-26 10:32:59 +08:00
universal_regions.rs tracing::instrument cleanup 2022-09-01 14:54:27 +00:00
used_muts.rs