Skip to content

Commit 5c42faf

Browse files
authored
Rollup merge of #70783 - tshepang:deleted-types, r=Xanewok
comment refers to removed type Was removed in 51938c6
2 parents d0dda18 + 636076a commit 5c42faf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc_driver/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ pub fn diagnostics_registry() -> Registry {
136136
}
137137

138138
// Parse args and run the compiler. This is the primary entry point for rustc.
139-
// See comments on CompilerCalls below for details about the callbacks argument.
140139
// The FileLoader provides a way to load files from sources other than the file system.
141140
pub fn run_compiler(
142141
at_args: &[String],

0 commit comments

Comments
 (0)