about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/errors/precise_captures.rs
AgeCommit message (Expand)AuthorLines
2024-10-10Clarify implicit captures for RPITITMichael Goulet-0/+9
2024-09-16Introduce distinct error codes for precise capturingMichael Goulet-1/+2
2024-08-27Add `warn(unreachable_pub)` to `rustc_hir_analysis`.Nicholas Nethercote-7/+7
2024-04-20Explicitly mention `Self`Michael Goulet-0/+10
2024-04-20Flip spans for precise capturing syntax not capturing a ty/ct paramMichael Goulet-3/+3
2024-04-15Use a path instead of an ident (and stop manually resolving)Michael Goulet-0/+10
2024-04-15Some ordering and duplication checksMichael Goulet-1/+21
2024-04-15Validation and other thingsMichael Goulet-0/+33