rust/src/test/ui/error-codes/E0109.stderr
Guillaume Gomez 2e104a77cf update tests
2018-03-14 00:53:24 +01:00

9 lines
287 B
Text

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`.