Uh oh!
There was an error while loading. Please reload this page.
Fix the miri tool - #49933
Conversation
rust-highfive
commented
Apr 13, 2018
There was a problem hiding this comment.
Can this early-return index, without going through read_discriminant_value?
There was a problem hiding this comment.
I'm not sure the comment is correct. Also, read_discriminant_as_variant_index seems slightly better as a name?
There was a problem hiding this comment.
Please call the layout/codegen/memory counterpart "tag" not "discriminant".
There was a problem hiding this comment.
Are there no helpers in miri to do "integer casts" (zext/sext/trunc) without repeating these bitops all over the place?
There was a problem hiding this comment.
nope ^^ I'll take my own advice and open an easy issue
There was a problem hiding this comment.
This should also use "discriminant" vs "tag" terminology. Also, I wish the discr field in Variants::Tagged was called tag.
rust-highfive
commented
Apr 13, 2018
Your PR failed on Travis (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
oli-obk
commented
Apr 14, 2018
I created a long lived branch in the miri repo which we're going to merge, not rebase or force-push in any other way. |
bors
commented
Apr 19, 2018
☔ The latest upstream changes (presumably #49949) made this pull request unmergeable. Please resolve the merge conflicts. |
bors
commented
Apr 21, 2018
☔ The latest upstream changes (presumably #50056) made this pull request unmergeable. Please resolve the merge conflicts. |
eddyb
commented
Apr 24, 2018
@bors r+ |
bors
commented
Apr 24, 2018
📌 Commit 3084c06 has been approved by |
bors
commented
Apr 24, 2018
bors
commented
Apr 24, 2018
☀️ Test successful - status-appveyor, status-travis |
kennytm-githubbot
commented
Apr 24, 2018
Tested on commit rust-lang/rust@f5203d1. Direct link to PR: <rust-lang/rust#49933> 🎉 miri on windows: build-fail → test-fail. 🎉 miri on linux: build-fail → test-fail.
r? @eddyb
cc @bjorn3
fixes#49777