]> git.lizzy.rs Git - rust.git/commit
Remove in_band_lifetimes from borrowck
authorDániel Buga <bugadani@gmail.com>
Wed, 15 Dec 2021 07:38:12 +0000 (08:38 +0100)
committerDániel Buga <bugadani@gmail.com>
Wed, 15 Dec 2021 07:39:21 +0000 (08:39 +0100)
commite837101890ef118324ebbfd8e1395bca653c8b84
treec150b5289be6d4d28dd6d2af06044d0b26bdfa16
parent195e931b02b69bbce1bcf4632f4e2d5603ef006b
Remove in_band_lifetimes from borrowck
15 files changed:
compiler/rustc_borrowck/src/borrow_set.rs
compiler/rustc_borrowck/src/diagnostics/bound_region_errors.rs
compiler/rustc_borrowck/src/diagnostics/conflict_errors.rs
compiler/rustc_borrowck/src/diagnostics/mod.rs
compiler/rustc_borrowck/src/diagnostics/mutability_errors.rs
compiler/rustc_borrowck/src/lib.rs
compiler/rustc_borrowck/src/member_constraints.rs
compiler/rustc_borrowck/src/path_utils.rs
compiler/rustc_borrowck/src/type_check/free_region_relations.rs
compiler/rustc_borrowck/src/type_check/liveness/local_use_map.rs
compiler/rustc_borrowck/src/type_check/liveness/mod.rs
compiler/rustc_borrowck/src/type_check/liveness/polonius.rs
compiler/rustc_borrowck/src/type_check/liveness/trace.rs
compiler/rustc_borrowck/src/type_check/mod.rs
compiler/rustc_borrowck/src/type_check/relate_tys.rs