Module os1::bare_bones [] [src]

This module contains some basic functionality that libstd would normally otherwise provide. Most importantly, it defines rust_begin_unwind which is used by panic!.

Reexports

use core::prelude::v1::*;
use core::fmt;
use debug::Debug;
use machine::cli;

Functions

eh_personality
rust_begin_unwind

This function is used by panic! to display an error message.

stack_exhausted