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

Type conversions are syntactic #50

Open
solidsnack opened this issue Dec 15, 2016 · 0 comments
Open

Type conversions are syntactic #50

solidsnack opened this issue Dec 15, 2016 · 0 comments

Comments

@solidsnack
Copy link
Contributor

use libc; ... libc::c_char becomes char but use libc::c_char; ... c_char becomes c_char. I guess the path check uses the literal textual form?

fn path_to_c(path: &ast::Path) -> Result<Option<String>, Error> {

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

1 participant