update comment

This commit is contained in:
Folkert 2020-07-07 22:56:46 +02:00
parent edb79b8fce
commit 4aa66b2585

View file

@ -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)]