rust/compiler
Matthias Krüger 6feb1fedbc
Rollup merge of #106451 - Zeegomo:merge-borrowck-access, r=estebank
Merge borrowck permission checks

Merge `check_access_permission` and `check_if_reassignment_to_immutable_state`.
The goal of this commit is twofold:
* simplify the codebase by removing duplicate logic.
* avoid duplicate reporting of illegal reassignment errors by reusing the exiting de-duplicating logic of access_place.
2023-01-04 23:39:51 +01:00
..
2023-01-02 15:51:54 +05:30
2023-01-02 20:15:48 +01:00
2023-01-04 00:51:50 +00:00
2023-01-04 00:51:50 +00:00