From 636076a89edd3e553775f159170991502761cbc0 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe <tshepang@gmail.com> Date: Sat, 4 Apr 2020 20:30:09 +0200 Subject: [PATCH] comment refers to removed type Was removed in 51938c61f6f1b26e463f9071716f543543486e72 --- src/librustc_driver/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/librustc_driver/lib.rs b/src/librustc_driver/lib.rs index ccbce01d6c12e..acf8f1adbc2e8 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],