Make task.rs export local_data. This is a hack to work around #2945.
This commit is contained in:
parent
df7ce33b3d
commit
7f3bbd57c0
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue