-
Notifications
You must be signed in to change notification settings - Fork 149
Closed
Labels
Description
The try_new()
method of VirtAddr
and PhysAddr
may return respectively VirtAddrNotValid
and PhysAddrNotValid
. Unfortunately, those error structs are defined in the private module addr
and are not reexported, so their content cannot be accessed and they can't be stored in other errors.
It would be great to export both of them.