FuelLabs/sway

Enforce type annotations for constants

Open

#5,758 建立於 2024年3月20日

在 GitHub 查看
 (5 留言) (0 反應) (0 負責人)Rust (61,702 star) (5,421 fork)batch import
ODHack12bugcompiler: frontendgood first issueteam:compiler

描述

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

貢獻者指南

Enforce type annotations for constants · FuelLabs/sway#5758 | Good First Issue