We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c92c183 commit c2db0deCopy full SHA for c2db0de
src/test/ui/abi/foreign/auxiliary/foreign_lib.rs
@@ -25,6 +25,9 @@ pub mod rustrt3 {
25
// importing the same symbol under different types.
26
// See https://github.com/rust-lang/rust/issues/32740.
27
extern {
28
+ // NOTE: Allow clashing decl here as we want this test case to catch ICE or LLVM assert
29
+ // failures if the lint has been allowed.
30
+ #[allow(clashing_extern_declarations)]
31
pub fn rust_get_test_int() -> *const u8;
32
}
33
0 commit comments