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

Reconstruct span information lost by compiler #87

Merged
merged 4 commits into from May 15, 2020
Merged

Reconstruct span information lost by compiler #87

merged 4 commits into from May 15, 2020

Commits on May 15, 2020

  1. Add failing regression test for issue 86

        error[E0425]: cannot find value `_0` in this scope
           --> tests/test_display.rs:208:29
            |
        208 |             #[derive(Debug, Error)]
            |                             ^^^^^ not found in this scope
    dtolnay committed May 15, 2020
    Configuration menu
    Copy the full SHA
    7dc7219 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3891d98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57b4e92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a49609 View commit details
    Browse the repository at this point in the history