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

rustc_codegen_ssa: Don't drop IncorrectCguReuseType , make rustc_expected_cgu_reuse attr work #118973

Merged
merged 1 commit into from
Dec 20, 2023

Commits on Dec 19, 2023

  1. rustc_codegen_ssa: Don't let IncorrectCguReuseType errors get lost

    In [100753], `IncorrectCguReuseType` accidentally stopped being emitted.
    Begin emitting it again rather than just blindly dropping it, and adjust
    tests accordingly.
    
    [100753]: rust-lang@706452e#diff-048389738ddcbe0f9765291a29db1fed9a5f03693d4781cfb5aaa97ffb3c7f84
    Enselic committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    d46df80 View commit details
    Browse the repository at this point in the history