-
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
Update miri submodule #101522
Update miri submodule #101522
Conversation
The Miri submodule was changed cc @rust-lang/miri |
@bors r+ p=1 submodule bump |
📌 Commit 58286b8f310c4884e250ed622e8678c5f2dff666 has been approved by It is now in the queue for this repository. |
⌛ Testing commit 58286b8f310c4884e250ed622e8678c5f2dff666 with merge d3f6742fee5850d0cd27c5fa86b5354212d74725... |
💔 Test failed - checks-actions |
This comment has been minimized.
This comment has been minimized.
@bors r+ p=1 submodule bump |
📌 Commit de1edd5e971aa26eee209e9501024c2086789388 has been approved by It is now in the queue for this repository. |
debug_assert!(!self.projection[1..].contains(&PlaceElem::Deref)); | ||
debug_assert!( | ||
self.projection.is_empty() || !self.projection[1..].contains(&PlaceElem::Deref) | ||
); |
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, so that was the actual cause of the strange ICE...
Cc @ouz-a
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 wonder how this slipped without causing any issues until now. This should have been the default behavior...
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.
Looks like the ui test suite never hits the code path where this is empty.
@bors p=4 |
Ah dang, #101476 will probably break Miri again... |
⌛ Testing commit de1edd5e971aa26eee209e9501024c2086789388 with merge 6cb0d4da2b5d29683610c9e18106fbb98635a492... |
💔 Test failed - checks-actions |
ok this is just breakage from my other PR... doing a miri rustup, then refreshing this PR |
Rustup fix breakage in rust-lang/rust#101522
This comment has been minimized.
This comment has been minimized.
@bors r+ |
🌲 The tree is currently closed for pull requests below priority 1000. This pull request will be tested once the tree is reopened. |
☀️ Test successful - checks-actions |
Tested on commit rust-lang/rust@f91ca28. Direct link to PR: <rust-lang/rust#101522> 🎉 miri on windows: build-fail → test-pass (cc @RalfJung @oli-obk). 🎉 miri on linux: build-fail → test-pass (cc @RalfJung @oli-obk).
Finished benchmarking commit (f91ca28): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Footnotes |
fixes #101344
cc @rust-lang/miri
r? @ghost