about summary refs log tree commit diff
path: root/compiler/rustc
diff options
context:
space:
mode:
authorGus Wynn <guswynn@gmail.com>2020-09-10 14:58:45 -0700
committerGus Wynn <guswynn@gmail.com>2020-09-10 16:39:04 -0700
commit15aa6f31b974d41ecc0312faf8d50cde19a74cca (patch)
tree002a0fb25a7d750594e28f5f1825020fda971ec8 /compiler/rustc
parentb4bdc07ff5a70175dbcdff7331c557245ddb012f (diff)
downloadrust-15aa6f31b974d41ecc0312faf8d50cde19a74cca.tar.gz
rust-15aa6f31b974d41ecc0312faf8d50cde19a74cca.zip
add debug-logging to config.toml
Diffstat (limited to 'compiler/rustc')
-rw-r--r--compiler/rustc/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc/Cargo.toml b/compiler/rustc/Cargo.toml
index cf011e63e02..b740793a3e5 100644
--- a/compiler/rustc/Cargo.toml
+++ b/compiler/rustc/Cargo.toml
@@ -19,3 +19,4 @@ features = ['unprefixed_malloc_on_supported_platforms']
 [features]
 jemalloc = ['jemalloc-sys']
 llvm = ['rustc_driver/llvm']
+release_max_level_info = ['rustc_driver/release_max_level_info']