summary refs log tree commit diff
path: root/src/test/ui/impl-trait/bound-normalization-fail.rs
AgeCommit message (Collapse)AuthorLines
2019-08-20Remove async_await gates from tests.Mazdak Farrokhzad-1/+0
2019-08-16Remove meaningless comments in src/testsd234678-2/+0
2019-08-12typeck: Prohibit RPIT types that inherit lifetimesDavid Wood-1/+3
This commit prohibits return position `impl Trait` types that "inherit lifetimes" from the parent scope. The intent is to forbid cases that are challenging until they can be addressed properly.
2019-08-02Update syntax in existing testsvarkor-1/+0
2019-07-03Normalize projections in opaque typesJonas Schievink-0/+53