core: Export sys::Closure

This commit is contained in:
Brian Anderson 2012-08-29 14:05:27 -07:00
parent 6e20ffeb8d
commit fd12188c07

View File

@ -1,6 +1,7 @@
//! Misc low level stuff
export TypeDesc;
export Closure;
export get_type_desc;
export size_of;
export min_align_of;