Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing argument for parse::str_lit #10

Closed
dtolnay opened this issue Sep 17, 2017 · 0 comments · Fixed by #11
Closed

Missing argument for parse::str_lit #10

dtolnay opened this issue Sep 17, 2017 · 0 comments · Fixed by #11

Comments

@dtolnay
Copy link
Owner

dtolnay commented Sep 17, 2017

error[E0061]: this function takes 2 parameters but 1 parameter was supplied
  --> src/lib.rs:87:45
   |
87 |             let unindented = parse::str_lit(&unindent(&name.as_str()));
   |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant