blob: f1eae3b500840f4d8cdc56a1bd29e98c1987fe04 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0109]: const arguments are not allowed for this type
--> $DIR/usize-generic-argument-parent.rs:2:18
|
LL | let x: usize<foo>;
| ^^^ const argument not allowed
error: aborting due to previous error
For more information about this error, try `rustc --explain E0109`.
|