mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-01 12:18:17 +00:00
6 lines
132 B
Rust
6 lines
132 B
Rust
//@ check-pass
|
|
|
|
#![deny(undefined_naked_function_abi)]
|
|
//~^ WARN lint `undefined_naked_function_abi` has been removed
|
|
fn main() {}
|