about summary refs log tree commit diff
path: root/compiler/rustc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc')
-rw-r--r--compiler/rustc/Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/rustc/Cargo.toml b/compiler/rustc/Cargo.toml
index 4340d50f845..cf011e63e02 100644
--- a/compiler/rustc/Cargo.toml
+++ b/compiler/rustc/Cargo.toml
@@ -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" }