blob: 6473517bfadaca684673d56bfd0c37f1069b6849 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0109]: type parameters are not allowed on this type
--> $DIR/E0109.rs:11:14
|
LL | type X = u32<i32>; //~ ERROR E0109
| ^^^ type parameter not allowed
error: aborting due to previous error
For more information about this error, try `rustc --explain E0109`.
|