diff options
Diffstat (limited to 'src/libcore')
| -rw-r--r-- | src/libcore/kinds.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/kinds.rs b/src/libcore/kinds.rs index 9d64a25149f..0a1334e5d13 100644 --- a/src/libcore/kinds.rs +++ b/src/libcore/kinds.rs @@ -271,7 +271,7 @@ pub mod marker { /// A type which is considered "not sync", meaning that /// its contents are not threadsafe, hence they cannot be /// shared between tasks. - #[lang="no_share_bound"] + #[lang="no_sync_bound"] #[deriving(PartialEq,Clone)] pub struct NoSync; |
