rust/tests/ui/drop
Matthew Jasper ac45a67297 Use delayed bug for normalization errors in drop elaboration
Normalization can fail from errors from other items so use a delayed
bug instead of checking the body.
2025-04-11 16:31:28 +00:00
..
auxiliary Stabilize the 2024 edition 2024-11-22 11:12:15 -08:00
drop_elaboration_with_errors2.rs Use delayed bug for normalization errors in drop elaboration 2025-04-11 16:31:28 +00:00
drop_elaboration_with_errors2.stderr Use delayed bug for normalization errors in drop elaboration 2025-04-11 16:31:28 +00:00
drop_elaboration_with_errors3.rs Use delayed bug for normalization errors in drop elaboration 2025-04-11 16:31:28 +00:00
drop_elaboration_with_errors3.stderr Use delayed bug for normalization errors in drop elaboration 2025-04-11 16:31:28 +00:00
drop_elaboration_with_errors.rs Implement #[define_opaque] attribute for functions. 2025-03-11 12:05:02 +00:00
drop_elaboration_with_errors.stderr Implement #[define_opaque] attribute for functions. 2025-03-11 12:05:02 +00:00
drop_order_if_let_rescope.rs Stabilize the 2024 edition 2024-11-22 11:12:15 -08:00
drop_order.rs Update more 2024 tests to remove -Zunstable-options 2024-11-28 14:32:45 -08:00
drop-foreign-fundamental.rs
drop-foreign-fundamental.stderr
drop-if-let-binding.rs
drop-on-empty-block-exit.rs tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00
drop-on-ret.rs tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00
drop-order-comparisons.e2021.fixed Add extensive set of drop order tests 2025-01-23 22:48:03 +00:00
drop-order-comparisons.e2021.stderr Stop calling source_span query in significant drop order code 2025-04-06 21:55:06 +00:00
drop-order-comparisons.rs Add extensive set of drop order tests 2025-01-23 22:48:03 +00:00
drop-struct-as-object.rs Update tests for hidden references to mutable static 2024-09-13 14:10:56 +03:00
drop-struct-as-object.stderr Update tests for hidden references to mutable static 2024-09-13 14:10:56 +03:00
drop-trait-enum.rs tests: use needs-threads instead of ignore-emscripten 2025-01-23 20:51:29 +08:00
drop-trait-generic.rs
drop-trait.rs
drop-uninhabited-enum.rs tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00
drop-with-type-ascription-1.rs
drop-with-type-ascription-2.rs
dropck_legal_cycles.rs
dropck-eyepatch-extern-crate.rs
dropck-eyepatch-manuallydrop.rs
dropck-eyepatch-reorder.rs
dropck-eyepatch.rs
dynamic-drop-async.rs
dynamic-drop.rs
if-let-rescope-borrowck-suggestions.rs Stabilize the 2024 edition 2024-11-22 11:12:15 -08:00
if-let-rescope-borrowck-suggestions.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
issue-979.rs
issue-2734.rs tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00
issue-2735-2.rs
issue-2735-3.rs
issue-2735.rs tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00
issue-10028.rs tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00
issue-17718-const-destructors.rs
issue-21486.rs
issue-23338-ensure-param-drop-order.rs Update tests for hidden references to mutable static 2024-09-13 14:10:56 +03:00
issue-23611-enum-swap-in-drop.rs Update tests for hidden references to mutable static 2024-09-13 14:10:56 +03:00
issue-30018-nopanic.rs
issue-35546.rs
issue-48962.rs Update tests for hidden references to mutable static 2024-09-13 14:10:56 +03:00
issue-90752-raw-ptr-shenanigans.rs
issue-90752.rs
issue-100276.rs
issue-103107.rs
issue-110682.rs
lint-if-let-rescope-false-positives.rs Consider lvalues of field and index as possibly temporary places 2025-02-24 18:31:50 +00:00
lint-if-let-rescope-gated.edition2021.stderr Stop calling source_span query in significant drop order code 2025-04-06 21:55:06 +00:00
lint-if-let-rescope-gated.rs Update more 2024 tests to remove -Zunstable-options 2024-11-28 14:32:45 -08:00
lint-if-let-rescope-with-macro.rs stabilize if_let_rescope 2024-10-24 04:33:14 +08:00
lint-if-let-rescope-with-macro.stderr Stop calling source_span query in significant drop order code 2025-04-06 21:55:06 +00:00
lint-if-let-rescope.fixed Consider lvalues of field and index as possibly temporary places 2025-02-24 18:31:50 +00:00
lint-if-let-rescope.rs Consider lvalues of field and index as possibly temporary places 2025-02-24 18:31:50 +00:00
lint-if-let-rescope.stderr Stop calling source_span query in significant drop order code 2025-04-06 21:55:06 +00:00
lint-tail-expr-drop-order-borrowck.rs UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
lint-tail-expr-drop-order-borrowck.stderr Try to explain borrow for tail expr temporary drop order change in 2024 2025-01-08 16:02:44 +00:00
lint-tail-expr-drop-order-gated.rs Stabilize the 2024 edition 2024-11-22 11:12:15 -08:00
lint-tail-expr-drop-order.rs Don't create cycles by normalizing opaques defined in the body we're checking 2025-01-08 15:58:10 +00:00
lint-tail-expr-drop-order.stderr Stop calling source_span query in significant drop order code 2025-04-06 21:55:06 +00:00
missing-drop-method.rs
missing-drop-method.stderr
no-drop-flag-size.rs
nondrop-cycle.rs tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00
nonsense-drop-impl-issue-139278.rs adt_destructor: sanity-check returned item 2025-04-04 05:18:48 +02:00
nonsense-drop-impl-issue-139278.stderr adt_destructor: sanity-check returned item 2025-04-04 05:18:48 +02:00
norm-ice-106444.rs
recursion-check-on-erroneous-impl.rs
recursion-check-on-erroneous-impl.stderr
repeat-drop-2.rs
repeat-drop-2.stderr
repeat-drop.rs Update tests for hidden references to mutable static 2024-09-13 14:10:56 +03:00
static-issue-17302.rs Update tests for hidden references to mutable static 2024-09-13 14:10:56 +03:00
tail_expr_drop_order-on-coroutine-unwind.rs Always run tail_expr_drop_order lint on promoted MIR 2024-12-23 20:25:41 +00:00
tail_expr_drop_order-on-coroutine-unwind.stderr Stop calling source_span query in significant drop order code 2025-04-06 21:55:06 +00:00
tail_expr_drop_order-on-recursive-boxed-fut.rs Don't create cycles by normalizing opaques defined in the body we're checking 2025-01-08 15:58:10 +00:00
tail_expr_drop_order-on-thread-local.rs Don't do AccessDepth::Drop for types with no drop impl 2025-01-08 15:58:10 +00:00
tail-expr-drop-order-negative.edition2024.stderr Update more 2024 tests to remove -Zunstable-options 2024-11-28 14:32:45 -08:00
tail-expr-drop-order-negative.rs Update more 2024 tests to remove -Zunstable-options 2024-11-28 14:32:45 -08:00
tail-expr-drop-order.rs Stabilize the 2024 edition 2024-11-22 11:12:15 -08:00
terminate-in-initializer.rs tests: use needs-threads instead of ignore-emscripten 2025-01-23 20:51:29 +08:00
use_inline_dtor.rs tests: remove //@ pretty-expanded usages 2024-11-26 02:50:48 +08:00