Open Issues Need Help
View All on GitHub Add shortcut to run rustfmt about 1 month ago
enhancement help wanted
Improve mobile experience about 1 month ago
enhancement help wanted
`fn main` in multiline comment causes errors about 1 year ago
AI Summary: The Rust Playground, a web-based IDE for Rust, incorrectly interprets `fn main()` within multiline comments (`/* ... */`), causing it to display a 'Run' button instead of a 'Build' button, leading to compilation errors. The task is to fix this bug in the Playground's compiler handling of commented-out `main` functions, ensuring correct button display and error messages, especially in `#![no_std]` contexts.
Complexity:
4/5
enhancement help wanted