Skip to content

Commit

Permalink
Nit
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreg committed Mar 2, 2019
1 parent 04d0a8c commit 72f0ca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/pretty/fn-variadic.rs
@@ -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)]

Expand All @@ -12,4 +12,4 @@ pub unsafe extern "C" fn bar(_: i32, mut ap: ...) -> usize {
ap.arg::<usize>()
}

fn main() { }
fn main() {}

0 comments on commit 72f0ca5

Please sign in to comment.