]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #42062 - fhartwig:fix-off-by-one-span, r=nikomatsakis
authorMark Simulacrum <mark.simulacrum@gmail.com>
Sat, 20 May 2017 23:48:12 +0000 (17:48 -0600)
committerGitHub <noreply@github.com>
Sat, 20 May 2017 23:48:12 +0000 (17:48 -0600)
commit29456429013b225214151cb96355051b07f451d4
tree2f288eb7d9e67503ed520a29a1bb982cdb714fd6
parentc37d66aa0ad9bc5c9a31ee6132c1e73fc1f18531
parenteb703f78515db10854d290b2f16e332cbc1c510d
Rollup merge of #42062 - fhartwig:fix-off-by-one-span, r=nikomatsakis

Fix off-by-one error in column number in `explain_span`.

Fixes #41938