Skip to content

Commit a65a1fc

Browse files
make sure the lint will create an error for the test
Co-authored-by: Jubilee <[email protected]>
1 parent 9c26e95 commit a65a1fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ui/attributes/mixed_export_name_and_no_mangle.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![deny(mixed_export_name_and_no_mangle)]
12
// issue: rust-lang/rust#47446
23

34
#[no_mangle]

0 commit comments

Comments
 (0)