about summary refs log tree commit diff
path: root/src/test/ui/c-variadic/variadic-ffi-4.stderr
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-150/+0
2022-04-04Format invariance notes with backticksMichael Goulet-16/+16
2021-12-31Ensure that early-bound function lifetimes are always 'local'Aaron Hill-1/+1
2021-12-29Refactor variance diagnostics to work with more typesAaron Hill-0/+28
2021-06-06Add variance-related information to lifetime error messagesAaron Hill-0/+8
2020-09-02pretty: trim paths of unique symbolsDan Aloni-17/+17
2020-05-22Update testsMatthew Jasper-189/+86
2019-12-03Include a span in more `expected...found` notesAaron Hill-3/+7
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-10/+10
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