-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-NLLArea: Non-lexical lifetimes (NLL)Area: Non-lexical lifetimes (NLL)NLL-diagnosticsWorking towards the "diagnostic parity" goalWorking towards the "diagnostic parity" goal
Milestone
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)
Metadata
Metadata
Assignees
Labels
A-NLLArea: Non-lexical lifetimes (NLL)Area: Non-lexical lifetimes (NLL)NLL-diagnosticsWorking towards the "diagnostic parity" goalWorking towards the "diagnostic parity" goal