about summary refs log tree commit diff
path: root/src/test/ui/c-variadic/variadic-ffi-4.stderr
AgeCommit message (Expand)AuthorLines
2019-10-11Print lifetimes with backticksYuki Okushi-1/+1
2019-10-07update ui testsGuillaume Gomez-1/+2
2019-09-28rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures.Eduard-Mihai Burtescu-131/+68
2019-09-28rustc: don't store a lifetime in hir::TyKind::CVarArgs.Eduard-Mihai Burtescu-8/+8
2019-07-14Make VaListImpl<'f> invariant over the 'f lifetimeAndrei Homescu-36/+86
2019-06-17Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C...Andrei Homescu-27/+54
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-11/+11
2019-03-11Update testsVadim Petrochenkov-41/+41
2019-02-27Support defining C compatible variadic functionsDan Robertson-0/+198