We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c605199 commit bfc02bdCopy full SHA for bfc02bd
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