mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 15:58:12 +00:00
11 lines
410 B
Plaintext
11 lines
410 B
Plaintext
warning: lint `undefined_naked_function_abi` has been removed: converted into hard error, see PR #139001 <https://github.com/rust-lang/rust/issues/139001> for more information
|
|
--> $DIR/undefined_naked_function_abi.rs:3:9
|
|
|
|
|
LL | #![deny(undefined_naked_function_abi)]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
= note: `#[warn(renamed_and_removed_lints)]` on by default
|
|
|
|
warning: 1 warning emitted
|
|
|