about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorAndrew Cann <shum@canndrew.org>2018-03-01 01:41:10 +0800
committerAndrew Cann <shum@canndrew.org>2018-03-14 12:44:51 +0800
commita704624ef5830541acb9912146fa28305b9a920c (patch)
treea135e9987f21b6ae3f56513de03a7658562c7622 /src/libstd
parentedb9d2b20dd907903d0cf70194c4c28c8d40c063 (diff)
downloadrust-a704624ef5830541acb9912146fa28305b9a920c.tar.gz
rust-a704624ef5830541acb9912146fa28305b9a920c.zip
change never_type stabilisation version
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/error.rs b/src/libstd/error.rs
index 1743dfbfb7b..f8dbe193fed 100644
--- a/src/libstd/error.rs
+++ b/src/libstd/error.rs
@@ -234,7 +234,7 @@ impl<'a> From<Cow<'a, str>> for Box<Error> {
     }
 }
 
-#[stable(feature = "never_type", since = "1.25.0")]
+#[stable(feature = "never_type", since = "1.26.0")]
 impl Error for ! {
     fn description(&self) -> &str { *self }
 }