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 9744bc1 commit 2f2ce85Copy full SHA for 2f2ce85
src/error.rs
@@ -14,10 +14,8 @@ pub enum PointerError {
14
// Obviously, the name is the ref doc.
15
Null,
16
/// A pointer that was not previously lent to the FFI user.
17
- #[cfg(all(feature = "std", feature = "lender"))]
18
Invalid,
19
/// A pointer previously lent but the type is not the same.
20
21
InvalidType,
22
/// Trying to convert to `&str` a C string which content is not valid UTF-8.
23
Utf8Error(Utf8Error),
0 commit comments