Add #[stable] to Error impl
This commit is contained in:
parent
d6c3196d02
commit
d2c9c12546
@ -209,6 +209,7 @@ impl fmt::Display for AccessError {
|
||||
}
|
||||
}
|
||||
|
||||
#[stable(feature = "thread_local_try_with", since = "1.26.0")]
|
||||
impl Error for AccessError {}
|
||||
|
||||
impl<T: 'static> LocalKey<T> {
|
||||
|
Loading…
Reference in New Issue
Block a user