comment refers to removed type

Was removed in 51938c61f6
This commit is contained in:
Tshepang Lekhonkhobe 2020-04-04 20:30:09 +02:00
parent cff07db629
commit 636076a89e

View File

@ -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],