| .. |
|
auxiliary
|
Move some tests to more reasonable directories
|
2021-09-15 14:03:27 -03:00 |
|
await-keyword
|
bless ui tests
|
2022-10-01 10:03:06 +00:00 |
|
drop-order
|
Fix typos “a”→“an”
|
2021-08-22 15:35:11 +02:00 |
|
in-trait
|
Rollup merge of #105711 - compiler-errors:rpitit-references-errors, r=eholk
|
2022-12-17 00:45:52 +01:00 |
|
issues
|
Verbose suggestions
|
2023-01-01 21:33:23 -08:00 |
|
multiple-lifetimes
|
Name impl trait in region bound suggestion
|
2022-10-25 16:37:11 +00:00 |
|
track-caller
|
Update track_caller tests; run fmt
|
2022-12-21 23:25:08 +00:00 |
|
argument-patterns.rs
|
Update test stderr with results of enabling unused lints
|
2019-09-08 11:32:28 -04:00 |
|
async-assoc-fn-anon-lifetimes.rs
|
Ensure that associated async fns have unique fresh param names
|
2019-10-05 22:24:55 +01:00 |
|
async-await-let-else.drop-tracking.stderr
|
Revert "Replace usage of ResumeTy in async lowering with Context"
|
2022-12-19 11:24:59 -08:00 |
|
async-await-let-else.no-drop-tracking.stderr
|
Use a label instead of a note for the drop site to create denser diagnostics
|
2022-12-13 10:08:46 +00:00 |
|
async-await-let-else.rs
|
Remove the let_else feature gate from the testsuite
|
2022-09-15 21:21:14 +02:00 |
|
async-await.rs
|
compiletest: trim edition before passing as flag
|
2022-07-11 16:53:41 +00:00 |
|
async-block-control-flow-static-semantics.rs
|
Pretty-print generators with their generator_kind
|
2022-11-26 20:42:50 +01:00 |
|
async-block-control-flow-static-semantics.stderr
|
Pretty-print generators with their generator_kind
|
2022-11-26 20:42:50 +01:00 |
|
async-borrowck-escaping-block-error.fixed
|
Suggest move for closures and async blocks in more cases.
|
2020-04-08 13:01:53 +02:00 |
|
async-borrowck-escaping-block-error.rs
|
Suggest move for closures and async blocks in more cases.
|
2020-04-08 13:01:53 +02:00 |
|
async-borrowck-escaping-block-error.stderr
|
Avoid GenFuture shim when compiling async constructs
|
2022-11-24 10:04:27 +01:00 |
|
async-borrowck-escaping-closure-error.rs
|
Suggest move for closures and async blocks in more cases.
|
2020-04-08 13:01:53 +02:00 |
|
async-borrowck-escaping-closure-error.stderr
|
Modify structured suggestion output
|
2021-08-11 09:46:24 +00:00 |
|
async-closure-matches-expr.rs
|
Remove async_await gates from tests.
|
2019-08-20 03:08:42 +02:00 |
|
async-closure.rs
|
smoke-test for async fn with mir-opt-level=0
|
2020-04-22 23:34:13 +02:00 |
|
async-error-span.rs
|
undo a useless change
|
2022-02-02 15:40:12 +00:00 |
|
async-error-span.stderr
|
undo a useless change
|
2022-02-02 15:40:12 +00:00 |
|
async-fn-elided-impl-lifetime-parameter.rs
|
Remove async_await gates from tests.
|
2019-08-20 03:08:42 +02:00 |
|
async-fn-nonsend.rs
|
Enable drop-tracking tests behind -Zdrop-tracking
|
2022-02-28 12:55:50 -08:00 |
|
async-fn-nonsend.stderr
|
remove redundant Send impls for references
|
2022-10-16 11:34:24 +02:00 |
|
async-fn-path-elision.rs
|
Remove async_await gates from tests.
|
2019-08-20 03:08:42 +02:00 |
|
async-fn-path-elision.stderr
|
Lint elided lifetimes in path on the AST.
|
2022-04-17 11:03:34 +02:00 |
|
async-fn-send-uses-nonsend.rs
|
Remove async_await gates from tests.
|
2019-08-20 03:08:42 +02:00 |
|
async-fn-size-moved-locals.rs
|
Restore ignore tag
|
2022-09-23 08:19:58 +02:00 |
|
async-fn-size-uninit-locals.rs
|
Adding needs-unwind to tests involving changing memory size of Futures/Closures
|
2022-09-20 19:46:27 +00:00 |
|
async-fn-size.rs
|
Use smaller discriminants for generators
|
2020-03-14 14:09:48 +01:00 |
|
async-is-unwindsafe.rs
|
Test that async blocks are UnwindSafe
|
2022-12-21 13:41:28 +01:00 |
|
async-is-unwindsafe.stderr
|
Test that async blocks are UnwindSafe
|
2022-12-21 13:41:28 +01:00 |
|
async-matches-expr.rs
|
Remove async_await gates from tests.
|
2019-08-20 03:08:42 +02:00 |
|
async-trait-fn.rs
|
Bless tests
|
2022-10-05 04:16:09 +00:00 |
|
async-trait-fn.stderr
|
Bless tests
|
2022-10-05 04:16:09 +00:00 |
|
async-unsafe-fn-call-in-safe.mir.stderr
|
Revert "add DefId to unsafety violations and display function path in E0133"
|
2022-04-26 14:49:28 +00:00 |
|
async-unsafe-fn-call-in-safe.rs
|
Revert "add DefId to unsafety violations and display function path in E0133"
|
2022-04-26 14:49:28 +00:00 |
|
async-unsafe-fn-call-in-safe.thir.stderr
|
Revert "add DefId to unsafety violations and display function path in E0133"
|
2022-04-26 14:49:28 +00:00 |
|
async-with-closure.rs
|
Remove async_await gates from tests.
|
2019-08-20 03:08:42 +02:00 |
|
await-into-future.rs
|
Stabilize into_future
|
2022-06-30 17:22:41 +02:00 |
|
await-unsize.rs
|
Remove async_await gates from tests.
|
2019-08-20 03:08:42 +02:00 |
|
bound-normalization.rs
|
Remove async_await gates from tests.
|
2019-08-20 03:08:42 +02:00 |
|
conditional-and-guaranteed-initialization.rs
|
Remove async_await gates from tests.
|
2019-08-20 03:08:42 +02:00 |
|
default-struct-update.rs
|
Fix drop-tracking ICE when a struct containing a field with a Drop impl is used across an await
|
2022-07-10 15:39:07 -05:00 |
|
dont-print-desugared-async.rs
|
Remove async_await gates from tests.
|
2019-08-20 03:08:42 +02:00 |
|
dont-print-desugared-async.stderr
|
Don't give invalid suggestion on desugared span.
|
2020-02-12 18:32:27 -07:00 |
|
dont-suggest-missing-await.rs
|
Remove async_await gates from tests.
|
2019-08-20 03:08:42 +02:00 |
|
dont-suggest-missing-await.stderr
|
Implementation for 65853
|
2022-04-16 02:26:56 -04:00 |
|
drop-and-assign.rs
|
Distinguish binding assignments, use Ty::needs_drop
|
2022-03-04 11:03:24 -08:00 |
|
drop-track-bad-field-in-fru.rs
|
Unconditional check FRU expression, even if there are errors present
|
2022-12-05 00:42:40 +00:00 |
|
drop-track-bad-field-in-fru.stderr
|
Unconditional check FRU expression, even if there are errors present
|
2022-12-05 00:42:40 +00:00 |
|
drop-track-field-assign-nonsend.rs
|
Consider mutations as borrows in drop tracking
|
2022-02-16 15:30:43 -08:00 |
|
drop-track-field-assign-nonsend.stderr
|
Consider mutations as borrows in drop tracking
|
2022-02-16 15:30:43 -08:00 |
|
drop-track-field-assign.rs
|
Consider mutations as borrows in drop tracking
|
2022-02-16 15:30:43 -08:00 |
|
drop-tracking-unresolved-typeck-results.rs
|
Pass InferCtxt to DropRangeVisitor so we can resolve vars
|
2022-11-23 01:48:03 +00:00 |
|
drop-tracking-unresolved-typeck-results.stderr
|
Pass InferCtxt to DropRangeVisitor so we can resolve vars
|
2022-11-23 01:48:03 +00:00 |
|
edition-deny-async-fns-2015.rs
|
Bless tests
|
2022-10-05 04:16:09 +00:00 |
|
edition-deny-async-fns-2015.stderr
|
Bless tests
|
2022-10-05 04:16:09 +00:00 |
|
expansion-in-attrs.rs
|
def_collector: Fully visit async functions
|
2020-03-15 03:15:47 +03:00 |
|
feature-async-closure.rs
|
Adjust tests wrt. 'async_closure' feature gate.
|
2019-07-03 23:59:36 +02:00 |
|
feature-async-closure.stderr
|
Suggest async {} for async || {}
|
2020-09-22 13:22:10 -07:00 |
|
feature-gate-async_fn_in_trait.rs
|
Split out async_fn_in_trait into a separate feature
|
2022-09-21 19:26:23 -07:00 |
|
feature-gate-async_fn_in_trait.stderr
|
Split out async_fn_in_trait into a separate feature
|
2022-09-21 19:26:23 -07:00 |
|
feature-self-return-type.rs
|
Make impl_trait_projections a feature gate.
|
2022-11-12 10:01:07 +00:00 |
|
feature-self-return-type.stderr
|
Make impl_trait_projections a feature gate.
|
2022-11-12 10:01:07 +00:00 |
|
futures-api.rs
|
Remove duplicated arc_wake.rs
|
2019-07-06 14:09:41 +08:00 |
|
generator-desc.rs
|
name async generators something more human friendly in type error diagnostics
|
2021-02-15 08:51:08 -08:00 |
|
generator-desc.stderr
|
Make some diagnostics not depend on the source of what they reference being available
|
2022-12-13 09:48:22 +00:00 |
|
generator-not-future.rs
|
Make sure async constructs do not impl Generator
|
2022-11-30 19:53:59 +01:00 |
|
generator-not-future.stderr
|
Make sure async constructs do not impl Generator
|
2022-11-30 19:53:59 +01:00 |
|
generics-and-bounds.rs
|
Remove in-band lifetimes
|
2022-02-24 18:50:33 -08:00 |
|
incorrect-move-async-order-issue-79694.fixed
|
Move some tests to more reasonable directories
|
2021-11-14 14:38:42 -03:00 |
|
incorrect-move-async-order-issue-79694.rs
|
Move some tests to more reasonable directories
|
2021-11-14 14:38:42 -03:00 |
|
incorrect-move-async-order-issue-79694.stderr
|
Move some tests to more reasonable directories
|
2021-11-14 14:38:42 -03:00 |
|
interior-with-const-generic-expr.rs
|
Normalize generator-local types with unevaluated constants
|
2022-01-06 19:08:04 -08:00 |
|
issue-54239-private-type-triggers-lint.rs
|
Add test for issue-54239
|
2020-03-09 09:11:40 +09:00 |
|
issue-60709.rs
|
Upgrade Emscripten targets to use upstream LLVM backend
|
2019-10-16 17:06:48 -07:00 |
|
issue-61076.rs
|
Point (again) to more expressions with their type, even if not fully resolved
|
2022-03-27 02:20:17 +00:00 |
|
issue-61076.stderr
|
Point (again) to more expressions with their type, even if not fully resolved
|
2022-03-27 02:20:17 +00:00 |
|
issue-61452.rs
|
Remove async_await gates from tests.
|
2019-08-20 03:08:42 +02:00 |
|
issue-61452.stderr
|
Verbose suggestions
|
2023-01-01 21:33:23 -08:00 |
|
issue-61793.rs
|
Use build-pass in ui tests where appropriate
|
2019-11-04 16:03:46 +01:00 |
|
issue-61949-self-return-type.rs
|
Make impl_trait_projections a feature gate.
|
2022-11-12 10:01:07 +00:00 |
|
issue-61949-self-return-type.stderr
|
Make impl_trait_projections a feature gate.
|
2022-11-12 10:01:07 +00:00 |
|
issue-62658.rs
|
Remove async_await gates from tests.
|
2019-08-20 03:08:42 +02:00 |
|
issue-63832-await-short-temporary-lifetime-1.rs
|
lowering: extend temporary lifetimes around await
|
2019-09-10 11:27:57 +01:00 |
|
issue-63832-await-short-temporary-lifetime.rs
|
lowering: extend temporary lifetimes around await
|
2019-09-10 11:27:57 +01:00 |
|
issue-64130-1-sync.rs
|
fix small word dupe typos
|
2022-10-13 00:53:46 +08:00 |
|
issue-64130-1-sync.stderr
|
When .await is called on a non-Future expression, suggest removal
|
2021-12-13 17:09:15 +00:00 |
|
issue-64130-2-send.rs
|
fix small word dupe typos
|
2022-10-13 00:53:46 +08:00 |
|
issue-64130-2-send.stderr
|
When .await is called on a non-Future expression, suggest removal
|
2021-12-13 17:09:15 +00:00 |
|
issue-64130-3-other.rs
|
fix small word dupe typos
|
2022-10-13 00:53:46 +08:00 |
|
issue-64130-3-other.stderr
|
When .await is called on a non-Future expression, suggest removal
|
2021-12-13 17:09:15 +00:00 |
|
issue-64130-4-async-move.drop-tracking.stderr
|
Update issue-64130-4-async-move.rs
|
2022-09-13 14:36:08 -07:00 |
|
issue-64130-4-async-move.no_drop_tracking.stderr
|
Update issue-64130-4-async-move.rs
|
2022-09-13 14:36:08 -07:00 |
|
issue-64130-4-async-move.rs
|
Update issue-64130-4-async-move.rs
|
2022-09-13 14:36:08 -07:00 |
|
issue-64130-non-send-future-diags.rs
|
Feature gate and make must_not_suspend allow-by-default
|
2021-10-31 21:22:17 -04:00 |
|
issue-64130-non-send-future-diags.stderr
|
When .await is called on a non-Future expression, suggest removal
|
2021-12-13 17:09:15 +00:00 |
|
issue-64391.rs
|
add regression test for issue-64391
|
2019-09-16 16:44:18 -04:00 |
|
issue-66312.rs
|
Add test for #66312
|
2020-03-24 16:44:45 -07:00 |
|
issue-66312.stderr
|
Add test for #66312
|
2020-03-24 16:44:45 -07:00 |
|
issue-66387-if-without-else.rs
|
Add backticks to various diagnostics
|
2020-01-05 00:17:46 +00:00 |
|
issue-66387-if-without-else.stderr
|
do not reverse the expected type and found type for ObligationCauseCode of IfExpressionWithNoElse
|
2022-10-05 14:00:51 -07:00 |
|
issue-67252-unnamed-future.rs
|
Do not ICE on unnamed future
|
2019-12-14 14:50:32 -08:00 |
|
issue-67252-unnamed-future.stderr
|
Pretty-print generators with their generator_kind
|
2022-11-26 20:42:50 +01:00 |
|
issue-67651.rs
|
Update tests
|
2020-03-23 19:31:41 +01:00 |
|
issue-67651.stderr
|
Remove trailing : from E0119 message
|
2021-04-06 18:16:11 -07:00 |
|
issue-67765-async-diagnostic.rs
|
Use an 'approximate' universal upper bound when reporting region errors
|
2020-06-27 14:01:59 -04:00 |
|
issue-67765-async-diagnostic.stderr
|
fix one more case of trailing space
|
2022-06-16 14:40:29 +03:00 |
|
issue-68112.drop_tracking.stderr
|
Revert "Replace usage of ResumeTy in async lowering with Context"
|
2022-12-19 11:24:59 -08:00 |
|
issue-68112.no_drop_tracking.stderr
|
Revert "Replace usage of ResumeTy in async lowering with Context"
|
2022-12-19 11:24:59 -08:00 |
|
issue-68112.rs
|
Update issue-68114.rs
|
2022-09-13 14:36:45 -07:00 |
|
issue-68523-start.rs
|
tweak error message
|
2020-08-04 21:36:21 +02:00 |
|
issue-68523-start.stderr
|
tweak error message
|
2020-08-04 21:36:21 +02:00 |
|
issue-68523.rs
|
Implement RFC 1260 with feature_name imported_main.
|
2021-04-29 08:35:08 +08:00 |
|
issue-68523.stderr
|
Implement RFC 1260 with feature_name imported_main.
|
2021-04-29 08:35:08 +08:00 |
|
issue-69446-fnmut-capture.rs
|
Display information about captured variable in FnMut error
|
2020-05-25 23:18:00 -04:00 |
|
issue-69446-fnmut-capture.stderr
|
Revert "Replace usage of ResumeTy in async lowering with Context"
|
2022-12-19 11:24:59 -08:00 |
|
issue-70594.rs
|
Fix rebase and clippy tests
|
2021-12-13 17:09:16 +00:00 |
|
issue-70594.stderr
|
Impove diagnostic for .await-ing non-futures
|
2022-09-12 16:54:25 +02:00 |
|
issue-70818.rs
|
Revert to inference variable based hidden type computation for RPIT
|
2022-03-28 16:53:47 +00:00 |
|
issue-70818.stderr
|
Revert to inference variable based hidden type computation for RPIT
|
2022-03-28 16:53:47 +00:00 |
|
issue-70935-complex-spans.drop_tracking.stderr
|
Revert "Replace usage of ResumeTy in async lowering with Context"
|
2022-12-19 11:24:59 -08:00 |
|
issue-70935-complex-spans.no_drop_tracking.stderr
|
Use a label instead of a note for the drop site to create denser diagnostics
|
2022-12-13 10:08:46 +00:00 |
|
issue-70935-complex-spans.rs
|
Update issue-70935-complex-spans.rs
|
2022-09-13 15:16:14 -07:00 |
|
issue-71137.rs
|
Feature gate and make must_not_suspend allow-by-default
|
2021-10-31 21:22:17 -04:00 |
|
issue-71137.stderr
|
When .await is called on a non-Future expression, suggest removal
|
2021-12-13 17:09:15 +00:00 |
|
issue-72442.rs
|
Support incremental in compiletest for non-incremental modes.
|
2021-09-23 12:16:51 -07:00 |
|
issue-72442.stderr
|
Make some diagnostics not depend on the source of what they reference being available
|
2022-12-13 09:48:22 +00:00 |
|
issue-72470-llvm-dominate.rs
|
Move some tests to more reasonable directories
|
2021-09-15 14:03:27 -03:00 |
|
issue-72590-type-error-sized.rs
|
Don't bail out of trait selection when predicate references an error
|
2020-05-26 14:26:40 -04:00 |
|
issue-72590-type-error-sized.stderr
|
Modify structured suggestion output
|
2021-08-11 09:46:24 +00:00 |
|
issue-73050.rs
|
Allow inference regions when relating consts
|
2020-06-10 18:09:34 -07:00 |
|
issue-73137.rs
|
[drop tracking] Use parent expression for scope
|
2022-08-30 15:17:45 -07:00 |
|
issue-73541-1.rs
|
Move some tests to more reasonable directories
|
2021-11-06 15:35:20 -03:00 |
|
issue-73541-1.stderr
|
Move some tests to more reasonable directories
|
2021-11-06 15:35:20 -03:00 |
|
issue-73541-2.rs
|
Move some tests to more reasonable directories
|
2021-01-31 19:46:46 -03:00 |
|
issue-73541-2.stderr
|
Bless tests
|
2021-10-15 02:36:58 -05:00 |
|
issue-73541-3.rs
|
Move some tests to more reasonable directories
|
2022-09-20 12:31:11 -03:00 |
|
issue-73541-3.stderr
|
Move some tests to more reasonable directories
|
2022-09-20 12:31:11 -03:00 |
|
issue-73541.rs
|
Move some tests to more reasonable directories
|
2022-09-20 12:31:11 -03:00 |
|
issue-73541.stderr
|
Move some tests to more reasonable directories
|
2022-09-20 12:31:11 -03:00 |
|
issue-73741-type-err-drop-tracking.rs
|
Drop tracking: handle invalid assignments better
|
2022-05-13 16:25:22 -07:00 |
|
issue-73741-type-err-drop-tracking.stderr
|
Drop tracking: handle invalid assignments better
|
2022-05-13 16:25:22 -07:00 |
|
issue-73741-type-err.rs
|
Suppress spurious errors inside async fn
|
2021-05-16 22:26:57 -04:00 |
|
issue-73741-type-err.stderr
|
Suppress spurious errors inside async fn
|
2021-05-16 22:26:57 -04:00 |
|
issue-74047.rs
|
Move some tests to more suitable subdirs
|
2021-03-06 18:24:53 +09:00 |
|
issue-74047.stderr
|
Move some tests to more suitable subdirs
|
2021-03-06 18:24:53 +09:00 |
|
issue-74072-lifetime-name-annotations.rs
|
use RegionNameHighlight for async fn and closure returns
|
2020-11-09 16:14:40 +00:00 |
|
issue-74072-lifetime-name-annotations.stderr
|
Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk"
|
2022-02-17 16:00:04 +00:00 |
|
issue-74497-lifetime-in-opaque.rs
|
use RegionNameHighlight for async fn and closure returns
|
2020-11-09 16:14:40 +00:00 |
|
issue-74497-lifetime-in-opaque.stderr
|
Print output ty for opaque future ty
|
2021-11-18 13:19:18 -08:00 |
|
issue-75785-confusing-named-region.rs
|
Prefer regions with an external_name in approx_universal_upper_bound
|
2020-12-17 13:24:40 -05:00 |
|
issue-75785-confusing-named-region.stderr
|
Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk"
|
2022-02-17 16:00:04 +00:00 |
|
issue-76547.rs
|
Fully stabilize NLL
|
2022-06-03 17:16:41 -04:00 |
|
issue-76547.stderr
|
Fully stabilize NLL
|
2022-06-03 17:16:41 -04:00 |
|
issue-77993-2.rs
|
Move some tests to more reasonable directories
|
2021-02-16 21:22:21 -03:00 |
|
issue-77993-2.stderr
|
Move some tests to more reasonable directories
|
2021-02-16 21:22:21 -03:00 |
|
issue-84841.rs
|
allow inference vars in type_implements_trait
|
2021-07-04 11:28:20 -04:00 |
|
issue-84841.stderr
|
Do not mention associated items when they introduce an obligation
|
2021-11-20 19:19:31 +00:00 |
|
issue-86507.rs
|
Squash all commits.
|
2021-07-22 15:42:42 -05:00 |
|
issue-86507.stderr
|
Pretty-print generators with their generator_kind
|
2022-11-26 20:42:50 +01:00 |
|
issue-93197.rs
|
Drop tracking: improve break and continue handling
|
2022-02-07 16:30:30 -08:00 |
|
issue-93648.rs
|
Drop tracking: track borrows of projections
|
2022-02-07 16:01:27 -08:00 |
|
issue-98634.rs
|
add test for issue 98634
|
2022-10-28 10:07:54 +08:00 |
|
issue-98634.stderr
|
add test for issue 98634
|
2022-10-28 10:07:54 +08:00 |
|
issue-101715.rs
|
Impove diagnostic for .await-ing non-futures
|
2022-09-12 16:54:25 +02:00 |
|
issue-101715.stderr
|
Impove diagnostic for .await-ing non-futures
|
2022-09-12 16:54:25 +02:00 |
|
issue-105501.rs
|
Add regression test for #105501
|
2022-12-30 08:52:35 +01:00 |
|
large_moves.attribute.stderr
|
Rewrite dest prop.
|
2022-11-26 18:04:54 -08:00 |
|
large_moves.option.stderr
|
Rewrite dest prop.
|
2022-11-26 18:04:54 -08:00 |
|
large_moves.rs
|
Rewrite dest prop.
|
2022-11-26 18:04:54 -08:00 |
|
move-part-await-return-rest-struct.rs
|
Remove async_await gates from tests.
|
2019-08-20 03:08:42 +02:00 |
|
move-part-await-return-rest-tuple.rs
|
Remove async_await gates from tests.
|
2019-08-20 03:08:42 +02:00 |
|
mutually-recursive-async-impl-trait-type.rs
|
Check impl trait substs when checking for recursive types
|
2019-08-31 15:44:09 +01:00 |
|
mutually-recursive-async-impl-trait-type.stderr
|
add suggestion to use the async_recursion crate
|
2021-02-09 18:43:39 +05:30 |
|
nested-in-impl.rs
|
Remove async_await gates from tests.
|
2019-08-20 03:08:42 +02:00 |
|
no-async-const.rs
|
parser: fuse free fn parsing together.
|
2020-02-13 10:39:24 +01:00 |
|
no-async-const.stderr
|
Fix invalid keyword order for function declarations
|
2022-05-02 18:14:43 +09:00 |
|
no-const-async.rs
|
Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"
|
2022-03-28 16:27:14 +00:00 |
|
no-const-async.stderr
|
Clean up query descriptions
|
2022-10-18 17:29:42 +02:00 |
|
no-move-across-await-struct.rs
|
compiletest: error if compile-fail header in ui test.
|
2020-02-02 02:08:30 -05:00 |
|
no-move-across-await-struct.stderr
|
pretty: trim paths of unique symbols
|
2020-09-02 22:26:37 +03:00 |
|
no-move-across-await-tuple.rs
|
compiletest: error if compile-fail header in ui test.
|
2020-02-02 02:08:30 -05:00 |
|
no-move-across-await-tuple.stderr
|
pretty: trim paths of unique symbols
|
2020-09-02 22:26:37 +03:00 |
|
no-non-guaranteed-initialization.rs
|
On partial uninit error point at where we need init
|
2022-07-07 12:25:55 -07:00 |
|
no-non-guaranteed-initialization.stderr
|
Review comments: wording
|
2022-07-07 12:25:56 -07:00 |
|
no-params-non-move-async-closure.rs
|
Changing error messages and renaming tests #63127
|
2019-08-27 17:31:57 +02:00 |
|
no-params-non-move-async-closure.stderr
|
Add long error explanation for E0708 #61137
|
2020-04-12 17:22:59 +05:30 |
|
no-std.rs
|
Test that async/await compiles with #![no_std]
|
2020-03-17 22:17:31 +01:00 |
|
no-unsafe-async.rs
|
parser: fuse free fn parsing together.
|
2020-02-13 10:39:24 +01:00 |
|
no-unsafe-async.stderr
|
Fix invalid keyword order for function declarations
|
2022-05-02 18:14:43 +09:00 |
|
non-trivial-drop.rs
|
Fix drop-tracking ICE when a struct containing a field with a Drop impl is used across an await
|
2022-07-10 15:39:07 -05:00 |
|
partial-drop-partial-reinit.drop_tracking.stderr
|
Revert "Replace usage of ResumeTy in async lowering with Context"
|
2022-12-19 11:24:59 -08:00 |
|
partial-drop-partial-reinit.no_drop_tracking.stderr
|
Revert "Replace usage of ResumeTy in async lowering with Context"
|
2022-12-19 11:24:59 -08:00 |
|
partial-drop-partial-reinit.rs
|
Update partial-drop-partial-reinit.rs
|
2022-09-13 15:16:19 -07:00 |
|
partial-initialization-across-await.rs
|
On partial uninit error point at where we need init
|
2022-07-07 12:25:55 -07:00 |
|
partial-initialization-across-await.stderr
|
Tweak wording and spans
|
2022-07-07 12:25:56 -07:00 |
|
pin-needed-to-poll-2.rs
|
Point at impl and type defs introducing requirements on E0277
|
2021-04-06 19:55:44 -07:00 |
|
pin-needed-to-poll-2.stderr
|
Make some diagnostics not depend on the source of what they reference being available
|
2022-12-13 09:48:22 +00:00 |
|
pin-needed-to-poll.rs
|
Suggest box/pin/arc ing receiver on method calls
|
2021-03-29 18:14:44 -07:00 |
|
pin-needed-to-poll.stderr
|
Make some diagnostics not depend on the source of what they reference being available
|
2022-12-13 09:48:22 +00:00 |
|
proper-span-for-type-error.fixed
|
Update test output.
|
2022-03-02 19:30:25 +01:00 |
|
proper-span-for-type-error.rs
|
Tweak expr.await desugaring Span
|
2022-01-20 04:09:46 +00:00 |
|
proper-span-for-type-error.stderr
|
Update test output.
|
2022-03-02 19:30:25 +01:00 |
|
recursive-async-impl-trait-type.rs
|
Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk"
|
2022-03-28 16:27:14 +00:00 |
|
recursive-async-impl-trait-type.stderr
|
add suggestion to use the async_recursion crate
|
2021-02-09 18:43:39 +05:30 |
|
repeat_count_const_in_async_fn.rs
|
Move some tests to more reasonable directories
|
2021-02-16 21:22:21 -03:00 |
|
return-ty-raw-ptr-coercion.rs
|
correct coercion comments
|
2019-10-02 14:23:36 -04:00 |
|
return-ty-unsize-coercion.rs
|
fix example (le sigh)
|
2019-10-02 18:45:44 -04:00 |
|
suggest-missing-await-closure.fixed
|
Tweak "use .await" suggestion
|
2020-10-23 08:02:57 -07:00 |
|
suggest-missing-await-closure.rs
|
Tweak "use .await" suggestion
|
2020-10-23 08:02:57 -07:00 |
|
suggest-missing-await-closure.stderr
|
Implementation for 65853
|
2022-04-16 02:26:56 -04:00 |
|
suggest-missing-await.rs
|
Remove opaque type obligation and just register opaque types as they are encountered.
|
2022-03-28 16:57:45 +00:00 |
|
suggest-missing-await.stderr
|
Resolve vars in note_type_err
|
2022-05-06 23:35:42 -04:00 |
|
suggest-switching-edition-on-await-cargo.rs
|
diagnostics: only talk about Cargo.toml if running under Cargo
|
2022-03-07 10:54:17 -07:00 |
|
suggest-switching-edition-on-await-cargo.stderr
|
diagnostics: only talk about Cargo.toml if running under Cargo
|
2022-03-07 10:54:17 -07:00 |
|
suggest-switching-edition-on-await.rs
|
diagnostics: only talk about Cargo.toml if running under Cargo
|
2022-03-07 10:54:17 -07:00 |
|
suggest-switching-edition-on-await.stderr
|
diagnostics: only talk about Cargo.toml if running under Cargo
|
2022-03-07 10:54:17 -07:00 |
|
try-on-option-in-async.rs
|
Cleanup feature gates.
|
2022-03-03 18:50:28 +01:00 |
|
try-on-option-in-async.stderr
|
Avoid GenFuture shim when compiling async constructs
|
2022-11-24 10:04:27 +01:00 |
|
type-parameter-send.rs
|
Fix drop-tracking ICE when a struct containing a field with a Drop impl is used across an await
|
2022-07-10 15:39:07 -05:00 |
|
unnecessary-await.rs
|
review comments
|
2021-12-13 17:09:16 +00:00 |
|
unnecessary-await.stderr
|
Reword "Required because of the requirements on the impl of ..."
|
2022-08-18 21:08:08 +01:00 |
|
unreachable-lint-1.rs
|
typeck: silence unreachable code from await
|
2019-09-30 21:27:18 +01:00 |
|
unreachable-lint-1.stderr
|
Normalise notes with the/is
|
2020-01-24 16:24:50 +00:00 |
|
unreachable-lint.rs
|
typeck: silence unreachable code from await
|
2019-09-30 21:27:18 +01:00 |
|
unresolved_type_param.rs
|
Enable drop-tracking tests behind -Zdrop-tracking
|
2022-02-28 12:55:50 -08:00 |
|
unresolved_type_param.stderr
|
Enable drop-tracking tests behind -Zdrop-tracking
|
2022-02-28 12:55:50 -08:00 |
|
unused-lifetime.rs
|
Lint single-use-lifetimes on the AST.
|
2022-05-20 12:26:37 +02:00 |
|
unused-lifetime.stderr
|
Lint single-use-lifetimes on the AST.
|
2022-05-20 12:26:37 +02:00 |