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 85d1c89 commit fa18b3eCopy full SHA for fa18b3e
compiler/rustc_codegen_ssa/src/mir/block.rs
@@ -36,7 +36,7 @@ enum MergingSucc {
36
True,
37
}
38
39
-/// Indicates to the call terminator codegen whether a cal
+/// Indicates to the call terminator codegen whether a call
40
/// is a normal call or an explicit tail call.
41
#[derive(Debug, PartialEq)]
42
enum CallKind {
0 commit comments