about summary refs log tree commit diff
path: root/tests/ui/lint/removed-lints/undefined_naked_function_abi.stderr
blob: 5a546688beb5ce36da23664f9c0076e38f603f47 (plain)
1
2
3
4
5
6
7
8
9
10
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