mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-28 03:24:11 +00:00
In fc357039f9 `#[main]` was removed and replaced with `#[rustc_main]`. In some place the rename was forgotten, which makes the current code confusing, because at first glance it seems that `#[main]` is still around. Perform the renames also in these places.