-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
#[deny(unsafe_op_in_unsafe_fn)]
in sys/cloudabi
#75115
Conversation
r? @KodrAus (rust_highfive has picked a reviewer for you, use r? to override) |
📌 Commit 6d8277b36e2a0da62108414617dd6963cfb33e3f has been approved by |
⌛ Testing commit 6d8277b36e2a0da62108414617dd6963cfb33e3f with merge 4a1eeda026c9978fd5dbaa43f5b65482238d17b2... |
💔 Test failed - checks-actions |
6d8277b
to
cd5654e
Compare
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 think this should be fine now. @KodrAus could you take another look?
Alrighty, let's try run this one through again. @bors r+ |
📌 Commit cd5654e has been approved by |
…rAus `#[deny(unsafe_op_in_unsafe_fn)]` in sys/cloudabi Partial fix of rust-lang#73904. This encloses unsafe operations in unsafe fn in sys/cloudabi.
⌛ Testing commit cd5654e with merge d5ea4bcea627275d51acff7cf6006be44f926e38... |
💔 Test failed - checks-actions |
@chansuke Ping from triage, it seems there's a compilation error. Since this platform is not covered by default in pr builds, consider test building it locally. (or temporarily tweak ci configuration to test it.) Thanks! |
@crlf0710 Thanks, I'll take a look at the compilation error. |
@chansuke Ping from triage, any updates on this? |
@crlf0710 Sorry, no progress on this issue... |
cd5654e
to
8b6caf0
Compare
@crlf0710 I fixed the compilation error, thanks. |
☔ The latest upstream changes (presumably #78001) made this pull request unmergeable. Please resolve the merge conflicts. Note that reviewers usually do not review pull requests until merge conflicts are resolved! Once you resolve the conflicts, you should change the labels applied by bors to indicate that your PR is ready for review. Post this as a comment to change the labels:
|
b17b9e3
to
c1d8895
Compare
c1d8895
to
d3467fe
Compare
@rustbot modify labels: +S-waiting-on-review -S-waiting-on-author |
@bors r+ |
📌 Commit d3467fe has been approved by |
🌲 The tree is currently closed for pull requests below priority 1000, this pull request will be tested once the tree is reopened |
…as-schievink Rollup of 12 pull requests Successful merges: - rust-lang#75115 (`#[deny(unsafe_op_in_unsafe_fn)]` in sys/cloudabi) - rust-lang#76614 (change the order of type arguments on ControlFlow) - rust-lang#77610 (revise Hermit's mutex interface to support the behaviour of StaticMutex) - rust-lang#77830 (Simplify query proc-macros) - rust-lang#77930 (Do not ICE with TraitPredicates containing [type error]) - rust-lang#78069 (Fix const core::panic!(non_literal_str).) - rust-lang#78072 (Cleanup constant matching in exhaustiveness checking) - rust-lang#78119 (Throw core::panic!("message") as &str instead of String.) - rust-lang#78191 (Introduce a temporary for discriminant value in MatchBranchSimplification) - rust-lang#78272 (const_evaluatable_checked: deal with unused nodes + div) - rust-lang#78318 (TyCtxt: generate single impl block with `slice_interners` macro) - rust-lang#78327 (resolve: Relax macro resolution consistency check to account for any errors) Failed merges: r? `@ghost`
Partial fix of #73904.
This encloses unsafe operations in unsafe fn in sys/cloudabi.