rust/tests/ui/async-await/async-drop
2025-10-02 05:45:16 -06:00
..
auxiliary Async drop fix for dropee from another crate (#140858) 2025-05-15 20:05:07 +07:00
assign-incompatible-types.rs Fix for async drop inside async gen fn 2025-06-04 18:45:34 +07:00
async-drop-box-allocator.rs async drop tests for box 2025-07-25 13:19:43 -07:00
async-drop-box-allocator.run.stdout async drop tests for box 2025-07-25 13:19:43 -07:00
async-drop-box.rs async drop tests for box 2025-07-25 13:19:43 -07:00
async-drop-box.run.stdout async drop tests for box 2025-07-25 13:19:43 -07:00
async-drop-future-from-future.rs AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}, scoped async drop added. 2025-04-28 16:23:13 +07:00
async-drop-future-from-future.run.stdout AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}, scoped async drop added. 2025-04-28 16:23:13 +07:00
async-drop-future-in-sync-context.rs AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}, scoped async drop added. 2025-04-28 16:23:13 +07:00
async-drop-future-in-sync-context.run.stdout AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}, scoped async drop added. 2025-04-28 16:23:13 +07:00
async-drop-glue-array.rs AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}, scoped async drop added. 2025-04-28 16:23:13 +07:00
async-drop-glue-array.run.stdout AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}, scoped async drop added. 2025-04-28 16:23:13 +07:00
async-drop-glue-generic.rs AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}, scoped async drop added. 2025-04-28 16:23:13 +07:00
async-drop-glue-generic.run.stdout AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}, scoped async drop added. 2025-04-28 16:23:13 +07:00
async-drop-glue.rs AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}, scoped async drop added. 2025-04-28 16:23:13 +07:00
async-drop-glue.run.stdout AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}, scoped async drop added. 2025-04-28 16:23:13 +07:00
async-drop-initial.rs Async drop - fix for StorageLive/StorageDead codegen for pinned async drop future 2025-06-14 15:10:08 +07:00
async-drop-initial.run.stdout AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}, scoped async drop added. 2025-04-28 16:23:13 +07:00
async-drop-middle-drop.rs AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}, scoped async drop added. 2025-04-28 16:23:13 +07:00
async-drop-middle-drop.run.stdout AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}, scoped async drop added. 2025-04-28 16:23:13 +07:00
async-drop-open.rs AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}, scoped async drop added. 2025-04-28 16:23:13 +07:00
async-drop-open.run.stdout AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}, scoped async drop added. 2025-04-28 16:23:13 +07:00
async-drop.rs AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}, scoped async drop added. 2025-04-28 16:23:13 +07:00
async-drop.run.stdout AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}, scoped async drop added. 2025-04-28 16:23:13 +07:00
async-without-sync.rs AsyncDrop trait without sync Drop generates an error 2025-06-18 09:04:34 +07:00
async-without-sync.stderr AsyncDrop trait without sync Drop generates an error 2025-06-18 09:04:34 +07:00
dependency-dropped.rs Warning when dependency crate has async drop types, and the feature is disabled - typo fixed 2025-05-20 04:36:33 +07:00
dependency-dropped.with_feature.run.stdout Warning added when dependency crate has async drop types, and the feature is disabled 2025-05-19 21:38:07 +07:00
dependency-dropped.without_feature.run.stdout Warning added when dependency crate has async drop types, and the feature is disabled 2025-05-19 21:38:07 +07:00
dependency-dropped.without_feature.stderr Warning when dependency crate has async drop types, and the feature is disabled - typo fixed 2025-05-20 04:36:33 +07:00
deref-later-projection.rs Async drop fix for 'broken mir in AsyncDropGlue, place has deref as a later projection' (#140975) 2025-05-21 18:29:13 +07:00
elaborate-index-out-of-bounds.rs When AsyncDrop impl is empty, sync drop generated in elaborator (Fixes #140974) 2025-05-21 18:18:27 +07:00
elaborate-index-out-of-bounds.stderr When AsyncDrop impl is empty, sync drop generated in elaborator (Fixes #140974) 2025-05-21 18:18:27 +07:00
ex-ice-132103.rs AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}, scoped async drop added. 2025-04-28 16:23:13 +07:00
ex-ice1.rs AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}, scoped async drop added. 2025-04-28 16:23:13 +07:00
ex-ice1.stderr test: Subtract code_offset from width for ui_testing 2025-10-02 05:45:16 -06:00
foreign-fundamental.rs Make AsyncDrop check that it's being implemented on a local ADT 2025-07-09 17:07:04 +00:00
foreign-fundamental.stderr Make AsyncDrop check that it's being implemented on a local ADT 2025-07-09 17:07:04 +00:00
live-dead-storage.rs Async drop - fix for StorageLive/StorageDead codegen for pinned async drop future 2025-06-14 15:10:08 +07:00
live-dead-storage2.rs Async drop - fix for StorageLive/StorageDead codegen for pinned async drop future 2025-06-14 15:10:08 +07:00
live-dead-storage3.rs Async drop - fix for StorageLive/StorageDead codegen for pinned async drop future 2025-06-14 15:10:08 +07:00
live-dead-storage4.rs Async drop - fix for StorageLive/StorageDead codegen for pinned async drop future 2025-06-14 15:10:08 +07:00
open-drop-error.rs Async drop fix for async_drop_in_place<T> layout calculated for unspecified T 2025-05-11 03:48:50 +07:00
open-drop-error2.rs Async drop poll shim for error dropee generates noop body (fixes #140930) 2025-05-23 03:40:27 +07:00
open-drop-error2.stderr Async drop poll shim for error dropee generates noop body (fixes #140930) 2025-05-23 03:40:27 +07:00
partly-dropped-tuple.rs Fix for async drop ice with partly dropped tuple 2025-04-29 21:41:15 +07:00
type-parameter.rs Async drop - type instead of async drop fn and incorrect drop signature don't ICE now 2025-06-01 15:22:29 +07:00
type-parameter.stderr Async drop - type instead of async drop fn and incorrect drop signature don't ICE now 2025-06-01 15:22:29 +07:00
unexpected-sort.rs Async drop - type instead of async drop fn and incorrect drop signature don't ICE now 2025-06-01 15:22:29 +07:00
unexpected-sort.stderr Async drop - type instead of async drop fn and incorrect drop signature don't ICE now 2025-06-01 15:22:29 +07:00