about summary refs log tree commit diff
path: root/tests/ui/resolve/primitive-usage.rs
AgeCommit message (Collapse)AuthorLines
2024-03-14Add UI tests related to feature-gated primitivesTrevor Gross-0/+42
Add a test that `f16` and `f128` are usable with the feature gate enabled, as well as a test that user types with the same name as primitives are not improperly gated.