rust/tests/ui/async-await/in-trait
Kevin Reid c48cdfe8ee Remove unnecessary lets and borrowing from Waker::noop() usage.
`Waker::noop()` now returns a `&'static Waker` reference, so it can be
passed directly to `Context` creation with no temporary lifetime issue.
2024-01-17 12:00:27 -08:00
..
auxiliary
async-associated-types.rs
async-default-fn-overridden.rs Remove unnecessary lets and borrowing from Waker::noop() usage. 2024-01-17 12:00:27 -08:00
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 Point out source of recursion 2024-01-08 20:30:24 +00:00
async-recursive-generic.stderr Make cycle error more resilient to where it starts 2024-01-08 20:30:24 +00:00
async-recursive.rs Point out source of recursion 2024-01-08 20:30:24 +00:00
async-recursive.stderr Make cycle error more resilient to where it starts 2024-01-08 20:30:24 +00:00
bad-signatures.rs
bad-signatures.stderr
coherence-constrained.rs
coherence-constrained.stderr
dont-project-to-specializable-projection.rs Remove unnecessary lets and borrowing from Waker::noop() usage. 2024-01-17 12:00:27 -08:00
dont-project-to-specializable-projection.stderr Remove unnecessary lets and borrowing from Waker::noop() usage. 2024-01-17 12:00:27 -08:00
early-bound-1.rs
early-bound-2.rs
fn-not-async-err2.rs
fn-not-async-err.rs
fn-not-async-err.stderr
generics-mismatch.rs
generics-mismatch.stderr
implied-bounds.rs
indirect-recursion-issue-112047.rs Make cycle error more resilient to where it starts 2024-01-08 20:30:24 +00:00
indirect-recursion-issue-112047.stderr Make cycle error more resilient to where it starts 2024-01-08 20:30:24 +00:00
issue-102138.rs
issue-102219.rs
issue-102310.rs
issue-104678.rs
lifetime-mismatch.rs
lifetime-mismatch.stderr
missing-feature-flag.rs
missing-feature-flag.stderr
missing-send-bound.rs
missing-send-bound.stderr
nested-rpit.rs
normalize-opaque-with-bound-vars.rs
object-safety.rs
object-safety.stderr
return-not-existing-pair.rs
return-not-existing-pair.stderr
return-not-existing-type-wrapping-rpitit.rs
return-not-existing-type-wrapping-rpitit.stderr
return-type-suggestion.rs
return-type-suggestion.stderr
send-on-async-fn-in-trait.fixed
send-on-async-fn-in-trait.rs
send-on-async-fn-in-trait.stderr
send-on-foreign-async-fn-in-trait.rs
send-on-foreign-async-fn-in-trait.stderr
unconstrained-impl-region.rs
unconstrained-impl-region.stderr
warn.rs
warn.stderr