about summary refs log tree commit diff
path: root/tests/ui/target-feature/invalid-attribute.rs
AgeCommit message (Collapse)AuthorLines
2023-07-29Replace ignore-everything with only-archJubilee Young-13/+1
Combining revisions with only-arch allows specifying that a test only applies to a handful of targets. This allows removing a large amount of repetition in the test suite for tests that do not benefit. The revisions are suboptimal for this for some tests, so they aren't preferred in those cases.
2023-04-30tests: Add tests for LoongArch64WANG Rui-0/+1
2023-04-03remove invalid ignore-powerpc64lePietro Albini-1/+0
2023-03-13Gracefully handle `#[target_feature]` on staticsNilstrieb-0/+35
The was careful around not calling `fn_sig` on not-functions but well, it wasn't careful enough. This commit makes it a little more careful and also adds tests for a bunch more item kinds.
2023-03-02Revert "Stabilize `#![feature(target_feature_11)]`"Léo Lanteri Thauvin-3/+10
This reverts commit b379d216eefaba083a0627b1724d73f99d4bdf5c.
2023-02-01Stabilize `#![feature(target_feature_11)]`Léo Lanteri Thauvin-10/+3
2023-01-11Move /src/test to /testsAlbert Larsan-0/+97