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 8d8a290 commit 33fd08bCopy full SHA for 33fd08b
library/std/src/sys/hermit/fs.rs
@@ -334,10 +334,6 @@ impl File {
334
pub fn set_permissions(&self, _perm: FilePermissions) -> io::Result<()> {
335
Err(Error::from_raw_os_error(22))
336
}
337
-
338
- pub fn diverge(&self) -> ! {
339
- loop {}
340
- }
341
342
343
impl DirBuilder {
library/std/src/sys/hermit/process.rs
0 commit comments