mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Merge pull request #6819 from roc-lang/rust-1-77-2-upgrade
Rust 1.77.2 upgrade
This commit is contained in:
commit
1bcf30391b
22 changed files with 74 additions and 77 deletions
|
@ -559,6 +559,7 @@ pub(crate) fn open_mmap_mut(path: &Path, length: usize) -> MmapMut {
|
|||
.read(true)
|
||||
.write(true)
|
||||
.create(true)
|
||||
.truncate(false)
|
||||
.open(path)
|
||||
.unwrap_or_else(|e| internal_error!("failed to create or open file {path:?}: {e}"));
|
||||
out_file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue