bors
d3dfecbd41
Auto merge of #12066 - y21:issue12048, r=Alexendoo
...
Don't look for safety comments in doc tests
Fixes #12048 .
What happened in the linked issue is that the lint checks for lines that start with `//` and have `SAFETY:` somewhere in it above the function item.
This works for regular comments, but when the `//` is the start of a doc comment (e.g. `/// // SAFETY: ...`) and it's part of a doc test (i.e. within \`\`\`), we probably shouldn't lint that, since the user most likely meant to refer to a different node than the one currently being checked. For example in the linked issue, the safety comment refers to `unsafe { *five_pointer }`, but the lint believes it's part of the function item.
We also can't really easily test whether the `// SAFETY:` comment within a doc comment is necessary or not, since I think that would require creating a new compiler session to re-parse the contents of the doc comment. We already do this for one of the doc markdown lints, to look for a main function in doc tests, but I don't know how to feel about doing that in more places, so probably best to just ignore them?
changelog: [`unnecessary_safety_comment`]: don't look for safety comments in doc tests
2024-01-05 15:23:11 +00:00
..
2023-12-28 19:20:18 +01:00
2023-12-16 17:40:32 +01:00
2023-12-22 20:31:48 +08:00
2023-12-26 16:58:43 -05:00
2024-01-02 19:21:51 -05:00
2023-12-15 22:52:38 +03:00
2023-12-15 22:52:38 +03:00
2023-12-01 18:21:58 +01:00
2023-12-16 14:12:50 +01:00
2023-12-16 14:12:50 +01:00
2023-12-16 14:12:50 +01:00
2023-12-16 14:12:50 +01:00
2023-12-16 14:12:50 +01:00
2023-12-16 14:12:50 +01:00
2023-12-16 14:12:50 +01:00
2023-12-21 18:20:25 +08:00
2023-12-21 18:20:25 +08:00
2023-12-21 18:20:25 +08:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-16 17:40:32 +01:00
2023-12-16 17:40:32 +01:00
2023-12-16 17:40:32 +01:00
2023-12-25 09:39:32 +08:00
2023-12-25 09:39:32 +08:00
2023-12-25 09:39:32 +08:00
2024-01-02 19:21:51 -05:00
2024-01-02 19:21:51 -05:00
2023-12-25 09:39:32 +08:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-16 14:12:50 +01:00
2023-12-28 05:27:56 +01:00
2023-12-28 05:27:56 +01:00
2023-12-28 05:27:56 +01:00
2023-12-29 19:23:31 +05:30
2023-12-29 19:23:31 +05:30
2023-12-29 19:23:31 +05:30
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-22 20:31:48 +08:00
2023-12-22 20:31:48 +08:00
2023-12-22 20:31:48 +08:00
2023-12-30 13:31:32 +02:00
2023-12-30 13:31:32 +02:00
2023-12-30 13:31:32 +02:00
2023-12-16 17:40:32 +01:00
2023-12-16 17:40:32 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-22 20:31:48 +08:00
2023-12-22 20:31:48 +08:00
2023-12-16 14:12:50 +01:00
2023-12-16 14:12:50 +01:00
2023-12-16 14:12:50 +01:00
2023-12-16 14:12:50 +01:00
2023-12-16 14:12:50 +01:00
2023-12-16 14:12:50 +01:00
2023-12-22 19:02:22 -05:00
2023-12-30 04:56:46 +01:00
2023-12-30 04:56:46 +01:00
2023-12-24 17:32:00 +02:00
2023-12-24 17:32:00 +02:00
2023-12-24 17:32:00 +02:00
2023-12-24 17:32:00 +02:00
2023-12-24 17:32:00 +02:00
2023-12-24 17:32:00 +02:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-30 04:56:46 +01:00
2023-12-30 04:56:46 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-16 14:12:50 +01:00
2023-12-16 14:12:50 +01:00
2023-12-26 17:49:51 -07:00
2023-12-26 17:49:51 -07:00
2023-12-26 17:49:51 -07:00
2023-12-23 16:22:12 +01:00
2023-12-23 16:22:12 +01:00
2023-12-23 16:22:08 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-16 14:12:50 +01:00
2023-12-16 14:12:50 +01:00
2023-12-16 14:12:50 +01:00
2023-12-25 14:28:01 +08:00
2023-12-25 14:28:01 +08:00
2023-12-16 14:12:50 +01:00
2023-12-16 14:12:50 +01:00
2023-12-16 17:40:32 +01:00
2023-12-16 17:40:32 +01:00
2023-12-16 17:40:32 +01:00
2023-12-16 14:12:50 +01:00
2023-12-16 14:12:50 +01:00
2023-12-16 14:12:50 +01:00
2023-12-16 14:12:50 +01:00
2023-12-25 21:13:41 +00:00
2023-12-25 21:13:41 +00:00
2023-12-25 21:13:41 +00:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-16 14:12:50 +01:00
2023-12-16 14:12:50 +01:00
2023-12-16 17:40:32 +01:00
2023-12-16 17:40:32 +01:00
2024-01-03 19:40:47 +01:00
2024-01-03 19:40:47 +01:00
2024-01-03 19:40:47 +01:00
2023-12-01 18:21:58 +01:00
2023-12-16 00:43:52 +01:00
2023-12-16 00:43:52 +01:00
2023-12-16 00:43:52 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-16 14:12:50 +01:00
2023-12-16 14:12:50 +01:00
2023-12-16 14:12:50 +01:00
2024-01-02 19:21:51 -05:00
2024-01-02 19:21:51 -05:00
2023-12-15 22:58:22 +01:00
2023-12-15 22:58:22 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-16 17:40:32 +01:00
2023-12-16 17:40:32 +01:00
2023-12-16 17:40:32 +01:00
2023-12-27 19:10:04 +01:00
2023-12-27 19:10:04 +01:00
2023-12-27 19:10:04 +01:00
2023-12-27 19:10:04 +01:00
2023-12-27 19:10:04 +01:00
2023-12-27 19:10:04 +01:00
2024-01-02 19:21:51 -05:00
2023-12-16 14:12:50 +01:00
2023-12-16 14:12:50 +01:00
2023-12-16 14:12:50 +01:00
2023-12-16 14:12:50 +01:00
2023-12-16 14:12:50 +01:00
2023-12-16 14:12:50 +01:00
2023-12-16 00:43:52 +01:00
2023-12-16 00:43:52 +01:00
2023-12-16 00:43:52 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-27 22:26:25 +01:00
2023-12-27 22:26:25 +01:00
2023-12-27 22:26:25 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-31 13:30:36 +01:00
2023-12-31 13:30:36 +01:00
2023-12-31 13:30:36 +01:00
2024-01-02 19:21:51 -05:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2024-01-01 18:06:10 +02:00
2024-01-01 18:06:10 +02:00
2024-01-01 18:06:10 +02:00
2023-12-01 18:06:03 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2024-01-04 17:40:28 +01:00
2024-01-04 17:40:28 +01:00
2023-12-16 14:12:50 +01:00
2023-12-16 14:12:50 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-16 14:12:50 +01:00
2023-12-16 14:12:50 +01:00
2023-12-16 14:12:50 +01:00
2024-01-01 02:57:23 +01:00
2024-01-04 17:29:20 +01:00
2024-01-04 17:29:20 +01:00
2024-01-04 17:29:20 +01:00
2023-12-16 14:12:50 +01:00
2023-12-16 14:12:50 +01:00
2023-12-16 14:12:50 +01:00
2023-12-16 14:12:50 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2023-12-01 18:21:58 +01:00
2024-01-02 19:21:51 -05:00
2024-01-02 19:21:51 -05:00
2023-12-16 14:12:50 +01:00
2023-12-16 14:12:50 +01:00
2023-12-16 14:12:50 +01:00