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

rustdoc: Support argument files #82261

Merged
merged 1 commit into from
Feb 19, 2021
Merged

Commits on Feb 19, 2021

  1. rustdoc: Support argument files

    Factors out the `rustc_driver` logic that handles argument files
    so that rustdoc supports them as well, e.g.:
    
        rustdoc @argfile
    
    This is needed to be able to generate docs for projects that
    already use argument files when compiling them, e.g. projects
    that pass a huge number of `--cfg` arguments.
    
    The feature was stabilized for `rustc` in rust-lang#66172.
    
    Signed-off-by: Miguel Ojeda <[email protected]>
    ojeda committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    755b3fc View commit details
    Browse the repository at this point in the history