Skip to content

rustc --verbose does not print linker invocation #36175

Closed
@whitequark

Description

@whitequark

To reproduce:

// main.rs
fn main() {}
$ rustc --version
rustc 1.13.0-nightly (eac41469d 2016-08-30)
$ rustc --verbose main.rs
$

This might be an OS X-specific bug, I have not tried 1.13 on any other OS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-driverArea: rustc_driver that ties everything together into the `rustc` compilerC-feature-requestCategory: A feature request, i.e: not implemented / a PR.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions