use crate::{_reexport, _tags};
_reexport! { rust: core::num, location: "text/parse", tag: _tags!(text parser num error),
doc: "An error which can be returned when parsing an integer.",
ParseIntError
}
_reexport! { rust: core::num, location: "text/parse", tag: _tags!(text parser num error),
doc: "An error which can be returned when parsing an float.",
ParseFloatError
}
_reexport! { rust: core::num, location: "text/parse", tag: _tags!(text parser num error),
doc: "Kinds of errors that can cause parsing an integer to fail.",
@IntErrorKind as ParseIntErrorKind
}