1
Fork 0

core and std macros and panic internals use panic::Location::caller.

This commit is contained in:
Adam Perry 2019-12-07 08:37:08 -08:00
parent 1ed41b0720
commit eaccda009f
7 changed files with 35 additions and 37 deletions

View file

@ -306,6 +306,7 @@
#![feature(thread_local)]
#![feature(toowned_clone_into)]
#![feature(trace_macros)]
#![feature(track_caller)]
#![feature(try_reserve)]
#![feature(unboxed_closures)]
#![feature(untagged_unions)]