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

Track caller for Ident validation panics #423

Merged
merged 1 commit into from Nov 26, 2023
Merged

Track caller for Ident validation panics #423

merged 1 commit into from Nov 26, 2023

Conversation

dtolnay
Copy link
Owner

@dtolnay dtolnay commented Nov 26, 2023

Before:

thread 'main' panicked at ~/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.69/src/fallback.rs:817:9:
"asdf()" is not a valid Ident
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

After:

thread 'main' panicked at src/main.rs:2:13:
"asdf()" is not a valid Ident
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

@dtolnay dtolnay merged commit 4482662 into master Nov 26, 2023
22 checks passed
@dtolnay dtolnay deleted the trackcaller branch November 26, 2023 01:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant