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

ir: When something has a definition, return unresolved type references until we parse it. #926

Merged
merged 4 commits into from
Sep 5, 2017

Commits on Sep 4, 2017

  1. ir: When something has a definition, return unresolved type reference…

    …s until we parse it.
    
    This ensures that we see all the relevant types that are defined when parsing
    the definition, avoiding problems like rust-lang#888.
    
    Fixes rust-lang#888
    emilio committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    bf9b3e9 View commit details
    Browse the repository at this point in the history
  2. Existing test adjustments.

    emilio committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    dfe5185 View commit details
    Browse the repository at this point in the history
  3. Test.

    emilio committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    179c1f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ecb50a View commit details
    Browse the repository at this point in the history