summary refs log tree commit diff
path: root/src/test/ui/impl-trait/fallback_inference.rs
AgeCommit message (Collapse)AuthorLines
2022-05-03Rollup merge of #96516 - oli-obk:impl_trait_inference_accidental_permitted, ↵Dylan DPC-0/+7
r=jackh726 Revert diagnostic duplication and accidental stabilization fixes #96460 this is an accidental stabilization that we should put into the beta. I believe it is low-risk, because it was literally what we had before #94081 The effect on tests is massive, but mostly deduplication of diagnostics and some minor span changes.