fixup rustdoc test

This commit is contained in:
Mark Rousskov 2022-08-05 13:41:39 -04:00
parent 1542579ea9
commit 8482bac7be
2 changed files with 2 additions and 2 deletions

View file

@ -7,5 +7,5 @@ impl Option {
pub mod task {}
extern "C" {
pub fn main() -> std::ffi::c_int;
pub fn main() -> std::os::raw::c_int;
}

View file

@ -12,5 +12,5 @@ pub use issue_99734_aux::*;
// @count foo/index.html '//a[@class="fn"][@title="foo::main fn"]' 1
extern "C" {
pub fn main() -> std::ffi::c_int;
pub fn main() -> std::os::raw::c_int;
}