Skip to content
Snippets Groups Projects
Commit 1386157d authored by John Hodge's avatar John Hodge
Browse files

libstd - Nightly fix

parent c27568ef
No related merge requests found
...@@ -22,7 +22,7 @@ pub unsafe extern fn __rdl_alloc(size: usize, ...@@ -22,7 +22,7 @@ pub unsafe extern fn __rdl_alloc(size: usize,
} }
#[lang="oom"] #[lang="oom"]
pub unsafe extern fn __rdl_oom() -> ! { pub unsafe extern fn __rdl_oom(layout: Layout) -> ! {
//System.oom() //System.oom()
panic!("OOM"); panic!("OOM");
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment