1
Fork 0

Stabilize #[track_caller].

Does not yet make its constness stable, though. Use of
`Location::caller` in const contexts is still gated by
`#![feature(const_caller_location)]`.
This commit is contained in:
Adam Perry 2020-05-21 16:43:39 -07:00
parent d462551a86
commit f07d10db7c
38 changed files with 36 additions and 99 deletions

View file

@ -316,7 +316,7 @@
#![feature(toowned_clone_into)]
#![feature(total_cmp)]
#![feature(trace_macros)]
#![feature(track_caller)]
#![cfg_attr(bootstrap, feature(track_caller))]
#![feature(try_reserve)]
#![feature(unboxed_closures)]
#![feature(untagged_unions)]