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

Update rustc manpage with missing options #13550

Merged
merged 2 commits into from
Apr 17, 2014
Merged

Update rustc manpage with missing options #13550

merged 2 commits into from
Apr 17, 2014

Conversation

brson
Copy link
Contributor

@brson brson commented Apr 16, 2014

--no-analysis, --dep-info, -C relocation-model, remove --gen-crate-map

@@ -1103,7 +1103,7 @@ pub fn optgroups() -> Vec<getopts::OptGroup> {
1 = line-tables only (for stacktraces and breakpoints),
2 = full debug info with variable and type information (same as -g)", "LEVEL"),
optflag("", "no-trans", "Run all passes except translation; no output"),
optflag("", "no-analysis", "Parse and expand the output, but run no analysis or produce output"),
optflag("", "no-analysis", "Parse and expand the source, but run no analysis and produce no output"),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line isn't passing tidy.

@alexcrichton
Copy link
Member

r=me

bors added a commit that referenced this pull request Apr 17, 2014
--no-analysis, --dep-info, -C relocation-model, remove --gen-crate-map
@bors bors closed this Apr 17, 2014
@bors bors merged commit 111178d into rust-lang:master Apr 17, 2014
notriddle pushed a commit to notriddle/rust that referenced this pull request Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants