]> git.lizzy.rs Git - rust.git/blob - src/test/ui/usize-generic-argument-parent.stderr
Rollup merge of #92959 - asquared31415:test-non-fn-help, r=estebank
[rust.git] / src / test / ui / usize-generic-argument-parent.stderr
1 error[E0109]: const arguments are not allowed for this type
2   --> $DIR/usize-generic-argument-parent.rs:2:18
3    |
4 LL |     let x: usize<foo>;
5    |                  ^^^ const argument not allowed
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0109`.