about summary refs log tree commit diff
path: root/src/test/ui/ffi_const2.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-9/+0
2021-07-21Add long explanation for E0757Chris Midgley-0/+1
2020-05-20Add tests for `#[ffi_const]` and `#[ffi_pure]` function attributesMatthias Schiffer-0/+8
Based on the work of gnzlbg <gonzalobg88@gmail.com>.