-
Notifications
You must be signed in to change notification settings - Fork 543
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
Add few unsafe markers #2526
Add few unsafe markers #2526
Conversation
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.
Thank you for championing this unsafety change!
I'd like to go into more details on what we can do safely, but this requires time, and we'll do it after the initial release.
@@ -3,6 +3,7 @@ name = "hal-examples" | |||
version = "0.1.0" | |||
publish = false | |||
workspace = ".." | |||
edition = "2018" |
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.
let's leave the edition update to other PRs, the scope is already high, unless you require it for this to work
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.
The code needs nll. Because I've messed with blocks.
It set only for examples though. And there were no changes to compile for 2018
Can you remove the second commit please? |
Nightly is broken. It happens sometimes. I don't think it should disturb our workflow. Especially when we want to roll our first release. |
The issue rust-lang/rust#57111 is resolved now, please remove the last commit. |
If you insist |
Thank you!
Bors r+
… On Dec 26, 2018, at 02:42, Zakarum ***@***.***> wrote:
If you insist
—
You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub, or mute the thread.
|
2526: Add few unsafe markers r=kvark a=omni-viral Fixes #2453 PR checklist: - [x] `make` succeeds (on *nix) - [x] `make reftests` succeeds - [x] tested examples with the following backends: metal - [ ] `rustfmt` run on changed code Co-authored-by: Zakarum <[email protected]>
Fixes #2453
PR checklist:
make
succeeds (on *nix)make reftests
succeedsmetal
rustfmt
run on changed code