Update to latest rustc

This commit is contained in:
pjht 2024-11-11 11:37:28 -06:00
parent 5212fbc51d
commit e44f9abc78
Signed by: pjht
GPG Key ID: CA239FC6934E6F3A
2 changed files with 2 additions and 1 deletions

View File

@ -625,7 +625,7 @@ fn from(kind: crate::io::ErrorKind) -> Self {
ErrorKind::FilesystemLoop => ELOOP,
ErrorKind::FilesystemQuotaExceeded => EDQUOT,
ErrorKind::HostUnreachable => EHOSTUNREACH,
//ErrorKind::InProgress => EINPROGRESS,
ErrorKind::InProgress => EINPROGRESS,
ErrorKind::Interrupted => EINTR,
ErrorKind::InvalidData => EINVALDAT,
ErrorKind::InvalidFilename => ENAMETOOLONG,

View File

@ -90,6 +90,7 @@ pub(crate) mod guard {
target_family = "wasm",
target_os = "uefi",
target_os = "zkvm",
target_os = "mikros",
))] {
pub(crate) fn enable() {
// FIXME: Right now there is no concept of "thread exit" on