mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
update comment
This commit is contained in:
parent
edb79b8fce
commit
4aa66b2585
1 changed files with 2 additions and 2 deletions
|
@ -8,9 +8,9 @@ use roc_region::all::Region;
|
|||
use roc_types::subs::VarStore;
|
||||
use std::i64;
|
||||
|
||||
// TODO distinguish number parsing failures
|
||||
// TODO use rust's integer parsing again
|
||||
//
|
||||
// We're waiting for rust here, see https://github.com/rust-lang/rust/issues/22639
|
||||
// We're waiting for libcore here, see https://github.com/rust-lang/rust/issues/22639
|
||||
// There is a nightly API for exposing the parse error.
|
||||
|
||||
#[inline(always)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue