Skip to content

Commit

Permalink
make sure the lint will create an error for the test
Browse files Browse the repository at this point in the history
Co-authored-by: Jubilee <workingjubilee@gmail.com>
  • Loading branch information
sassman and workingjubilee committed Oct 13, 2024
1 parent 9c26e95 commit a65a1fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ui/attributes/mixed_export_name_and_no_mangle.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![deny(mixed_export_name_and_no_mangle)]
// issue: rust-lang/rust#47446

#[no_mangle]
Expand Down

0 comments on commit a65a1fc

Please sign in to comment.