Skip to content

Commit 5adae03

Browse files
committed
WIP HACK to make it compile
1 parent f6a5c9c commit 5adae03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/librustc/middle/resolve_lifetime.rs

+3
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,9 @@ enum Scope<'a> {
323323
Root,
324324
}
325325

326+
// FIXME just a hack to get a crater run!
327+
unsafe impl<'a> Sync for Scope<'a> {}
328+
326329
#[derive(Clone, Debug)]
327330
enum Elide {
328331
/// Use a fresh anonymous late-bound lifetime each time, by

0 commit comments

Comments
 (0)