rust/tests/ui/drop
2024-09-13 14:10:56 +03:00
..
auxiliary
drop_elaboration_with_errors.rs
drop_elaboration_with_errors.stderr
drop_order_if_let_rescope.rs rescope temp lifetime in let-chain into IfElse 2024-09-11 04:10:00 +08:00
drop_order.rs rescope temp lifetime in let-chain into IfElse 2024-09-11 04:10:00 +08: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 downgrade borrowck suggestion level due to possible span conflict 2024-09-11 04:10:04 +08:00
if-let-rescope-borrowck-suggestions.stderr downgrade borrowck suggestion level due to possible span conflict 2024-09-11 04:10:04 +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.rs simplify the suggestion notes 2024-09-13 02:43:49 +08:00
lint-if-let-rescope-gated.with_feature_gate.stderr simplify the suggestion notes 2024-09-13 02:43:49 +08:00
lint-if-let-rescope-with-macro.rs rescope temp lifetime in let-chain into IfElse 2024-09-11 04:10:00 +08:00
lint-if-let-rescope-with-macro.stderr rescope temp lifetime in let-chain into IfElse 2024-09-11 04:10:00 +08:00
lint-if-let-rescope.fixed simplify the suggestion notes 2024-09-13 02:43:49 +08:00
lint-if-let-rescope.rs simplify the suggestion notes 2024-09-13 02:43:49 +08:00
lint-if-let-rescope.stderr simplify the suggestion notes 2024-09-13 02:43:49 +08:00
lint-tail-expr-drop-order-gated.rs
lint-tail-expr-drop-order.rs
lint-tail-expr-drop-order.stderr
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
tail-expr-drop-order-negative.rs
tail-expr-drop-order.rs
terminate-in-initializer.rs
use_inline_dtor.rs