Make task.rs export local_data. This is a hack to work around #2945.

This commit is contained in:
Michael Sullivan 2012-07-18 11:01:45 -07:00
parent df7ce33b3d
commit 7f3bbd57c0

View File

@ -72,6 +72,10 @@ export thread_per_task;
export manual_threads;
export osmain;
// FIXME (See #2945): This shouldn't be exported, but is to work around
// what appears to be a metadata bug.
export local_data;
/* Data types */
/// A handle to a task