Skip to content

Commit

Permalink
Merge pull request #1427 from google/fix-extern-warning
Browse files Browse the repository at this point in the history
Fix warning about extern with nightly.
  • Loading branch information
adetaylor authored Jan 21, 2025
2 parents 6a622af + a0955e6 commit 0dd3f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ pub fn do_run_test_manual(

rust_code.append_all(quote! {
#[link(name="autocxx-demo")]
extern {}
extern "C" {}
});
info!("Unexpanded Rust: {}", rust_code);

Expand Down

0 comments on commit 0dd3f63

Please sign in to comment.