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 Stabilize AFIT and RPITIT 2023-10-13 21:01:36 +00:00
async-associated-types.rs Stabilize AFIT and RPITIT 2023-10-13 21:01:36 +00:00
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 Remove incomplete features from RPITIT/AFIT tests 2023-10-24 15:27:06 +00:00
async-example-desugared-boxed-in-trait.stderr recurse into refs when comparing tys for diagnostics 2023-12-07 23:00:46 -05:00
async-example-desugared-boxed.rs Remove incomplete features from RPITIT/AFIT tests 2023-10-24 15:27:06 +00:00
async-example-desugared-boxed.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
async-example-desugared-extra.rs Remove incomplete features from RPITIT/AFIT tests 2023-10-24 15:27:06 +00:00
async-example-desugared-in-trait.rs Remove incomplete features from RPITIT/AFIT tests 2023-10-24 15:27:06 +00:00
async-example-desugared-manual.rs Remove incomplete features from RPITIT/AFIT tests 2023-10-24 15:27:06 +00:00
async-example-desugared-manual.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
async-example-desugared.rs Remove incomplete features from RPITIT/AFIT tests 2023-10-24 15:27:06 +00:00
async-example.rs Remove incomplete features from RPITIT/AFIT tests 2023-10-24 15:27:06 +00:00
async-generics-and-bounds.rs Remove incomplete features from RPITIT/AFIT tests 2023-10-24 15:27:06 +00:00
async-generics-and-bounds.stderr Remove incomplete features from RPITIT/AFIT tests 2023-10-24 15:27:06 +00:00
async-generics.rs Remove incomplete features from RPITIT/AFIT tests 2023-10-24 15:27:06 +00:00
async-generics.stderr Remove incomplete features from RPITIT/AFIT tests 2023-10-24 15:27:06 +00:00
async-lifetimes-and-bounds.rs Remove incomplete features from RPITIT/AFIT tests 2023-10-24 15:27:06 +00:00
async-lifetimes.rs Remove incomplete features from RPITIT/AFIT tests 2023-10-24 15:27:06 +00:00
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 Stabilize AFIT and RPITIT 2023-10-13 21:01:36 +00:00
bad-signatures.stderr Stabilize AFIT and RPITIT 2023-10-13 21:01:36 +00:00
coherence-constrained.rs Merge impl_wf_inference into coherence checking 2023-10-24 17:01:25 +00:00
coherence-constrained.stderr Merge impl_wf_inference into coherence checking 2023-10-24 17:01:25 +00:00
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 Remove incomplete features from RPITIT/AFIT tests 2023-10-24 15:27:06 +00:00
early-bound-2.rs Stabilize AFIT and RPITIT 2023-10-13 21:01:36 +00:00
fn-not-async-err2.rs Stabilize AFIT and RPITIT 2023-10-13 21:01:36 +00:00
fn-not-async-err.rs Stabilize AFIT and RPITIT 2023-10-13 21:01:36 +00:00
fn-not-async-err.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
generics-mismatch.rs Stabilize AFIT and RPITIT 2023-10-13 21:01:36 +00:00
generics-mismatch.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
implied-bounds.rs Stabilize AFIT and RPITIT 2023-10-13 21:01:36 +00:00
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 Stabilize AFIT and RPITIT 2023-10-13 21:01:36 +00:00
issue-102219.rs Stabilize AFIT and RPITIT 2023-10-13 21:01:36 +00:00
issue-102310.rs Stabilize AFIT and RPITIT 2023-10-13 21:01:36 +00:00
issue-104678.rs Stabilize AFIT and RPITIT 2023-10-13 21:01:36 +00:00
lifetime-mismatch.rs Stabilize AFIT and RPITIT 2023-10-13 21:01:36 +00:00
lifetime-mismatch.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
missing-feature-flag.rs Stabilize AFIT and RPITIT 2023-10-13 21:01:36 +00:00
missing-feature-flag.stderr Stabilize AFIT and RPITIT 2023-10-13 21:01:36 +00:00
missing-send-bound.rs Stabilize AFIT and RPITIT 2023-10-13 21:01:36 +00:00
missing-send-bound.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
nested-rpit.rs Stabilize AFIT and RPITIT 2023-10-13 21:01:36 +00:00
normalize-opaque-with-bound-vars.rs Stabilize AFIT and RPITIT 2023-10-13 21:01:36 +00:00
object-safety.rs Stabilize AFIT and RPITIT 2023-10-13 21:01:36 +00:00
object-safety.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
return-not-existing-pair.rs Stabilize AFIT and RPITIT 2023-10-13 21:01:36 +00:00
return-not-existing-pair.stderr Stabilize AFIT and RPITIT 2023-10-13 21:01:36 +00:00
return-not-existing-type-wrapping-rpitit.rs Stabilize AFIT and RPITIT 2023-10-13 21:01:36 +00:00
return-not-existing-type-wrapping-rpitit.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
return-type-suggestion.rs Stabilize AFIT and RPITIT 2023-10-13 21:01:36 +00:00
return-type-suggestion.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
send-on-async-fn-in-trait.fixed Stabilize AFIT and RPITIT 2023-10-13 21:01:36 +00:00
send-on-async-fn-in-trait.rs Stabilize AFIT and RPITIT 2023-10-13 21:01:36 +00:00
send-on-async-fn-in-trait.stderr Stabilize AFIT and RPITIT 2023-10-13 21:01:36 +00:00
send-on-foreign-async-fn-in-trait.rs Stabilize AFIT and RPITIT 2023-10-13 21:01:36 +00:00
send-on-foreign-async-fn-in-trait.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
unconstrained-impl-region.rs Don't ICE when encountering unresolved regions in fully_resolve 2023-10-18 20:39:29 +00:00
unconstrained-impl-region.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
warn.rs Stabilize AFIT and RPITIT 2023-10-13 21:01:36 +00:00
warn.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00