]> git.proxmox.com Git - rustc.git/blob - src/test/ui/const-generics/min_const_generics/default_function_param.stderr
New upstream version 1.49.0~beta.4+dfsg1
[rustc.git] / src / test / ui / const-generics / min_const_generics / default_function_param.stderr
1 error: expected one of `!`, `(`, `+`, `,`, `::`, `<`, or `>`, found `=`
2 --> $DIR/default_function_param.rs:3:26
3 |
4 LL | fn foo<const SIZE: usize = 5>() {}
5 | ^ expected one of 7 possible tokens
6
7 error: aborting due to previous error
8