Sign in
rust
/
rust
/
8eb7c58dbb7b32701af113bc58722d0d1fefb1eb
/
.
/
src
/
libstd
/
sys
/
hermit
/
stack_overflow.rs
blob: 65a1b17acce9a701eea14e5fed00c3bc1569aeed [
file
]
pub
struct
Handler
;
impl
Handler
{
pub
unsafe
fn
new
()
->
Handler
{
Handler
}
}
#[
inline
]
pub
unsafe
fn
init
()
{}
#[
inline
]
pub
unsafe
fn
cleanup
()
{}