mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
a13db07b03
When there are no `[[bin]]` sections, all the binaries in `src/bin` are automatically picked up. When a section is added, that is no longer the case, so all the binaries need to be specified explicitly.