Skip to content

Commit 8891ce3

Browse files
authored
Merge pull request #404 from dtolnay/missingabi
Ignore missing_abi lint in nightly-2025-01-16
2 parents 4d71a84 + 51a173e commit 8891ce3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_ensure.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,7 @@ fn test_as() {
614614

615615
extern "C" fn extern_fn() {}
616616
#[rustfmt::skip]
617+
#[allow(missing_abi)]
617618
let test = || Ok(ensure!(extern_fn as extern fn() as usize * 0 != 0));
618619
assert_err(
619620
test,

0 commit comments

Comments
 (0)