mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user