Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

Commit

Permalink
progress: derp, this needs to be commented out
Browse files Browse the repository at this point in the history
... because it's *supposed* to not compile.
  • Loading branch information
BurntSushi committed Mar 31, 2023
1 parent 754af2e commit 392b156
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/util/lazy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,11 @@ mod tests {
// T to create a value on one thread and drop it on another. This *should*
// require T: Send, but our missing bounds before let it sneak by.
//
// Basically, this test should not compile, so we... comment it out. We
// don't have a great way of testing compile-fail tests right now.
//
// See: https://github.com/BurntSushi/regex-automata/issues/30
/*
#[test]
fn sync_not_send() {
#[allow(dead_code)]
Expand All @@ -457,4 +461,5 @@ mod tests {
// through thread local)
}
}
*/
}

0 comments on commit 392b156

Please sign in to comment.