Files
rust/tests/ui/lint
Jubilee 6b0c8cfedc 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"`
  |
```
2024-10-31 17:50:41 -07:00
..
2024-08-03 07:57:31 -04:00
2024-03-14 09:54:42 +08:00
2024-05-15 13:17:11 -05:00
2024-04-24 13:12:33 +01:00
2024-04-24 13:12:33 +01:00
2024-04-22 18:48:47 +02:00
2024-03-14 17:34:57 +01:00
2024-09-23 12:55:56 -04:00
2024-01-05 10:56:59 +00:00
2024-01-13 12:46:58 -05:00
2024-01-13 12:46:58 -05:00
2024-01-13 12:46:58 -05:00
2024-01-13 12:46:58 -05:00
2024-06-25 17:22:22 +02:00
2024-06-25 17:22:22 +02:00