blob: 41a59c08b909aded6990d9950ccae5c9b7c27f7d [file] [log] [blame]
//@ run-rustfix
#![crate_type="lib"]
#![allow(unused)]
fn f<T>(t: &T) {}
//~^ ERROR the size for values of type `T` cannot be known at compilation time