2024-02-16 20:02:50 +00:00
|
|
|
//@ run-rustfix
|
2021-04-18 19:35:23 +02:00
|
|
|
#![crate_type="lib"]
|
|
|
|
|
#![allow(unused)]
|
|
|
|
|
|
2021-07-23 18:47:53 -07:00
|
|
|
fn f<T>(t: &T) {}
|
2021-04-18 19:35:23 +02:00
|
|
|
//~^ ERROR the size for values of type `T` cannot be known at compilation time
|