about summary refs log tree commit diff
path: root/tests/ui/lint/removed-lints/undefined_naked_function_abi.rs
blob: cf3ac66ac86d444a647714095098874722fd0677 (plain)
1
2
3
4
5
//@ check-pass

#![deny(undefined_naked_function_abi)]
//~^ WARN  lint `undefined_naked_function_abi` has been removed
fn main() {}