ODHack12bugcompiler: frontendgood first issueteam:compiler
Métricas do repositório
- Stars
- (61.702 stars)
- Métricas de merge de PR
- (Mesclagem média 5d 4h) (19 fundiu PRs em 30d)
Description
We should ensure all const declarations have explicitly named types and provide a helpful error message when they do not.
const OFFSET_TOKEN_ADDRESS = 32; // forbidden
const OFFSET_TOKEN_ADDRESS: u64 = 32; // allowed