about summary refs log tree commit diff
path: root/tests/ui/inference/issue-80409.rs
AgeCommit message (Collapse)AuthorLines
2024-04-25Check closure args and returns are WFMichael Goulet-13/+1
2024-02-19Drive-by `DUMMY_SP` -> `Span` and fmt changesEsteban Küber-0/+1
Noticed these while doing something else. There's no practical change, but it's preferable to use `DUMMY_SP` as little as possible, particularly when we have perfectlly useful `Span`s available.
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-10/+10
2024-01-19use implied bounds compat mode in MIR borrowcklcnr-7/+12
2024-01-17Don't use compat versions of implied bounds in ImpliedOutlivesBounds queryJack Huey-1/+9
2023-04-05Add regression test for #80409Yuki Okushi-0/+36
Signed-off-by: Yuki Okushi <jtitor@2k36.org>