about summary refs log tree commit diff
path: root/src/libcore/num
diff options
context:
space:
mode:
authorEthan Brierley <ethanboxx@gmail.com>2018-11-05 21:57:19 +0000
committerEthan Brierley <ethanboxx@gmail.com>2018-11-05 21:57:19 +0000
commitb60efc1574fdba2504fdc903990a00893fd6d295 (patch)
tree8771a7ca9062c10c8b4f2db5c35adab7fe16d0c2 /src/libcore/num
parent420e6413c6124ba0c5032730af3ef50c7d2e2c95 (diff)
downloadrust-b60efc1574fdba2504fdc903990a00893fd6d295.tar.gz
rust-b60efc1574fdba2504fdc903990a00893fd6d295.zip
Continue to try to make travis happy by adding a issue number
Diffstat (limited to 'src/libcore/num')
-rw-r--r--src/libcore/num/mod.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libcore/num/mod.rs b/src/libcore/num/mod.rs
index c218713823a..7657b45f024 100644
--- a/src/libcore/num/mod.rs
+++ b/src/libcore/num/mod.rs
@@ -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 {