summaryrefslogtreecommitdiff
path: root/doc/ale-rust.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale-rust.txt')
-rw-r--r--doc/ale-rust.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ale-rust.txt b/doc/ale-rust.txt
index a360dce6..a6bd59ad 100644
--- a/doc/ale-rust.txt
+++ b/doc/ale-rust.txt
@@ -148,11 +148,11 @@ rustc *ale-rust-rustc*
g:ale_rust_rustc_options *g:ale_rust_rustc_options*
*b:ale_rust_rustc_options*
Type: |String|
- Default: `'-Z no-trans'`
+ Default: `'-Z no-codegen'`
The variable can be used to change the options passed to `rustc`.
- `-Z no-trans` should only work with nightly builds of Rust. Be careful when
+ `-Z no-codegen` should only work with nightly builds of Rust. Be careful when
setting the options, as running `rustc` could execute code or generate
binary files.