Skip to content

Update rustpkg man page. #9234

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

Closed
wants to merge 1 commit into from

Conversation

steveklabnik
Copy link
Member

Closes #9221.

"rustpkg test" isn't implemented yet, so it shouldn't be in the manpage. Referring interested parties to the manual is probably
the right thing for now; eventually, these documents should merge.

/cc @catamorphism

Verified

This commit was signed with the committer’s verified signature. The key has expired.
graingert Thomas Grainger
Closes rust-lang#9221.

"rustpkg test" isn't implemented yet, so it shouldn't be in the manpage. Referring interested parties to the manual is probably
the right thing for now; eventually, these documents should merge.
bors added a commit that referenced this pull request Sep 17, 2013

Verified

This commit was signed with the committer’s verified signature. The key has expired.
graingert Thomas Grainger
Closes #9221.

"rustpkg test" isn't implemented yet, so it shouldn't be in the manpage. Referring interested parties to the manual is probably
the right thing for now; eventually, these documents should merge.

/cc @catamorphism
@bors bors closed this Sep 17, 2013
@steveklabnik steveklabnik deleted the rustpkg_manpage branch October 25, 2017 18:25
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jul 28, 2022

Verified

This commit was signed with the committer’s verified signature. The key has expired.
graingert Thomas Grainger
Fix `useless_format` spans for `format!("{foo}")`

Fixes rust-lang#9234

changelog: [`useless_format`]: Fix spans for `format!("{foo}")`

rust-lang#94030 made our workaround unneeded, but by coincidence our test still passed [because `Span::new()` swaps `hi` & `lo` if needed](https://github.com/rust-lang/rust/blob/c32dcbba187d1ee0dbe92dc152cb9c2f3f42900c/compiler/rustc_span/src/span_encoding.rs#L86-L88). So with a single character variable like `format!("{x}")` it still worked
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.

rustpkg man page is a bit misleading
3 participants