Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixup missing renames from #[main] to #[rustc_main] #98394

Merged
merged 1 commit into from
Jun 24, 2022

Commits on Jun 22, 2022

  1. Fixup missing renames from #[main] to #[rustc_main]

    In fc35703 `#[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.
    Enselic committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    94477e3 View commit details
    Browse the repository at this point in the history