Update to latest rustc
This commit is contained in:
parent
5212fbc51d
commit
e44f9abc78
@ -625,7 +625,7 @@ fn from(kind: crate::io::ErrorKind) -> Self {
|
|||||||
ErrorKind::FilesystemLoop => ELOOP,
|
ErrorKind::FilesystemLoop => ELOOP,
|
||||||
ErrorKind::FilesystemQuotaExceeded => EDQUOT,
|
ErrorKind::FilesystemQuotaExceeded => EDQUOT,
|
||||||
ErrorKind::HostUnreachable => EHOSTUNREACH,
|
ErrorKind::HostUnreachable => EHOSTUNREACH,
|
||||||
//ErrorKind::InProgress => EINPROGRESS,
|
ErrorKind::InProgress => EINPROGRESS,
|
||||||
ErrorKind::Interrupted => EINTR,
|
ErrorKind::Interrupted => EINTR,
|
||||||
ErrorKind::InvalidData => EINVALDAT,
|
ErrorKind::InvalidData => EINVALDAT,
|
||||||
ErrorKind::InvalidFilename => ENAMETOOLONG,
|
ErrorKind::InvalidFilename => ENAMETOOLONG,
|
||||||
|
@ -90,6 +90,7 @@ pub(crate) mod guard {
|
|||||||
target_family = "wasm",
|
target_family = "wasm",
|
||||||
target_os = "uefi",
|
target_os = "uefi",
|
||||||
target_os = "zkvm",
|
target_os = "zkvm",
|
||||||
|
target_os = "mikros",
|
||||||
))] {
|
))] {
|
||||||
pub(crate) fn enable() {
|
pub(crate) fn enable() {
|
||||||
// FIXME: Right now there is no concept of "thread exit" on
|
// FIXME: Right now there is no concept of "thread exit" on
|
||||||
|
Loading…
Reference in New Issue
Block a user