about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/coverageinfo/mod.rs
diff options
context:
space:
mode:
authorJubilee <workingjubilee@gmail.com>2024-10-31 17:50:41 -0700
committerGitHub <noreply@github.com>2024-10-31 17:50:41 -0700
commit6b0c8cfedc9623abc16596f17ed7582f1c288380 (patch)
tree6f7322b4ab2fb68d59a60dc0ae36ba61440f5e4f /compiler/rustc_codegen_llvm/src/coverageinfo/mod.rs
parent121916997037b44877cc55c30c1915d3cb0f3764 (diff)
parenta433ea2518e18f3beda9bfdd11dc104e40eaa9ac (diff)
downloadrust-6b0c8cfedc9623abc16596f17ed7582f1c288380.tar.gz
rust-6b0c8cfedc9623abc16596f17ed7582f1c288380.zip
Rollup merge of #132357 - m-ou-se:explicit-abi, r=compiler-errors
Improve missing_abi lint

This is for the migration lint for https://github.com/rust-lang/rfcs/pull/3722

It is not yet marked as an edition migration lint, because `Edition2027` doesn't exist yet.

The lint now includes a machine applicable suggestion:

```
warning: extern declarations without an explicit ABI are deprecated
 --> src/main.rs:3:1
  |
3 | extern fn a() {}
  | ^^^^^^ help: explicitly specify the C ABI: `extern "C"`
  |
```
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/coverageinfo/mod.rs')
0 files changed, 0 insertions, 0 deletions