-
Notifications
You must be signed in to change notification settings - Fork 13.7k
miri subtree update #145632
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
miri subtree update #145632
Conversation
Co-authored-by: Ralf Jung <[email protected]>
Use GH app for authenticating pull PRs
rely on preinstalled rustup on windows-arm
This updates the rust-version file to adcb3d3.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: adcb3d3 Filtered ref: 5825740f16c56a1dac078765954330b987825b73 This merge was created using https://github.com/rust-lang/josh-sync.
Automatic Rustup
update rustup PR message
This updates the rust-version file to 07b7dc9.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: 07b7dc9 Filtered ref: 3785af8cd0fe0eeb48a0f920ca3fae973cf842d7 This merge was created using https://github.com/rust-lang/josh-sync.
Automatic Rustup
This updates the rust-version file to 4c7749e.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: 4c7749e Filtered ref: 9742b5940dcb4aea810f9ce020a92b3f72ed7bb4 This merge was created using https://github.com/rust-lang/josh-sync.
Automatic Rustup
This updates the rust-version file to 1553adf.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: 1553adf Filtered ref: e5ee70aa5f36dacdc6df9490e867c45aa4e51c18 This merge was created using https://github.com/rust-lang/josh-sync.
Automatic Rustup
This updates the rust-version file to 3507a74.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: 3507a74 Filtered ref: 67f9124a1e199effc310447c1c1f9548093bd8f9 This merge was created using https://github.com/rust-lang/josh-sync.
Automatic Rustup
This updates the rust-version file to 425a9c0.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: 425a9c0 Filtered ref: 7e955d5a6c676a099595bdfaec0705d3703e7a3c This merge was created using https://github.com/rust-lang/josh-sync.
Automatic Rustup
Add tracing to data race functions
…awesomeness triagebot: Show range-diff links on force pushes
link to TB doc in unsafe-code-guidelines
When a symbol only has a weak definition, this definition will be picked. When a symbol has both a weak and a regular definition, the regular definition will be picked instead.
Support weak definitions
The Miri subtree was changed cc @rust-lang/miri |
@bors r+ |
This comment has been minimized.
This comment has been minimized.
miri subtree update Subtree update of `miri` to rust-lang/miri@c304485. Created using https://github.com/rust-lang/josh-sync. r? `@ghost`
src/tools/miri/src/lib.rs
Outdated
@@ -1,4 +1,3 @@ | |||
#![cfg_attr(bootstrap, feature(strict_overflow_ops))] |
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 this is premature given the CI failure both here and #145636 (comment)
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.
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.
Seems like there's a warning/error complaining about bootstrap
being an unknown-cfg in Miri. I guess we'll have to add it to the list.
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.
🤔 yeah, I thought since it was unknown it couldn't be set anymore
@bors r- (failing CI) |
The job Click to see the possible cause of the failure (guessed by this bot)
|
Subtree update of
miri
to rust-lang/miri@c304485.Created using https://github.com/rust-lang/josh-sync.
r? @ghost