Static syntex_pos::SPAN_DEBUG []

pub static SPAN_DEBUG: LocalKey<Cell<fn(_: Span, _: &mut Formatter) -> Result>> = {
    fn __init()
     ->
         Cell<fn(Span, &mut fmt::Formatter)
                  -> fmt::Result> { <Cell>::new(default_span_debug) }
    fn __getit()
     ->
         ::option::Option<&'static ::cell::UnsafeCell<::option::Option<Cell<fn(Span,
                                                                               &mut fmt::Formatter)
                                                                                ->
                                                                                    fmt::Result>>>> {
                                                                                                        #[cfg(not(target_thread_local))]
                                                                                                        static __KEY:
                                                                                                               ::thread::__OsLocalKeyInner<Cell<fn(Span,
                                                                                                                                                   &mut fmt::Formatter)
                                                                                                                                                    ->
                                                                                                                                                        fmt::Result>>
                                                                                                               =
                                                                                                            <::thread::__OsLocalKeyInner>::new();
                                                                                                        __KEY.get()
                                                                                                    }
    <::thread::LocalKey>::new(__getit, __init)
}