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

Error: unterminated character constant: ' #15553

Closed
fmendez opened this issue Jul 9, 2014 · 4 comments
Closed

Error: unterminated character constant: ' #15553

fmendez opened this issue Jul 9, 2014 · 4 comments

Comments

@fmendez
Copy link

fmendez commented Jul 9, 2014

I get the following error while trying to build rust:

repare: tmp/dist/rust-0.11.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libmorestack.a
prepare: tmp/dist/rust-0.11.0-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcompiler-rt.a
rustdoc doc/rustc/index.html
rustdoc doc/syntax/index.html
<stdin>:7:55: 7:57 error: unterminated character constant: '
<stdin>:7         $(A B C);*  zero or more semi-separated 'A B C' seqs
                                                                ^~
task '<main>' failed at 'Box<Any>', /Users/fmendez/Desktop/start/oss/rust/src/libsyntax/diagnostic.rs:87
make: *** [doc/syntax/index.html] Error 101

If there's more info I need to provide just let me know.

@pnkfelix
Copy link
Member

pnkfelix commented Jul 9, 2014

maybe this commit 4989a56 was too eager to promote a normal comment to a doc comment?

@pnkfelix
Copy link
Member

pnkfelix commented Jul 9, 2014

cc @cmr

@pnkfelix
Copy link
Member

pnkfelix commented Jul 9, 2014

very weird, I saw this same problem when doing a make install from scratch, but then a repeated run in the same build tree did not reproduce the problem; so one might need to be working from a clean tree to reproduce.

@pnkfelix
Copy link
Member

pnkfelix commented Jul 9, 2014

the issue I noted above is due to #15555

bors added a commit to rust-lang-ci/rust that referenced this issue Sep 18, 2023
Add hyper-0.14.18 to metrics

should give us a bit of async stuff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants