]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc/Cargo.toml
Auto merge of #76541 - matthiaskrgr:unstable_sort, r=davidtwco
[rust.git] / compiler / rustc / Cargo.toml
index 4340d50f845b86458330d6e8e89141864e5075b1..6e6c0c71a1f3b61c438515ab51e93137f6739289 100644 (file)
@@ -4,10 +4,6 @@ name = "rustc-main"
 version = "0.0.0"
 edition = '2018'
 
-[[bin]]
-name = "rustc_binary"
-path = "src/main.rs"
-
 [dependencies]
 rustc_driver = { path = "../rustc_driver" }
 
@@ -23,3 +19,4 @@ features = ['unprefixed_malloc_on_supported_platforms']
 [features]
 jemalloc = ['jemalloc-sys']
 llvm = ['rustc_driver/llvm']
+max_level_info = ['rustc_driver/max_level_info']