about summary refs log tree commit diff
path: root/src/test/ui/c-variadic/variadic-ffi-5.stderr
AgeCommit message (Collapse)AuthorLines
2019-05-12Remove feature(nll) when compare mode is sufficientMatthew Jasper-73/+0
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+1
2019-03-22ffi: rename VaList::copy to VaList::with_copyDan Robertson-6/+6
Rename `VaList::copy` to `VaList::with_copy`.
2019-03-11Update testsVadim Petrochenkov-4/+4
2019-02-27Support defining C compatible variadic functionsDan Robertson-0/+73
Add support for defining C compatible variadic functions in unsafe rust with extern "C".