diff options
| -rw-r--r-- | src/comp/driver/rustc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/driver/rustc.rs b/src/comp/driver/rustc.rs index b3d00aa3b87..2c287c15b4e 100644 --- a/src/comp/driver/rustc.rs +++ b/src/comp/driver/rustc.rs @@ -271,7 +271,7 @@ options: --cfg <cfgspec> configure the compilation environment --time-passes time the individual phases of the compiler --time-llvm-passes time the individual phases of the LLVM backend - --sysroot <path> override the system root (default: rustc's directory) + --sysroot <path> override the system root --target <triple> target to compile for (default: host triple) --no-typestate don't run the typestate pass (unsafe!) --test build test harness |
