ODHack12bugcompiler: frontendgood first issueteam:compiler
Metriche repository
- Star
- (61.702 star)
- Metriche merge PR
- (Merge medio 22h 6m) (16 PR mergiate in 30 g)
Descrizione
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