Skip to content

Commit

Permalink
Merge pull request #404 from dtolnay/missingabi
Browse files Browse the repository at this point in the history
Ignore missing_abi lint in nightly-2025-01-16
  • Loading branch information
dtolnay authored Jan 16, 2025
2 parents 4d71a84 + 51a173e commit 8891ce3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_ensure.rs
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,7 @@ fn test_as() {

extern "C" fn extern_fn() {}
#[rustfmt::skip]
#[allow(missing_abi)]
let test = || Ok(ensure!(extern_fn as extern fn() as usize * 0 != 0));
assert_err(
test,
Expand Down

0 comments on commit 8891ce3

Please sign in to comment.