mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 00:34:06 +00:00
correct rustc version
This commit is contained in:
parent
4dda632faf
commit
3cc4ef9326
@ -1060,10 +1060,10 @@ impl<'a> DerefMut for IoSliceMut<'a> {
|
||||
#[repr(transparent)]
|
||||
pub struct IoSlice<'a>(sys::io::IoSlice<'a>);
|
||||
|
||||
#[stable(feature = "iovec-send-sync", since = "1.43.0")]
|
||||
#[stable(feature = "iovec-send-sync", since = "1.44.0")]
|
||||
unsafe impl<'a> Send for IoSlice<'a> { }
|
||||
|
||||
#[stable(feature = "iovec-send-sync", since = "1.43.0")]
|
||||
#[stable(feature = "iovec-send-sync", since = "1.44.0")]
|
||||
unsafe impl<'a> Sync for IoSlice<'a> { }
|
||||
|
||||
#[stable(feature = "iovec", since = "1.36.0")]
|
||||
|
Loading…
Reference in New Issue
Block a user