mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Communicate a backtrace to the constellation when panicking.
This commit is contained in:
parent
47efbea666
commit
9153333f62
10 changed files with 197 additions and 70 deletions
|
@ -18,6 +18,7 @@
|
|||
#![deny(unsafe_code)]
|
||||
|
||||
extern crate app_units;
|
||||
extern crate backtrace;
|
||||
#[allow(unused_extern_crates)]
|
||||
#[macro_use]
|
||||
extern crate bitflags;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue