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

hir: Disallow target_feature on constants #64809

Merged
merged 2 commits into from
Sep 28, 2019

Commits on Sep 26, 2019

  1. hir: Disallow target_feature on constants

    This commit fixes an ICE when `target_feature` is applied to constants.
    
    Signed-off-by: David Wood <david@davidtw.co>
    davidtwco committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    e79036d View commit details
    Browse the repository at this point in the history
  2. hir: stop checking codegen fn attrs for constants

    See linked comment[1] for context.
    
    1: rust-lang#64809 (comment)
    
    Signed-off-by: David Wood <david@davidtw.co>
    davidtwco committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    c3368bd View commit details
    Browse the repository at this point in the history