diff options
Diffstat (limited to 'man/rustc.1')
| -rw-r--r-- | man/rustc.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/man/rustc.1 b/man/rustc.1 index 4e76749f707..2298d5e5455 100644 --- a/man/rustc.1 +++ b/man/rustc.1 @@ -86,10 +86,10 @@ Build a test harness \fB\-\-target\fR TRIPLE Target triple cpu-manufacturer-kernel[-os] to compile for (see http://sources.redhat.com/autobook/autobook/autobook_17.html -for detail) +for details) .TP \fB\-\-target-feature\fR TRIPLE -Target-specific attributes (see llc -mattr=help for detail) +Target-specific attributes (see llc -mattr=help for details) .TP \fB\-\-android-cross-path\fR PATH The path to the Android NDK @@ -128,6 +128,9 @@ To build either with a crate (.rc) file: To build an executable with debug info (experimental): $ rustc -Z debug-info -o hello hello.rs +.SH "SEE ALSO" + +rust, rustdoc, rustpkg, rusti .SH "BUGS" See <\fBhttps://github.com/mozilla/rust/issues\fR> for issues. |
