mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 18:27:37 +00:00
7 lines
149 B
Rust
7 lines
149 B
Rust
//! Regression test for https://github.com/rust-lang/rust/issues/14092
|
|
|
|
fn fn1(0: Box) {}
|
|
//~^ ERROR missing generics for struct `Box`
|
|
|
|
fn main() {}
|