mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 17:24:06 +00:00
minor: correct close
to closure
This commit is contained in:
parent
db9fd370ee
commit
62ff8f33d4
@ -359,8 +359,8 @@ impl MirEvalError {
|
||||
func
|
||||
)?;
|
||||
}
|
||||
Either::Right(close) => {
|
||||
writeln!(f, "In {:?}", close)?;
|
||||
Either::Right(closure) => {
|
||||
writeln!(f, "In {:?}", closure)?;
|
||||
}
|
||||
}
|
||||
let source_map = db.body_with_source_map(*def).1;
|
||||
|
Loading…
Reference in New Issue
Block a user