about summary refs log tree commit diff
path: root/tests/ui/drop/issue-2735.rs
AgeCommit message (Collapse)AuthorLines
2025-06-06Reduce confusion of some drop order testsJake Goulding-7/+5
In addition to adhering to normal Rust casing idioms, I ran `rustfmt`.
2024-11-26tests: remove `//@ pretty-expanded` usages许杰友 Jieyou Xu (Joe)-1/+0
Done with ```bash sd '//@ pretty-expanded.*\n' '' tests/ui/**/*.rs ``` and ``` sd '//@pretty-expanded.*\n' '' tests/ui/**/*.rs ```
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-2/+2
2023-02-16Move testsCaio-0/+22