-
Notifications
You must be signed in to change notification settings - Fork 13k
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
builtin_macros: Fix use of interpolated identifiers in asm!
#77595
Conversation
r? @oli-obk (rust_highfive has picked a reviewer for you, use r? to override) |
| ^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^^^^ | ||
... | ||
LL | m!(in out lateout inout inlateout const sym | ||
| _____- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh wow... cc @rust-lang/wg-diagnostics we should probably deduplicate span_label
s that have the same message and span
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we do this already, but it's intentionally disabled for UI tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Aaron1011
No, with -Z deduplicate-diagnostics=yes
the output looks the same.
Full diagnostics (error + all the attached notes and labels) are deduplicated, not individual fragments.
@bors r+ |
📌 Commit 219c66c has been approved by |
⌛ Testing commit 219c66c with merge 533780d38930861f700ce418e654b413b257723a... |
@bors retry Yielding priority to the stable release. |
☀️ Test successful - checks-actions, checks-azure |
Fixes #77584