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

Improve error span for async type inference error #62383

Merged
merged 1 commit into from
Jul 5, 2019

Commits on Jul 4, 2019

  1. Improve error span for async type inference error

    Fixes rust-lang#62382
    
    Previously, we would point at the spawn of the 'await' expression,
    instead of the actual expression with an unknown type.
    Aaron1011 committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    779308a View commit details
    Browse the repository at this point in the history