diff options
| author | Esteban Küber <esteban@commure.com> | 2018-07-20 11:04:23 -0700 |
|---|---|---|
| committer | Esteban Küber <esteban@commure.com> | 2018-07-20 11:04:23 -0700 |
| commit | 9112e1a4cdbc549ef58d496ff02f146c85857717 (patch) | |
| tree | 7d621902f0d245a2797cbcfed6d2e56a94d664b6 | |
| parent | 052159be5349338f872b676c6593ee74cc1d5eb8 (diff) | |
| download | rust-9112e1a4cdbc549ef58d496ff02f146c85857717.tar.gz rust-9112e1a4cdbc549ef58d496ff02f146c85857717.zip | |
fix rebase
| -rw-r--r-- | src/libfmt_macros/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libfmt_macros/lib.rs b/src/libfmt_macros/lib.rs index 6f4989c3e87..52223b2343c 100644 --- a/src/libfmt_macros/lib.rs +++ b/src/libfmt_macros/lib.rs @@ -579,7 +579,7 @@ mod tests { } fn musterr(s: &str) { - let mut p = Parser::new(fmt, syntax::ast::StrStyle::Cooked); + let mut p = Parser::new(s, syntax::ast::StrStyle::Cooked); p.next(); assert!(!p.errors.is_empty()); } |
