mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
expand some comments
This commit is contained in:
parent
b7c35665aa
commit
732496231c
2 changed files with 7 additions and 1 deletions
|
@ -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.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue