There was an error while loading. Please reload this page.
The current unused variable pass does not check variables inside the template function.
I tried this code:
#[lang = "sized"] pub trait Sized {} fn test<T> (a: usize) -> () { }