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.
new_unsafe
1 parent 4d06b25 commit bdf9ee0Copy full SHA for bdf9ee0
src/addr.rs
@@ -256,7 +256,7 @@ impl VirtAddr {
256
_ => {}
257
}
258
259
- Some(Self::new(addr))
+ Some(unsafe { Self::new_unsafe(addr) })
260
261
262
@@ -371,7 +371,7 @@ impl Step for VirtAddr {
371
372
373
374
375
376
377
0 commit comments