]> git.lizzy.rs Git - rust.git/blobdiff - Readme.md
Rustup to rustc 1.54.0-nightly (3e99439f4 2021-05-17)
[rust.git] / Readme.md
index ffe1d9a1e65806b1f3b28381296d265881c1ce75..08f9373be6262ba35226ceb02fb0a3f5aba22be8 100644 (file)
--- a/Readme.md
+++ b/Readme.md
@@ -44,9 +44,10 @@ This will build your project with rustc_codegen_cranelift instead of the usual L
 
 For additional ways to use rustc_codegen_cranelift like the JIT mode see [usage.md](docs/usage.md).
 
-## Env vars
+## Configuration
 
-See [env_vars.md](docs/env_vars.md) for all env vars used by rustc_codegen_cranelift.
+See the documentation on the `BackendConfig` struct in [config.rs](src/config.rs) for all
+configuration options.
 
 ## Not yet supported