Constant internment::LOCAL_STUFF[]

pub const LOCAL_STUFF: LocalKey<RefCell<Vec<Box<Any>>>> = {
    #[inline]
    fn __init() -> RefCell<Vec<Box<Any>>> { loop  { } }
    unsafe fn __getit()
     ->
         ::option::Option<&'static ::cell::UnsafeCell<::option::Option<RefCell<Vec<Box<Any>>>>>> {
                                                                                                     loop 
                                                                                                          {
                                                                                                     }
                                                                                                 }
    unsafe { <::thread::LocalKey>::new(__getit, __init) }
}