Make task.rs export local_data. This is a hack to work around #2945.
This commit is contained in:
parent
df7ce33b3d
commit
7f3bbd57c0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user