Skip to content

--dep-info does not escape spaces #17627

Closed
@alexcrichton

Description

@alexcrichton

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-driverArea: rustc_driver that ties everything together into the `rustc` compiler

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions