Skip to content

Commit ff29b41

Browse files
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
1 parent f7b3e88 commit ff29b41

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tests/ui/codegen/box-str-drop-glue.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/17734>
12
//@ run-pass
23
// Test that generating drop glue for Box<str> doesn't ICE
34

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)