Rollup merge of #154386 - ujjwalvishwakarma2006:migrate-ui-tests, r=Kivooeo

Migrate UI tests

In this pull request, I am migrating the following files and adding a comment at the top, including a link to the issue they were regression tests for:
- `tests/ui/issues/issue-4735.rs` ➝ `tests/ui/drop/drop-noncopyable-raw-pointer.rs`
- `tests/ui/issues/issue-17734.rs` ➝ `tests/ui/codegen/box-str-drop-glue.rs`

r? Kivooeo
This commit is contained in:
Jonathan Brouwer
2026-03-26 00:23:15 +01:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
@@ -1,3 +1,4 @@
//! regression test for <https://github.com/rust-lang/rust/issues/17734>
//@ run-pass
// Test that generating drop glue for Box<str> doesn't ICE
@@ -1,3 +1,4 @@
//! regression test for <https://github.com/rust-lang/rust/issues/4735>
//@ run-pass
use std::mem::transmute;