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 269e8a4 commit b4d7fddCopy full SHA for b4d7fdd
src/file.rs
@@ -43,7 +43,7 @@ pub fn read_exact(file: &File, offset: u64, size: usize) -> std::io::Result<Slic
43
44
#[cfg(not(any(unix, windows)))]
45
{
46
- compile_error!("unsupported OS");
+ compile_error!("unsupported platform");
47
unimplemented!();
48
}
49
0 commit comments