Skip to content

--dep-info does not escape spaces #17627

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

Closed
alexcrichton opened this issue Sep 29, 2014 · 0 comments
Closed

--dep-info does not escape spaces #17627

alexcrichton opened this issue Sep 29, 2014 · 0 comments
Labels
A-driver Area: rustc_driver that ties everything together into the `rustc` compiler

Comments

@alexcrichton
Copy link
Member

and maybe other characters as well?

#[path = "foo foo.rs"]
mod foo;
$ rustc foo.rs --dep-info dep --crate-type lib
$ cat dep
libfoo.rlib: foo.rs foo foo.rs

I'm not actually entirely sure what syntax should be used, but I imagine that gcc knows!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-driver Area: rustc_driver that ties everything together into the `rustc` compiler
Projects
None yet
Development

No branches or pull requests

2 participants