This commit is contained in:
Alexander Regueiro 2019-03-02 15:16:36 +00:00 committed by Dan Robertson
parent 04d0a8cb83
commit 379cd29d1c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
// Check that `fn foo(x: i32, ...)` does not print as `fn foo(x: i32, ..., ...)`.
// See issue #58853.
//
// pp-exact
#![feature(c_variadic)]