-
Couldn't load subscription status.
- Fork 13.9k
Eagerly lower asm sub-expressions to HIR even if there is an error #72607
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
Conversation
Co-authored-by: Oliver Scherer <github35764891676564198441@oli-obk.de>
|
@bors r+ |
|
📌 Commit 7aa8946 has been approved by |
|
Sorry, forgot to actually run the test. |
|
@bors r+ |
|
📌 Commit de53276 has been approved by |
Eagerly lower asm sub-expressions to HIR even if there is an error Fixes rust-lang#72570 r? @oli-obk
| --> $DIR/issue-72570.rs:7:18 | ||
| | | ||
| LL | asm!("", in("invalid") "".len()); | ||
| | ^^^^^^^^^^^^^^^^^^^^^^ |
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.
Nit: could this just underline the "invalid", rather than the whole argument?
Rollup of 9 pull requests Successful merges: - rust-lang#72299 (more `LocalDefId`s) - rust-lang#72368 (Resolve overflow behavior for RangeFrom) - rust-lang#72441 (Fix ICE with explicit late-bound lifetimes) - rust-lang#72499 (Override Box::<[T]>::clone_from) - rust-lang#72521 (Properly handle InlineAsmOperand::SymFn when collecting monomorphized items) - rust-lang#72540 (mir: adjust conditional in recursion limit check) - rust-lang#72563 (multiple Return terminators are possible) - rust-lang#72585 (Only capture tokens for items with outer attributes) - rust-lang#72607 (Eagerly lower asm sub-expressions to HIR even if there is an error) Failed merges: r? @ghost
Fixes #72570
r? @oli-obk