We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae79201 commit c47df30Copy full SHA for c47df30
src/libsyntax_pos/symbol.rs
@@ -81,6 +81,7 @@ pub struct Symbol(u32);
81
82
// The interner in thread-local, so `Symbol` shouldn't move between threads.
83
impl !Send for Symbol { }
84
+impl !Sync for Symbol { }
85
86
impl Symbol {
87
/// Maps a string to its interned representation.
0 commit comments