]> git.lizzy.rs Git - rust.git/commitdiff
Continue to try to make travis happy by adding a issue number
authorEthan Brierley <ethanboxx@gmail.com>
Mon, 5 Nov 2018 21:57:19 +0000 (21:57 +0000)
committerEthan Brierley <ethanboxx@gmail.com>
Mon, 5 Nov 2018 21:57:19 +0000 (21:57 +0000)
src/libcore/num/mod.rs

index c218713823a529503978b57954924a0a25748f35..7657b45f024682f883511dcfaca3eb4cc77c13d8 100644 (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 {