about summary refs log tree commit diff
path: root/tests/ui/weird-exprs.rs
AgeCommit message (Collapse)AuthorLines
2023-10-20s/generator/coroutine/Oli Scherer-1/+1
2023-06-19Disable feature(unboxed_closures, fn_traits) in weird-exprsDavid Tolnay-5/+5
One shouldn't need a nightly compiler in order to ~~have fun~~ call a function many times.
2023-06-12Adjust UI tests for `unit_bindings`许杰友 Jieyou Xu (Joe)-3/+3
- Either explicitly annotate `let x: () = expr;` where `x` has unit type, or remove the unit binding to leave only `expr;` instead. - Fix disjoint-capture-in-same-closure test
2023-05-15Add more interesting nonsense to weird-exprs.rsAlona Enraght-Moony-0/+30
2023-01-11Move /src/test to /testsAlbert Larsan-0/+230