Make task.rs export local_data. This is a hack to work around #2945.
This commit is contained in:
@@ -72,6 +72,10 @@ export thread_per_task;
|
|||||||
export manual_threads;
|
export manual_threads;
|
||||||
export osmain;
|
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 */
|
/* Data types */
|
||||||
|
|
||||||
/// A handle to a task
|
/// A handle to a task
|
||||||
|
|||||||
Reference in New Issue
Block a user