Fix
This commit is contained in:
parent
4fac7396a2
commit
93294ea456
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ fn errors(msgs: &[&str]) -> (Box<dyn Emitter + sync::Send>, usize) {
|
|||
|
||||
fn test_env<F>(source_string: &str, args: (Box<dyn Emitter + sync::Send>, usize), body: F)
|
||||
where
|
||||
F: FnOnce(Env),
|
||||
F: FnOnce(Env) + sync::Send,
|
||||
{
|
||||
syntax::with_globals(|| {
|
||||
let mut options = config::Options::default();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue