We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cba664 commit 7fb95dcCopy full SHA for 7fb95dc
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