Skip to content

Commit

Permalink
fixup rustdoc test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Aug 5, 2022
1 parent 1542579 commit 8482bac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/rustdoc/auxiliary/issue-99734-aux.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 8482bac

Please sign in to comment.