Skip to content

Commit 8f8b71a

Browse files
committed
Add ICE reproduction for issue rust-lang/rust#81208.
1 parent 407ffa6 commit 8f8b71a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ices/81208.rs

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#[path = b"ffi.rs"]
2+
mod ffi;
3+
4+
fn main() {}

0 commit comments

Comments
 (0)