ODHack12bugcompiler: frontendgood first issueteam:compiler
Repository metrics
- Stars
- (61,702 stars)
- PR merge metrics
- (平均マージ 22h 6m) (30d で 16 merged PRs)
説明
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