rustdoc::ANALYSISKEYUnstable [-] [+] [src]

pub static ANALYSISKEY: LocalKey<Rc<RefCell<Option<CrateAnalysis>>>> = {
use std:: cell:: UnsafeCell as __UnsafeCell ; use std:: thread:: __local::
KeyInner as __KeyInner ; use std:: option:: Option as __Option ; use std::
option:: Option:: None as __None ; __thread_local_inner ! (
static __KEY : __UnsafeCell < __Option < $ t >> = {
__UnsafeCell { value : __None } } ) ; fn __init (  ) -> $ t { $ init } fn
__getit (  ) -> & 'static __KeyInner < __UnsafeCell < __Option < $ t >> > {
& __KEY } :: std:: thread:: LocalKey { inner : __getit , init : __init } }