blob: d63aa378eee7dbc82155e522e5e8c979d6d84bab (
plain)
1
2
3
4
5
6
7
8
|
error[E0401]: can't use type parameters from outer function; try using a local type parameter instead
--> $DIR/E0401.rs:12:15
|
12 | fn bar(y: T) { //~ ERROR E0401
| ^ use of type variable from outer function
error: aborting due to previous error
|