Closed
Description
Given that #[no_mangle]
is unsafe there should be a lint that is capable of detecting it (there was a suggestion that unsafe_code
should also detect it, but it might make sense to be able to lint it individually too).
Given that #[no_mangle]
is unsafe there should be a lint that is capable of detecting it (there was a suggestion that unsafe_code
should also detect it, but it might make sense to be able to lint it individually too).