about summary refs log tree commit diff
path: root/compiler/rustc_borrowck/src/diagnostics/opaque_suggestions.rs
AgeCommit message (Collapse)AuthorLines
2025-08-08borrowck: defer opaque type errorslcnr-243/+0
2025-03-12Move methods from `Map` to `TyCtxt`, part 4.Nicholas Nethercote-1/+1
Continuing the work from #137350. Removes the unused methods: `expect_variant`, `expect_field`, `expect_foreign_item`. Every method gains a `hir_` prefix.
2024-12-27Fix typoschloefeal-1/+1
Signed-off-by: chloefeal <188809157+chloefeal@users.noreply.github.com>
2024-11-09Dont suggest use<APIT>Michael Goulet-26/+45
2024-10-31Try to point out when edition 2024 lifetime capture rules cause borrowck issuesMichael Goulet-0/+224