-
Notifications
You must be signed in to change notification settings - Fork 723
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
Layout test can contain whitespace inside the function name which causes unexpected token error #844
Labels
Comments
This is likely a regression from #829. cc @Manishearth |
Manishearth
added a commit
that referenced
this issue
Jul 23, 2017
bors-servo
pushed a commit
that referenced
this issue
Jul 23, 2017
Never use spaces in generated name (fixes #844) None
Manishearth
added a commit
that referenced
this issue
Jul 23, 2017
Manishearth
added a commit
to Manishearth/rust-bindgen
that referenced
this issue
Jul 23, 2017
bors-servo
pushed a commit
that referenced
this issue
Jul 23, 2017
Never use spaces in generated name (fixes #844) None
Manishearth
added a commit
that referenced
this issue
Jul 23, 2017
bors-servo
pushed a commit
that referenced
this issue
Jul 23, 2017
Never use spaces in generated name (fixes #844) None
Manishearth
added a commit
to Manishearth/rust-bindgen
that referenced
this issue
Jul 23, 2017
bors-servo
pushed a commit
that referenced
this issue
Jul 23, 2017
Never use spaces in generated name (fixes #844) None
tmfink
pushed a commit
to tmfink/rust-bindgen
that referenced
this issue
Aug 4, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Input C/C++ Header
Bindgen Invocation
Actual Results
The last layout test function contains a whitespace in its name.
Expected Results
It should generate valid function name.
The text was updated successfully, but these errors were encountered: