blob: 94ed1fdf7819140caa8bbf13210f642390d83838 [file] [log] [blame]
fn siphash<T>() {
trait U {
fn g(&self, x: T) -> T; //~ ERROR can't use generic parameters from outer function
//~^ ERROR can't use generic parameters from outer function
}
}
fn main() {}