Ruby Lazuli
Results
33
comments of
Ruby Lazuli
This was previously suggested in #3163, which was closed due to concerns over the clarity of the syntax.
cc rust-lang/rust#130494
`unsafe` blocks introduce an `unsafe` context that changes the set of valid operations, much like `async` blocks and the future [`const` blocks](https://github.com/rust-lang/rust/issues/76001). I can't quite explain why, but I believe...