From ef24de24a82fe681581cc130f342363c47c0969a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 7 Jun 2024 07:48:48 +0200 Subject: Merging upstream version 1.75.0+dfsg1. Signed-off-by: Daniel Baumann --- vendor/portable-atomic/no_atomic.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'vendor/portable-atomic/no_atomic.rs') diff --git a/vendor/portable-atomic/no_atomic.rs b/vendor/portable-atomic/no_atomic.rs index 26850da95..b7e1ea239 100644 --- a/vendor/portable-atomic/no_atomic.rs +++ b/vendor/portable-atomic/no_atomic.rs @@ -1,8 +1,10 @@ +// SPDX-License-Identifier: Apache-2.0 OR MIT // This file is @generated by no_atomic.sh. // It is not intended for manual editing. // Note: This is the list as of nightly-2022-02-10. We don't refer to this in // nightly-2022-02-11+ because feature(cfg_target_has_atomic) stabilized. +#[rustfmt::skip] static NO_ATOMIC_CAS: &[&str] = &[ "avr-unknown-gnu-atmega328", "bpfeb-unknown-none", @@ -16,6 +18,7 @@ static NO_ATOMIC_CAS: &[&str] = &[ // Note: This is the list as of nightly-2022-02-10. We don't refer to this in // nightly-2022-02-11+ because feature(cfg_target_has_atomic) stabilized. +#[rustfmt::skip] static NO_ATOMIC_64: &[&str] = &[ "arm-linux-androideabi", "armebv7r-none-eabi", @@ -65,8 +68,8 @@ static NO_ATOMIC_64: &[&str] = &[ "thumbv8m.main-none-eabihf", ]; +#[rustfmt::skip] static NO_ATOMIC: &[&str] = &[ - "avr-unknown-gnu-atmega328", "bpfeb-unknown-none", "bpfel-unknown-none", "mipsel-sony-psx", -- cgit v1.2.3