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 360dddb commit 2c5ee27Copy full SHA for 2c5ee27
library/std/src/sys/pal/hermit/os.rs
@@ -65,7 +65,7 @@ impl StdError for JoinPathsError {
65
}
66
67
pub fn current_exe() -> io::Result<PathBuf> {
68
- unsupported()
+ Ok(crate::path::Path::new("qemu").to_path_buf())
69
70
71
static ENV: Mutex<Option<HashMap<OsString, OsString>>> = Mutex::new(None);
0 commit comments