1
Fork 0

Rollup merge of #109075 - joboet:lazylock_backtrace, r=workingjubilee

Use `LazyLock` to lazily resolve backtraces

By using TAIT to name the initializing closure, `LazyLock` can be used to replace the current `LazilyResolvedCapture`.
This commit is contained in:
Jubilee 2023-07-30 17:50:47 -07:00 committed by GitHub
commit 0ad8d6adc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 25 additions and 49 deletions

View file

@ -272,6 +272,7 @@
#![feature(staged_api)]
#![feature(thread_local)]
#![feature(try_blocks)]
#![feature(type_alias_impl_trait)]
#![feature(utf8_chunks)]
// tidy-alphabetical-end
//