rust/tests/ui/drop
2024-10-29 18:38:57 +01:00
..
auxiliary
drop_elaboration_with_errors.rs
drop_elaboration_with_errors.stderr
drop_order_if_let_rescope.rs stabilize if_let_rescope 2024-10-24 04:33:14 +08:00
drop_order.rs Rollup merge of #131984 - dingxiangfei2009:stabilize-if-let-rescope, r=traviscross,lcnr 2024-10-29 18:38:57 +01:00
drop-foreign-fundamental.rs
drop-foreign-fundamental.stderr
drop-if-let-binding.rs
drop-on-empty-block-exit.rs
drop-on-ret.rs
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
drop-trait-generic.rs
drop-trait.rs
drop-uninhabited-enum.rs
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 if_let_rescope 2024-10-24 04:33:14 +08:00
if-let-rescope-borrowck-suggestions.stderr stabilize if_let_rescope 2024-10-24 04:33:14 +08:00
issue-979.rs
issue-2734.rs
issue-2735-2.rs
issue-2735-3.rs
issue-2735.rs
issue-10028.rs
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-gated.edition2021.stderr stabilize if_let_rescope 2024-10-24 04:33:14 +08:00
lint-if-let-rescope-gated.rs stabilize if_let_rescope 2024-10-24 04:33:14 +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 stabilize if_let_rescope 2024-10-24 04:33:14 +08:00
lint-if-let-rescope.fixed stabilize if_let_rescope 2024-10-24 04:33:14 +08:00
lint-if-let-rescope.rs stabilize if_let_rescope 2024-10-24 04:33:14 +08:00
lint-if-let-rescope.stderr apply suggestions 2024-09-30 22:21:45 +08:00
lint-tail-expr-drop-order-gated.rs stabilize shorter-tail-lifetimes 2024-10-24 01:56:08 +08:00
lint-tail-expr-drop-order.rs stabilize shorter-tail-lifetimes 2024-10-24 01:56:08 +08:00
lint-tail-expr-drop-order.stderr stabilize shorter-tail-lifetimes 2024-10-24 01:56:08 +08:00
missing-drop-method.rs
missing-drop-method.stderr
no-drop-flag-size.rs
nondrop-cycle.rs
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-negative.edition2024.stderr stabilize shorter-tail-lifetimes 2024-10-24 01:56:08 +08:00
tail-expr-drop-order-negative.rs stabilize shorter-tail-lifetimes 2024-10-24 01:56:08 +08:00
tail-expr-drop-order.rs stabilize shorter-tail-lifetimes 2024-10-24 01:56:08 +08:00
terminate-in-initializer.rs
use_inline_dtor.rs