mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-02 19:32:17 +00:00
conditional compilation fix
This commit is contained in:
parent
aca8d98ad9
commit
6e2e5600df
1 changed files with 5 additions and 0 deletions
|
@ -62,6 +62,11 @@ pub fn host_tempfile() -> std::io::Result<NamedTempFile> {
|
|||
{
|
||||
host_windows_tempfile()
|
||||
}
|
||||
|
||||
#[cfg(not(any(windows, unix)))]
|
||||
{
|
||||
unreachable!()
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Default, Copy, Clone)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue