Skip to content

Commit c8d729b

Browse files
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
2 parents cbe9a4b + ff29b41 commit c8d729b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//! regression test for <https://github.com/rust-lang/rust/issues/17734>
12
//@ run-pass
23
// Test that generating drop glue for Box<str> doesn't ICE
34

tests/ui/issues/issue-4735.rs renamed to tests/ui/drop/drop-noncopyable-raw-pointer.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//! regression test for <https://github.com/rust-lang/rust/issues/4735>
12
//@ run-pass
23

34
use std::mem::transmute;

0 commit comments

Comments
 (0)