rust/tests/ui/async-await/in-trait
2023-10-05 00:56:30 -07:00
..
auxiliary Suggest desugaring to RPITIT when AFIT is required to be an auto trait 2023-09-21 19:18:14 +00:00
async-associated-types.rs Bless tests 2023-10-03 00:37:18 +00:00
async-default-fn-overridden.rs Bless tests 2023-10-03 00:37:18 +00:00
async-example-desugared-boxed-in-trait.rs
async-example-desugared-boxed-in-trait.stderr Point to full async fn for future 2023-10-03 02:25:32 +00:00
async-example-desugared-boxed.rs
async-example-desugared-boxed.stderr
async-example-desugared-extra.rs Bless tests 2023-10-03 00:37:18 +00:00
async-example-desugared-in-trait.rs
async-example-desugared-manual.rs
async-example-desugared-manual.stderr
async-example-desugared.rs Bless tests 2023-10-03 00:37:18 +00:00
async-example.rs Bless tests 2023-10-03 00:37:18 +00:00
async-generics-and-bounds.rs
async-generics-and-bounds.stderr Point to full async fn for future 2023-10-03 02:25:32 +00:00
async-generics.rs
async-generics.stderr Point to full async fn for future 2023-10-03 02:25:32 +00:00
async-lifetimes-and-bounds.rs Bless tests 2023-10-03 00:37:18 +00:00
async-lifetimes.rs Bless tests 2023-10-03 00:37:18 +00:00
async-recursive-generic.rs
async-recursive-generic.stderr Point to full async fn for future 2023-10-03 02:25:32 +00:00
async-recursive.rs
async-recursive.stderr Point to full async fn for future 2023-10-03 02:25:32 +00:00
bad-signatures.rs
bad-signatures.stderr
dont-project-to-specializable-projection.rs
dont-project-to-specializable-projection.stderr Point to full async fn for future 2023-10-03 02:25:32 +00:00
early-bound-1.rs Bless tests 2023-10-03 00:37:18 +00:00
early-bound-2.rs Bless tests 2023-10-03 00:37:18 +00:00
fn-not-async-err2.rs Tweak wording of E0562 2023-10-04 19:51:43 +00:00
fn-not-async-err2.stderr Tweak wording of E0562 2023-10-04 19:51:43 +00:00
fn-not-async-err.rs
fn-not-async-err.stderr
generics-mismatch.rs
generics-mismatch.stderr
implied-bounds.rs Bless tests 2023-10-03 00:37:18 +00:00
indirect-recursion-issue-112047.rs Bless tests. 2023-09-23 13:47:30 +00:00
indirect-recursion-issue-112047.stderr Strip OpaqueCast during RevealAll. 2023-09-28 16:13:38 +00:00
issue-102138.rs Bless tests 2023-10-03 00:37:18 +00:00
issue-102219.rs Bless tests 2023-10-03 00:37:18 +00:00
issue-102310.rs Bless tests 2023-10-03 00:37:18 +00:00
issue-104678.rs Bless tests 2023-10-03 00:37:18 +00:00
lifetime-mismatch.rs
lifetime-mismatch.stderr
missing-feature-flag.rs
missing-feature-flag.stderr Only trigger refine lint on reachable traits 2023-09-29 18:36:41 +00:00
missing-send-bound.rs
missing-send-bound.stderr Suggest desugaring to RPITIT when AFIT is required to be an auto trait 2023-09-21 19:18:14 +00:00
nested-rpit.rs Bless tests 2023-10-03 00:37:18 +00:00
normalize-opaque-with-bound-vars.rs Bless tests 2023-10-03 00:37:18 +00:00
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 Bugfix: 'can_have_side_effects()' would return 'false' for struct/enum/array/tuple literals unless *all* sub-expressions had side effects. This would easily allow side effects to slip through, and also wrongly label empty literals as having side effects. Add some tests for the last point 2023-08-10 02:26:11 +02:00
return-type-suggestion.stderr Bugfix: 'can_have_side_effects()' would return 'false' for struct/enum/array/tuple literals unless *all* sub-expressions had side effects. This would easily allow side effects to slip through, and also wrongly label empty literals as having side effects. Add some tests for the last point 2023-08-10 02:26:11 +02:00
send-on-async-fn-in-trait.fixed Suggest desugaring to RPITIT when AFIT is required to be an auto trait 2023-09-21 19:18:14 +00:00
send-on-async-fn-in-trait.rs Suggest desugaring to RPITIT when AFIT is required to be an auto trait 2023-09-21 19:18:14 +00:00
send-on-async-fn-in-trait.stderr Suggest desugaring to RPITIT when AFIT is required to be an auto trait 2023-09-21 19:18:14 +00:00
send-on-foreign-async-fn-in-trait.rs Suggest desugaring to RPITIT when AFIT is required to be an auto trait 2023-09-21 19:18:14 +00:00
send-on-foreign-async-fn-in-trait.stderr Suggest desugaring to RPITIT when AFIT is required to be an auto trait 2023-09-21 19:18:14 +00:00
warn.rs Only reachable traits 2023-10-03 00:37:18 +00:00
warn.stderr Address review nits 2023-10-03 00:51:13 +00:00