File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1686,7 +1686,7 @@ impl<T: Send> error::Error for TrySendError<T> {
16861686 }
16871687}
16881688
1689- #[ stable( feature = "mpsc_error_conversions" , since = "1.23 .0" ) ]
1689+ #[ stable( feature = "mpsc_error_conversions" , since = "1.24 .0" ) ]
16901690impl < T > From < SendError < T > > for TrySendError < T > {
16911691 fn from ( err : SendError < T > ) -> TrySendError < T > {
16921692 match err {
@@ -1747,7 +1747,7 @@ impl error::Error for TryRecvError {
17471747 }
17481748}
17491749
1750- #[ stable( feature = "mpsc_error_conversions" , since = "1.23 .0" ) ]
1750+ #[ stable( feature = "mpsc_error_conversions" , since = "1.24 .0" ) ]
17511751impl From < RecvError > for TryRecvError {
17521752 fn from ( err : RecvError ) -> TryRecvError {
17531753 match err {
@@ -1788,7 +1788,7 @@ impl error::Error for RecvTimeoutError {
17881788 }
17891789}
17901790
1791- #[ stable( feature = "mpsc_error_conversions" , since = "1.23 .0" ) ]
1791+ #[ stable( feature = "mpsc_error_conversions" , since = "1.24 .0" ) ]
17921792impl From < RecvError > for RecvTimeoutError {
17931793 fn from ( err : RecvError ) -> RecvTimeoutError {
17941794 match err {
You can’t perform that action at this time.
0 commit comments