mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Merge remote-tracking branch 'origin/arena_pool' into crossbeam
This commit is contained in:
commit
d533f6234c
8 changed files with 443 additions and 5 deletions
|
@ -859,11 +859,6 @@ fn parse_src<'a>(
|
|||
}
|
||||
|
||||
/// Load a module by its filename
|
||||
///
|
||||
/// This has two unsafe calls:
|
||||
///
|
||||
/// * memory map the filename instead of doing a buffered read
|
||||
/// * assume the contents of the file are valid UTF-8
|
||||
fn load_filename<'a>(
|
||||
arena: Bump,
|
||||
filename: PathBuf,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue