]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Move the HIR cfg to `rustc_ast_borrowck`
[rust.git] / config.toml.example
index a3ec4f2044cbd720fe469e89d744d0294a6f42cd..30e2ee1b9babf4609e77ef6c663842e4fa68c2bd 100644 (file)
 # This is the name of the directory in which codegen backends will get installed
 #codegen-backends-dir = "codegen-backends"
 
-# Flag indicating whether `libstd` calls an imported function to handle basic IO
-# when targeting WebAssembly. Enable this to debug tests for the `wasm32-unknown-unknown`
-# target, as without this option the test output will not be captured.
-#wasm-syscall = false
-
 # Indicates whether LLD will be compiled and made available in the sysroot for
 # rustc to execute.
 #lld = false