-
Notifications
You must be signed in to change notification settings - Fork 13.3k
ICE: attr_parsing: None #137589
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
Labels
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
@rustbot claim |
So this was a case we silently ignored in the past, and isn't caught by any other check while I assumed it would be. I've got a local fix now so thats good :) Openin a PR in a sec |
jdonszelmann
added a commit
to jdonszelmann/rust
that referenced
this issue
Feb 25, 2025
jdonszelmann
added a commit
to jdonszelmann/rust
that referenced
this issue
Feb 25, 2025
fmease
added a commit
to fmease/rust
that referenced
this issue
Feb 26, 2025
…r-errors fix attribute-related ICE when parsing macro on the rhs of a name-value attribute r? `@oli-obk` Closes: rust-lang#137589
fmease
added a commit
to fmease/rust
that referenced
this issue
Feb 26, 2025
…r-errors fix attribute-related ICE when parsing macro on the rhs of a name-value attribute r? ``@oli-obk`` Closes: rust-lang#137589
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this issue
Feb 26, 2025
Rollup merge of rust-lang#137622 - jdonszelmann:fix-137589, r=compiler-errors fix attribute-related ICE when parsing macro on the rhs of a name-value attribute r? ``@oli-obk`` Closes: rust-lang#137589
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
auto-reduced (treereduce-rust):
original:
Version information
Possibly related line of code:
rust/compiler/rustc_attr_parsing/src/parser.rs
Lines 353 to 365 in f5729cf
Command:
/home/matthias/.rustup/toolchains/master/bin/rustc
Program output
The text was updated successfully, but these errors were encountered: