We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On OS X 11.1, the rustc man page doesn't display the link to https://www.rust-lang.org in the DESCRIPTION section.
rustc
DESCRIPTION
The text was updated successfully, but these errors were encountered:
Seems like the .UR request for formatting a URL isn't supported by whatever OSX uses to display man pages, whereas it works on Linux.
.UR
$ ag '\.UR' ~/.multirust/toolchains/stable/share/man/man1/rustc.1 10:.UR https://www.rust\-lang.org 89:.UR http://www.sourceware.org/autobook/ 291:.UR https://github.com/rust\-lang/rust/issues
None of these links show up. (As a side note, multirust doesn't hook up the right stuff for man rustc to work.)
man rustc
Sorry, something went wrong.
Auto merge of #31445 - saurvs:master, r=brson
1678072
Similar to #31432. Links do not show in OS X for the ```rustdoc``` man page.
Auto merge of #31433 - nagisa:fix-man-ur, r=brson
f50fb15
seems to not work on OS X (or requires label, which would make link repeat twice on non-OS X) Fixes #31432
No branches or pull requests
On OS X 11.1, the
rustc
man page doesn't display the link to https://www.rust-lang.org in theDESCRIPTION
section.The text was updated successfully, but these errors were encountered: