Closed
Description
For the following tests, AST-borrowck suggests removing &mut
, while NLL fails to make such a suggestion:
- did_you_mean/issue-31424.rs / NLL output (partially fixed in NLL diagnostics: revise
fn check_access_permissions
#51275) - did_you_mean/issue-34337.rs / NLL output (fixed in NLL diagnostics: revise
fn check_access_permissions
#51275) - did_you_mean/issue-37139.rs / NLL output (fixed in NLL diagnostics: revise
fn check_access_permissions
#51275)