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

Fix ICE on using result of index on a constant to index into a constant #30714

Merged
merged 1 commit into from
Feb 16, 2016

Commits on Feb 13, 2016

  1. Fix ICE on using result of index on a constant to index into a constant

    The issue was that the const evaluator was returning an error because
    the feature flag const_indexing wasn't turned on. The error was then
    reported as a bug.
    
    Fixes rust-lang#29914
    wesleywiser committed Feb 13, 2016
    Configuration menu
    Copy the full SHA
    271777c View commit details
    Browse the repository at this point in the history