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

fmt! doesn't work with the empty string #7218

Closed
brson opened this issue Jun 18, 2013 · 0 comments · Fixed by #7227
Closed

fmt! doesn't work with the empty string #7218

brson opened this issue Jun 18, 2013 · 0 comments · Fixed by #7227
Labels
A-syntaxext Area: Syntax extensions E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

Comments

@brson
Copy link
Contributor

brson commented Jun 18, 2013

fmt!("") says

/home/brian/dev/rust2/src/test/run-pass/test.rs:2:18: 2:20 error: unresolved name `__fmtbuf`.
/home/brian/dev/rust2/src/test/run-pass/test.rs:2     let _s = fmt!("");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-syntaxext Area: Syntax extensions E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant