rust/src/libunwind
Niko Matsakis a47fd3df89 make #[unwind] attribute specify expectations more clearly
You can now choose between the following:

- `#[unwind(allowed)]`
- `#[unwind(aborts)]`

Per rust-lang/rust#48251, the default is `#[unwind(allowed)]`, though
I think we should change this eventually.
2018-02-20 19:12:52 -05:00
..
build.rs Do not assume dynamic linking for musl/mips[el] targets 2018-01-22 16:14:51 -02:00
Cargo.toml
lib.rs Do not assume dynamic linking for musl/mips[el] targets 2018-01-22 16:14:51 -02:00
libunwind.rs make #[unwind] attribute specify expectations more clearly 2018-02-20 19:12:52 -05:00
macros.rs