fn foo() { fn bar() -> u32 { X //~ ERROR can't use generic parameters from outer function } } fn main() {}