2025-07-24 17:52:22 +05:00
|
|
|
//! Regression test for https://github.com/rust-lang/rust/issues/14092
|
|
|
|
|
|
2016-08-06 11:35:42 +01:00
|
|
|
fn fn1(0: Box) {}
|
2021-01-02 19:45:11 +01:00
|
|
|
//~^ ERROR missing generics for struct `Box`
|
2014-05-20 22:07:45 -07:00
|
|
|
|
|
|
|
|
fn main() {}
|