about summary refs log tree commit diff
path: root/tests/ui/stdlib-unit-tests/atomic-from-mut-not-available.rs
AgeCommit message (Collapse)AuthorLines
2024-12-08Adjust `atomic-from-mut-not-available.rs`许杰友 Jieyou Xu (Joe)-3/+23
- Introduce two revisions: one for 32-bit x86 vs one for 64-bit x86_64 and compare & contrast the errors. - Document the test intention and note its limitations.
2024-12-08Move `atomic-from-mut-not-available.rs` to `tests/ui/stdlib-unit-tests/`许杰友 Jieyou Xu (Joe)-0/+7
This test exercises the combined effect of the `cfg(target_has_atomic_equal_alignment = "...")` implementation in the compiler as well as the usage of said `cfg(target_has_atomic_equal_alignment)` in `core`.