Continue to try to make travis happy by adding a issue number
This commit is contained in:
parent
420e6413c6
commit
b60efc1574
1 changed files with 2 additions and 1 deletions
|
|
@ -4773,7 +4773,8 @@ pub struct ParseIntError {
|
|||
|
||||
#[unstable(feature = "int_error_matching",
|
||||
reason = "it can be useful to match errors when making error messages \
|
||||
for integer parsing")]
|
||||
for integer parsing",
|
||||
issue = "22639")]
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
#[non_exhaustive]
|
||||
pub enum IntErrorKind {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue