Move PanicInfo and Location to libcore
Per https://rust-lang.github.io/rfcs/2070-panic-implementation.html
This commit is contained in:
parent
48a7ea9c40
commit
2f98f4b12b
5 changed files with 230 additions and 190 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue