alnyan/yggdrasil: add NotImplemented error
This commit is contained in:
@@ -88,6 +88,9 @@ fn cvt_io_err(e: OsError) -> crate::io::Error {
|
||||
OsError::InvalidArgument => {
|
||||
crate::io::const_io_error!(ErrorKind::InvalidInput, "invalid argument")
|
||||
}
|
||||
OsError::NotImplemented => {
|
||||
crate::io::const_io_error!(ErrorKind::Unsupported, "feature not implemented")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user