We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b088e commit aace367Copy full SHA for aace367
src/librustc/diagnostics.rs
@@ -312,8 +312,8 @@ http://doc.rust-lang.org/reference.html#ffi-attributes
312
E0133: r##"
313
Using unsafe functionality, such as dereferencing raw pointers and calling
314
functions via FFI or marked as unsafe, is potentially dangerous and disallowed
315
-by safety checks. As such, those safety checks can be temporarily relaxed by
316
-wrapping the unsafe instructions inside an `unsafe` block. For instance:
+by safety checks. These safety checks can be relaxed for a section of the code
+by wrapping the unsafe instructions with an `unsafe` block. For instance:
317
318
```
319
unsafe fn f() { return; }
0 commit comments