We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7ffa6 commit b1c829bCopy full SHA for b1c829b
src/librustc/mir/interpret/allocation.rs
@@ -32,7 +32,7 @@ pub enum CheckInAllocMsg {
32
}
33
34
impl Display for CheckInAllocMsg {
35
- /// When this printed as an error the context looks like this
+ /// When this is printed as an error the context looks like this
36
/// "{test name} test failed: pointer must be in-bounds at offset..."
37
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
38
write!(f, "{} test", match *self {
0 commit comments