]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0401.stderr
Move some E0XXX to `ui`
[rust.git] / src / test / ui / error-codes / E0401.stderr
1 error[E0401]: can't use type parameters from outer function; try using a local type parameter instead
2   --> $DIR/E0401.rs:12:15
3    |
4 12 |     fn bar(y: T) { //~ ERROR E0401
5    |               ^ use of type variable from outer function
6
7 error: aborting due to previous error
8