blob: 8eb796d9bb7a8aa679012de4411d0a524e65cf4a [file] [log] [blame]
error: expected one of `!`, `(`, `+`, `,`, `::`, `<`, or `>`, found `=`
--> $DIR/default_function_param.rs:1:26
|
LL | fn foo<const SIZE: usize = 5>() {}
| ^ expected one of 7 possible tokens
error: aborting due to previous error