File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 154f3b00e0617e379d005b3aa7f41e8f1bea7bd8
2
+ refs/heads/master: 38a6a7a394fa55235ff0b3cab4d0903d7ba5a5a3
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 2d28d645422c1617be58c8ca7ad9a457264ca850
5
5
refs/heads/try: c50a9d5b664478e533ba1d1d353213d70c8ad589
Original file line number Diff line number Diff line change @@ -379,6 +379,7 @@ pub mod reader {
379
379
fn read_int(&mut self) -> int {
380
380
let v = doc_as_u64(self.next_doc(EsInt)) as i64;
381
381
if v > (int::max_value as i64) || v < (int::min_value as i64) {
382
+ debug!(" FIXME #6122 : Removing this makes this function miscompile");
382
383
fail!(fmt!(" int %? out of range for this architecture", v));
383
384
}
384
385
v as int
You can’t perform that action at this time.
0 commit comments