diff options
| author | Gus Wynn <guswynn@gmail.com> | 2020-09-11 09:37:51 -0700 |
|---|---|---|
| committer | Gus Wynn <guswynn@gmail.com> | 2020-09-11 09:37:51 -0700 |
| commit | 0be66d7f30ba31638e14c00bd2303dd0327964f4 (patch) | |
| tree | a96e5228b42b9082392e41fff41389c087ef855e /compiler/rustc | |
| parent | 56f5c7f95f3f7772cb3263d48cd2d8a136706767 (diff) | |
| download | rust-0be66d7f30ba31638e14c00bd2303dd0327964f4.tar.gz rust-0be66d7f30ba31638e14c00bd2303dd0327964f4.zip | |
just max_level_info
Diffstat (limited to 'compiler/rustc')
| -rw-r--r-- | compiler/rustc/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc/Cargo.toml b/compiler/rustc/Cargo.toml index b740793a3e5..6e6c0c71a1f 100644 --- a/compiler/rustc/Cargo.toml +++ b/compiler/rustc/Cargo.toml @@ -19,4 +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'] +max_level_info = ['rustc_driver/max_level_info'] |
