summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0109.stderr
blob: 59da11140b1e7eb8164aad8cdbac82185d892f70 (plain)
1
2
3
4
5
6
7
8
error[E0109]: type parameters are not allowed on this type
  --> $DIR/E0109.rs:11:14
   |
11 | type X = u32<i32>; //~ ERROR E0109
   |              ^^^ type parameter not allowed

error: aborting due to previous error