Continue to try to make travis happy by adding a issue number

This commit is contained in:
Ethan Brierley 2018-11-05 21:57:19 +00:00
parent 420e6413c6
commit b60efc1574

View File

@ -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 {