Static rustdoc::html::render::CURRENT_LOCATION_KEY []

pub static CURRENT_LOCATION_KEY: LocalKey<RefCell<Vec<String>>> = {
    fn __init() -> RefCell<Vec<String>> { <RefCell>::new(<Vec>::new()) }
    fn __getit()
     ->
         ::option::Option<&'static ::cell::UnsafeCell<::option::Option<RefCell<Vec<String>>>>> {
                                                                                                   #[thread_local]
                                                                                                   #[cfg(target_thread_local)]
                                                                                                   static __KEY:
                                                                                                          ::thread::__FastLocalKeyInner<RefCell<Vec<String>>>
                                                                                                          =
                                                                                                       <::thread::__FastLocalKeyInner>::new();
                                                                                                   __KEY.get()
                                                                                               }
    <::thread::LocalKey>::new(__getit, __init)
}
🔬 This is a nightly-only experimental API. (rustdoc)