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 c8813af commit d7b4f73Copy full SHA for d7b4f73
src/items/functions.md
@@ -258,7 +258,7 @@ returns a future. This future is just an ordinary future and thus an
258
```rust,edition2018
259
// Returns a future that, when awaited, dereferences `x`.
260
//
261
-// Unsafe condition: `x` must be safe to dereference until
+// Soundness condition: `x` must be safe to dereference until
262
// the resulting future is complete.
263
async unsafe fn unsafe_example(x: *const i32) -> i32 {
264
*x
0 commit comments