We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2e4d0b commit c301ba5Copy full SHA for c301ba5
compiler/rustc_middle/src/mir/mod.rs
@@ -116,7 +116,7 @@ impl MirPhase {
116
}
117
118
119
- /// Parses an `MirPhase` from a pair of strings. Panics if this isn't possible for any reason.
+ /// Parses a `MirPhase` from a pair of strings. Panics if this isn't possible for any reason.
120
pub fn parse(dialect: String, phase: Option<String>) -> Self {
121
match &*dialect.to_ascii_lowercase() {
122
"built" => {
0 commit comments