mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
ac56007ea7
This reverts commit13314df21b
, reversing changes made to6e534c73c3
.
5 lines
77 B
Rust
5 lines
77 B
Rust
//@ run-pass
|
|
pub struct Z(#[allow(dead_code)] &'static Z);
|
|
|
|
pub fn main() {}
|