about summary refs log tree commit diff
path: root/src/test/ui/ffi_const.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-9/+0
2020-09-21Add explanation for E0756Guillaume Gomez-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>.