mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-23 10:58:00 +00:00
Improve diagnostics: update note and add help message I moved the content from the note to a help message, as it seemed more appropriate there, and then added new information to the note(`Modules are usually placed outside of blocks, at the top level of the file`)! resolve: rust-lang/rust#147314