1
Fork 0

Move PanicInfo and Location to libcore

Per https://rust-lang.github.io/rfcs/2070-panic-implementation.html
This commit is contained in:
Simon Sapin 2018-01-23 16:31:53 +01:00
parent 48a7ea9c40
commit 2f98f4b12b
5 changed files with 230 additions and 190 deletions

View file

@ -288,6 +288,7 @@
#![feature(on_unimplemented)]
#![feature(oom)]
#![feature(optin_builtin_traits)]
#![feature(panic_internals)]
#![feature(panic_unwind)]
#![feature(peek)]
#![feature(placement_in_syntax)]