about summary refs log tree commit diff
path: root/tests/ui/unsized/unsized-fn-arg.fixed
blob: 41a59c08b909aded6990d9950ccae5c9b7c27f7d (plain)
1
2
3
4
5
6
//@ 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