summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2020-04-05 06:44:50 +0200
committerGitHub <noreply@github.com>2020-04-05 06:44:50 +0200
commit5c42fafaf9823d284917d64c18d5e98d5d705888 (patch)
tree1b090e20669f59fc9fafd1a0a1e1bdf09082597e
parentd0dda18bd16d3efbd8fd8e19a69f520fd7613b9c (diff)
parent636076a89edd3e553775f159170991502761cbc0 (diff)
downloadrust-5c42fafaf9823d284917d64c18d5e98d5d705888.tar.gz
Rollup merge of #70783 - tshepang:deleted-types, r=Xanewok
comment refers to removed type Was removed in 51938c61f6f1b26e463f9071716f543543486e72
-rw-r--r--src/librustc_driver/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_driver/lib.rs b/src/librustc_driver/lib.rs
index ccbce01d6c1..acf8f1adbc2 100644
--- a/src/librustc_driver/lib.rs
+++ b/src/librustc_driver/lib.rs
@@ -136,7 +136,6 @@ pub fn diagnostics_registry() -> Registry {
}
// Parse args and run the compiler. This is the primary entry point for rustc.
-// See comments on CompilerCalls below for details about the callbacks argument.
// The FileLoader provides a way to load files from sources other than the file system.
pub fn run_compiler(
at_args: &[String],