bors
2ddbc86bef
Auto merge of #8518 - Alexendoo:write-late-pass, r=flip1995
...
Migrate write.rs to a late pass
changelog: Migrates write.rs from a pre expansion pass to a late pass
changelog: [`positional_named_format_parameters`] is renamed in favour of the rustc lint `named_arguments_used_positionally`
- Macros are now identified by diagnostic items, so will no longer lint user defined macros named, e.g. a custom `print!`
- `print_literal`/`write_literal` no longer lint no longer lint literals that come from macro expansions, e.g. `env!("FOO")`
- `print_with_newline`/`write_with_newline` no longer lint strings with any internal `\r` or `\n`s
~~A false negative, `print_literal`/`write_literal` don't lint format strings that produce `FormatSpec`s, e.g. ones containing pretty print/width/align specifiers~~
Suggestion changes:
- ~~`print_literal`/`write_literal` no longer have suggestions, as the spans for the `{}`s were not easily obtainable~~
- `print_with_newline`/`write_with_newline` has a better suggestion for a sole literal newline, but no longer has suggestions for len > 1 strings that end in a literal newline
- ~~`use_debug` spans are less precise, now point to the whole format string~~
The diff for write.rs is pretty unwieldy, other than for the `declare_clippy_lint!`s I think you'd be better off viewing it as a brand new file rather than looking at the diff, as it's mostly written from scratch
cc #6610 , fixes #5721 , fixes #7195 , fixes #8615
2022-09-14 15:58:21 +00:00
..
2022-09-08 21:27:09 +02:00
2022-09-13 10:35:59 +02:00
2022-08-03 12:17:23 +02:00
2022-07-18 09:39:37 +02:00
2022-06-30 10:50:09 +02:00
2022-09-11 12:26:13 +02:00
2022-07-28 19:08:22 +02:00
2022-07-28 19:08:22 +02:00
2022-08-11 19:42:16 +02:00
2022-06-30 10:50:09 +02:00
2022-09-13 10:35:59 +02:00
2022-09-13 10:35:59 +02:00
2022-09-13 10:35:59 +02:00
2022-09-13 15:50:24 -03:00
2022-09-13 15:50:24 -03:00
2022-09-10 10:30:19 +02:00
2022-09-10 10:30:19 +02:00
2022-09-10 10:30:19 +02:00
2022-07-28 19:08:22 +02:00
2022-07-28 19:08:22 +02:00
2022-07-28 19:08:22 +02:00
2022-09-02 13:03:11 -05:00
2022-09-01 23:23:56 +02:00
2022-09-01 23:23:56 +02:00
2022-09-01 23:23:56 +02:00
2022-08-11 19:42:16 +02:00
2022-06-28 12:48:26 -04:00
2022-08-11 19:42:16 +02:00
2022-07-29 19:35:39 +01:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-07-18 09:39:37 +02:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-09-01 18:46:53 +08:00
2022-09-01 18:46:53 +08:00
2022-09-01 18:46:53 +08:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-09-13 17:00:19 +02:00
2022-09-13 17:00:19 +02:00
2022-09-13 17:00:19 +02:00
2022-07-01 17:39:19 +02:00
2022-07-01 17:39:19 +02:00
2022-07-15 09:49:15 +02:00
2022-07-15 09:49:15 +02:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-07-19 03:07:54 +00:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00
2022-09-08 20:18:02 +00:00
2022-09-08 20:18:02 +00:00
2022-07-18 09:39:37 +02:00
2022-07-18 09:39:37 +02:00
2022-07-18 09:39:37 +02:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00
2022-09-12 11:39:54 +00:00
2022-09-12 11:39:54 +00:00
2022-09-12 11:39:54 +00:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00
2022-07-19 03:07:54 +00:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-09-01 12:51:13 +02:00
2022-09-01 12:51:13 +02:00
2022-09-01 12:51:13 +02:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-09-08 20:18:02 +00:00
2022-09-08 20:18:02 +00:00
2022-09-08 20:18:02 +00:00
2022-08-03 12:17:23 +02:00
2022-08-03 12:17:23 +02:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-06-30 10:50:09 +02:00
2022-08-31 09:24:45 -04:00
2022-08-11 19:42:16 +02:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00
2022-07-18 09:39:37 +02:00
2022-07-18 09:39:37 +02:00
2022-08-31 15:24:40 +02:00
2022-07-18 09:39:37 +02:00
2022-07-18 09:39:37 +02:00
2022-07-19 03:07:54 +00:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-09-08 20:44:32 +00:00
2022-09-08 20:44:32 +00:00
2022-09-11 16:24:33 +02:00
2022-09-11 16:24:33 +02:00
2022-08-11 19:42:16 +02:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00
2022-07-18 09:39:37 +02:00
2022-07-18 09:39:37 +02:00
2022-07-18 09:39:37 +02:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-07-18 09:39:37 +02:00
2022-07-18 09:39:37 +02:00
2022-07-18 09:39:37 +02:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00
2022-07-18 09:39:37 +02:00
2022-07-18 09:39:37 +02:00
2022-07-18 09:39:37 +02:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00
2022-07-18 09:39:37 +02:00
2022-07-18 09:39:37 +02:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-07-18 09:39:37 +02:00
2022-07-18 09:39:37 +02:00
2022-07-18 09:39:37 +02:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-07-18 09:39:37 +02:00
2022-08-11 19:42:16 +02:00
2022-08-31 09:09:11 -04:00
2022-08-31 09:09:11 -04:00
2022-08-11 19:42:16 +02:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-03 12:17:23 +02:00
2022-08-03 12:17:23 +02:00
2022-09-02 20:39:47 +02:00
2022-09-02 20:39:47 +02:00
2022-06-30 10:50:09 +02:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-29 19:34:11 +02:00
2022-08-29 19:34:11 +02:00
2022-08-29 19:34:11 +02:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-07-01 17:39:19 +02:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00
2022-07-18 09:39:37 +02:00
2022-07-18 09:39:37 +02:00
2022-07-18 09:39:37 +02:00
2022-09-10 19:48:14 +02:00
2022-09-10 19:48:14 +02:00
2022-08-03 12:17:23 +02:00
2022-08-03 12:17:23 +02:00
2022-08-03 12:17:23 +02:00
2022-07-28 19:08:22 +02:00
2022-07-28 19:08:22 +02:00
2022-07-28 19:08:22 +02:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-11 19:42:16 +02:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-09-04 23:43:17 +03:00
2022-08-31 09:24:45 -04:00
2022-09-04 23:43:17 +03:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-09-08 20:18:02 +00:00
2022-09-08 20:18:02 +00:00
2022-09-08 20:18:02 +00:00
2022-09-08 20:18:02 +00:00
2022-09-08 20:18:02 +00:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-07-18 09:39:37 +02:00
2022-09-08 20:04:43 +02:00
2022-09-08 20:04:43 +02:00
2022-09-08 20:04:43 +02:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-06-30 10:50:09 +02:00
2022-08-31 09:24:45 -04:00
2022-09-08 20:18:02 +00:00
2022-09-08 20:18:02 +00:00
2022-09-08 20:18:02 +00:00
2022-09-03 00:16:28 +02:00
2022-09-03 00:16:28 +02:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-08-31 09:24:45 -04:00
2022-07-18 09:39:37 +02:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00
2022-07-18 09:39:37 +02:00
2022-07-18 09:39:37 +02:00
2022-07-18 09:39:37 +02:00
2022-08-23 21:14:12 -05:00
2022-08-23 21:14:12 -05:00
2022-07-18 09:39:37 +02:00
2022-07-18 09:39:37 +02:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00
2022-08-11 19:42:16 +02:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00
2022-07-28 19:08:22 +02:00
2022-07-28 19:08:22 +02:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-07-18 09:39:37 +02:00
2022-07-18 09:39:37 +02:00
2022-08-11 19:42:16 +02:00
2022-06-30 10:50:09 +02:00
2022-07-18 09:39:37 +02:00
2022-07-18 09:39:37 +02:00
2022-07-18 09:39:37 +02:00
2022-07-18 09:39:37 +02:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-29 21:28:35 +01:00
2022-08-11 19:42:16 +02:00
2022-08-11 19:42:16 +02:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-07-18 09:39:37 +02:00
2022-07-18 09:39:37 +02:00
2022-07-18 09:39:37 +02:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-09-03 17:00:44 +02:00
2022-09-03 17:00:44 +02:00
2022-09-03 17:00:44 +02:00
2022-08-03 12:17:23 +02:00
2022-08-03 12:17:23 +02:00
2022-08-03 12:17:23 +02:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00
2022-09-11 12:40:52 +00:00
2022-08-31 09:24:45 -04:00
2022-07-28 19:08:22 +02:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-09-06 04:38:29 +00:00
2022-09-06 04:38:29 +00:00
2022-09-06 04:38:29 +00:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-09-10 11:42:37 +02:00
2022-09-10 11:42:37 +02:00
2022-08-11 19:42:16 +02:00
2022-07-07 19:30:37 +00:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-09-07 15:26:44 -04:00
2022-09-07 15:26:44 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-08-31 09:24:45 -04:00
2022-06-30 10:50:09 +02:00
2022-07-18 09:39:37 +02:00
2022-07-18 09:39:37 +02:00
2022-07-18 09:39:37 +02:00
2022-07-18 09:39:37 +02:00
2022-07-18 09:39:37 +02:00
2022-09-08 20:18:02 +00:00
2022-09-08 20:18:02 +00:00
2022-09-08 20:18:02 +00:00
2022-09-08 20:18:02 +00:00
2022-09-08 20:18:02 +00:00
2022-09-08 20:18:02 +00:00
2022-09-08 20:18:02 +00:00
2022-06-30 10:50:09 +02:00
2022-06-30 10:50:09 +02:00