expand some comments

This commit is contained in:
Folkert 2020-07-08 14:30:48 +02:00
parent b7c35665aa
commit 732496231c
2 changed files with 7 additions and 1 deletions

View file

@ -68,6 +68,7 @@ pub enum IntErrorKind {
/// Value being parsed is empty.
///
/// Among other causes, this variant will be constructed when parsing an empty string.
/// In roc, this can happen with non-base-10 literals, e.g. `0x` or `0b` without any digits
Empty,
/// Contains an invalid digit.
///