We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c014c45 + bfc02bd commit 4ff4d6cCopy full SHA for 4ff4d6c
src/librustc_interface/interface.rs
@@ -25,7 +25,7 @@ use syntax_pos::edition;
25
pub type Result<T> = result::Result<T, ErrorReported>;
26
27
/// Represents a compiler session.
28
-/// Can be used run `rustc_interface` queries.
+/// Can be used to run `rustc_interface` queries.
29
/// Created by passing `Config` to `run_compiler`.
30
pub struct Compiler {
31
pub(crate) sess: Lrc<Session>,
0 commit comments