about summary refs log tree commit diff
path: root/src/libcore/core.rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcore/core.rc')
-rw-r--r--src/libcore/core.rc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libcore/core.rc b/src/libcore/core.rc
index d78da3b2533..06b9c6f2c9e 100644
--- a/src/libcore/core.rc
+++ b/src/libcore/core.rc
@@ -39,7 +39,7 @@ export float, f32, f64;
 export box, char, str, ptr, vec, at_vec, bool;
 export either, option, result, iter;
 export libc, os, io, run, rand, sys, unsafe, logging;
-export arc, comm, task, future, pipes;
+export arc, comm, task, future, pipes, sync;
 export extfmt;
 // The test harness links against core, so don't include runtime in tests.
 // FIXME (#2861): Uncomment this after snapshot gets updated.
@@ -204,6 +204,7 @@ mod comm;
 mod task;
 mod future;
 mod pipes;
+mod sync;
 
 // Runtime and language-primitive support