Add issue link at the top in files tests/ui/codegen/box-str-drop-glue.rs and tests/ui/drop/drop-noncopyable-raw-pointer.rs

This commit is contained in:
ujjwalVishwakarma2006
2026-03-26 03:12:06 +05:30
parent f7b3e88947
commit ff29b41054
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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;