We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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!