about summary refs log tree commit diff
path: root/tests/run-make/target-specs/foo.rs
AgeCommit message (Collapse)AuthorLines
2025-06-16tests: `{Meta,Pointee}Sized` in non-minicore testsDavid Wood-1/+7
As before, add `MetaSized` and `PointeeSized` traits to all of the non-minicore `no_core` tests so that they don't fail for lack of language items.
2023-03-30Move almost all run-make-fulldeps to run-makeJoshua Nelson-0/+24
They pass fine.