]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc/variadic.rs
Rollup merge of #69599 - Centril:typeck-tweak-wording, r=davidtwco
[rust.git] / src / test / rustdoc / variadic.rs
index 5af2aea21fcacd94040f88f726176fedf46a66b4..bd8f1775b3d048dcb8ee387f44f2be317c4781d6 100644 (file)
@@ -1,4 +1,4 @@
 extern "C" {
-    // @has variadic/fn.foo.html //pre 'pub unsafe extern "C" fn foo(x: i32, _: ...)'
+    // @has variadic/fn.foo.html //pre 'pub unsafe extern "C" fn foo(x: i32, ...)'
     pub fn foo(x: i32, ...);
 }