about summary refs log tree commit diff
path: root/tests/assembly-llvm/force-target-feature.rs
AgeCommit message (Collapse)AuthorLines
2025-08-22Add an experimental unsafe(force_target_feature) attribute.Luca Versari-0/+33
This uses the feature gate for https://github.com/rust-lang/rust/issues/143352, but is described in https://github.com/rust-lang/rfcs/pull/3820 which is strongly tied to the experiment.