rust/tests/ui/async-await/in-trait
Michael Goulet 685c77305c
Rollup merge of #106753 - compiler-errors:rpitit-not-suggestable, r=spastorino
Make sure that RPITITs are not considered suggestable

Makes no sense to suggest `where impl Future<Output = ()>: Send`, for example.
2023-01-18 18:00:28 -05:00
..
async-associated-types2.rs
async-associated-types.rs
async-example-desugared-boxed-in-trait.rs
async-example-desugared-boxed-in-trait.stderr
async-example-desugared-boxed.rs
async-example-desugared-boxed.stderr
async-example-desugared-extra.rs
async-example-desugared-in-trait.rs
async-example-desugared-manual.rs
async-example-desugared-manual.stderr
async-example-desugared.rs
async-example.rs
async-generics-and-bounds.rs
async-generics-and-bounds.stderr
async-generics.rs
async-generics.stderr
async-lifetimes-and-bounds.rs
async-lifetimes.rs
async-recursive-generic.rs
async-recursive-generic.stderr
async-recursive.rs
async-recursive.stderr
bad-signatures.rs
bad-signatures.stderr
early-bound-1.rs
early-bound-2.rs
fn-not-async-err2.rs
fn-not-async-err2.stderr
fn-not-async-err.rs
fn-not-async-err.stderr
implied-bounds.rs
issue-102138.rs
issue-102219.rs
issue-102310.rs
issue-104678.rs
lifetime-mismatch.rs
lifetime-mismatch.stderr
missing-send-bound.rs
missing-send-bound.stderr
nested-rpit.rs Revert "Make nested RPITIT inherit the parent opaque's generics." and adjust test 2023-01-12 06:07:53 +00:00
object-safety.rs
object-safety.stderr
return-type-suggestion.rs
return-type-suggestion.stderr