]> git.lizzy.rs Git - rust.git/blobdiff - src/test/auxiliary/lang-item-public.rs
Remove morestack support
[rust.git] / src / test / auxiliary / lang-item-public.rs
index fa5f7f48ab44366fda43c156f7a9127f6136c69e..7d78c42628138f4e3ba9e59ad3dfe4bfcc57798e 100644 (file)
@@ -15,9 +15,6 @@
 extern crate core;
 extern crate libc;
 
-#[lang = "stack_exhausted"]
-extern fn stack_exhausted() {}
-
 #[lang = "eh_personality"]
 extern fn eh_personality() {}