diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2021-09-08 13:13:47 -0400 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2021-09-08 20:51:05 -0400 |
| commit | b4e7649d6d4f957e8d5a91a35e48e9ddd4307e63 (patch) | |
| tree | e134949677549bf6a5453aa43d51cc8282a0e869 /library/std/src/net | |
| parent | 97032a6dfacdd3548e4bff98c90a6b3875a14077 (diff) | |
| download | rust-b4e7649d6d4f957e8d5a91a35e48e9ddd4307e63.tar.gz rust-b4e7649d6d4f957e8d5a91a35e48e9ddd4307e63.zip | |
Bump stage0 compiler to 1.56
Diffstat (limited to 'library/std/src/net')
| -rw-r--r-- | library/std/src/net/ip.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/library/std/src/net/ip.rs b/library/std/src/net/ip.rs index 4165a7beaa8..9cf7ba9d574 100644 --- a/library/std/src/net/ip.rs +++ b/library/std/src/net/ip.rs @@ -1166,7 +1166,6 @@ impl Ipv6Addr { /// /// let addr = Ipv6Addr::new(0, 0, 0, 0, 0, 0xffff, 0xc00a, 0x2ff); /// ``` - #[cfg_attr(bootstrap, rustc_allow_const_fn_unstable(const_fn_transmute))] #[rustc_const_stable(feature = "const_ipv6", since = "1.32.0")] #[stable(feature = "rust1", since = "1.0.0")] #[inline] @@ -1228,7 +1227,6 @@ impl Ipv6Addr { /// assert_eq!(Ipv6Addr::new(0, 0, 0, 0, 0, 0xffff, 0xc00a, 0x2ff).segments(), /// [0, 0, 0, 0, 0, 0xffff, 0xc00a, 0x2ff]); /// ``` - #[cfg_attr(bootstrap, rustc_allow_const_fn_unstable(const_fn_transmute))] #[rustc_const_stable(feature = "const_ipv6", since = "1.50.0")] #[stable(feature = "rust1", since = "1.0.0")] #[inline] |
