rust/src/libstd/thread_local
Niko Matsakis 7f6177e646 Fix fallout from changes. In cases where stage0 compiler is needed, we
cannot use an `as` expression to coerce, so I used a one-off function
instead (this is a no-op in stage0, but in stage1+ it triggers
coercion from the fn pointer to the fn item type).
2014-12-22 12:27:07 -05:00
..
mod.rs Fix fallout from changes. In cases where stage0 compiler is needed, we 2014-12-22 12:27:07 -05:00
scoped.rs Avoid .take().unwrap() with FnOnce closures 2014-12-18 23:31:52 -08:00