Skip to content

Commit d469469

Browse files
committed
Fix #3.
1 parent 7771728 commit d469469

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

rust/arith-overflow-buglist.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,3 +175,10 @@ Anyway, the chosen fix was to just return the results so far before
175175
hitting the overflow:
176176

177177
https://github.com/rust-lang/rust/pull/23127
178+
179+
### multiline error spans
180+
181+
This seems like a combination of a typo (or "think-o" perhaps)
182+
doing `lo - hi` instead of `hi - lo`, but also a fencepost error.
183+
184+
https://github.com/rust-lang/rust/pull/31281

0 commit comments

Comments
 (0)