Uh oh!
There was an error while loading. Please reload this page.
fix ICE on specific malformed asm clobber_abi - #112683
Conversation
rustbot
commented
Jun 15, 2023
r? @TaKO8Ki (rustbot has picked a reviewer for you, use r? to override) |
There was a problem hiding this comment.
can you do clobber_abi() without any args too?
There was a problem hiding this comment.
There's a test in the x86_64 specific tests that handles this:
rust/tests/ui/asm/x86_64/parse-error.rs
Lines 41 to 42 in 331249a
There was a problem hiding this comment.
hm now that I think about it, that file should be brought out to the main asm tests and this file's contents added to it
compiler-errors
commented
Jun 15, 2023
r=me with one additional example (unless there's already a ui test that excersies this behavior somewhere) r? @compiler-errors@bors delegate+ |
bors
commented
Jun 15, 2023
✌️ @asquared31415, you can now approve this pull request! If @compiler-errors told you to " |
54006e0 to
e8824d6Compareasquared31415
commented
Jun 15, 2023
@bors r=compiler-errors |
bors
commented
Jun 15, 2023
…ompiler-errors fix ICE on specific malformed asm clobber_abi fixesrust-lang#112635
Dylan-DPC
commented
Jun 16, 2023
e8824d6 to
1fcb0c7Compareasquared31415
commented
Jun 16, 2023
@bors r=compiler-errors |
bors
commented
Jun 16, 2023
📌 Commit 1fcb0c74f9549207d35cd85675f3c221012ef982 has been approved by It is now in the queue for this repository. |
Uh oh!
There was an error while loading. Please reload this page.
1fcb0c7 to
3dc793eComparecompiler-errors
commented
Jun 16, 2023
thank @bors r+ |
bors
commented
Jun 16, 2023
…iaskrgr Rollup of 6 pull requests Successful merges: - rust-lang#112352 (Fix documentation build on FreeBSD) - rust-lang#112644 (Correct types in method descriptions of `NonZero*` types) - rust-lang#112683 (fix ICE on specific malformed asm clobber_abi) - rust-lang#112707 ([rustdoc] Fix invalid handling of "going back in history" when "go to only search result" setting is enabled) - rust-lang#112719 (Replace fvdl with ffx, allow test without install) - rust-lang#112728 (Add `<meta charset="utf-8">` to `-Zdump-mir-spanview` output) r? `@ghost` `@rustbot` modify labels: rollup
fixes#112635