rust/tests/ui/async-await/in-trait
Esteban Küber 860c8cdeaf Differentiate between methods and associated functions
Accurately refer to assoc fn without receiver as assoc fn instead of methods.
Add `AssocItem::descr` method to centralize where we call methods and associated functions.
2024-08-10 00:54:16 +00:00
..
auxiliary
async-associated-types.rs
async-default-fn-overridden.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-region.rs
bad-region.stderr
bad-signatures.rs
bad-signatures.stderr
coherence-constrained.rs
coherence-constrained.stderr
dont-project-to-specializable-projection.rs
dont-project-to-specializable-projection.stderr
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 Differentiate between methods and associated functions 2024-08-10 00:54:16 +00:00
generics-mismatch.stderr Differentiate between methods and associated functions 2024-08-10 00:54:16 +00:00
hir-hash.rs
implied-bounds.rs
indirect-recursion-issue-112047.rs
indirect-recursion-issue-112047.stderr
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
returning-possibly-unsized-self.rs
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 Remove invalid further restricting for type bound 2024-07-17 19:08:37 +08:00
warn.rs
warn.stderr