You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: expected one of `!`, `(`, `+`, `,`, `::`, `<`, or `>`, found `.`
--> src/lib.rs:20:31
|
20 | static SINGLETON: Array<CONFIG.size> = Array {
| ^ expected one of 7 possible tokens
The text was updated successfully, but these errors were encountered:
qwerty19106
changed the title
Const generic arguments require brackets (although #60804 is landed)
Const generic arguments require brackets (although #60804 is fixed)
Nov 22, 2019
The #60804 issue is closed.
But brackets is required yet in my case:
Gives error:
playground
This code is compiled succesful:
The text was updated successfully, but these errors were encountered: