Skip to content

Commit 9112e1a

Browse files
author
Esteban Küber
committed
fix rebase
1 parent 052159b commit 9112e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libfmt_macros/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ mod tests {
579579
}
580580

581581
fn musterr(s: &str) {
582-
let mut p = Parser::new(fmt, syntax::ast::StrStyle::Cooked);
582+
let mut p = Parser::new(s, syntax::ast::StrStyle::Cooked);
583583
p.next();
584584
assert!(!p.errors.is_empty());
585585
}

0 commit comments

Comments
 (0)