Nicholas Nethercote
ac26b883bf
Improve spans on evaluated cfg_attrs.
...
When converting something like `#![cfg_attr(cond, attr)]` into
`#![attr]`, we currently duplicate the `#` token and the `!` token. But
weirdly, there is also this comment:
// We don't really have a good span to use for the synthesized `[]`
// in `#[attr]`, so just use the span of the `#` token.
Maybe that comment used to be true? But now it is false: we can
duplicate the existing delimiters (and their spans and spacing), much
like we do for the `#` and `!`.
This commit does that, thus removing the incorrect comment, and
improving the spans on `Group`s in a few proc-macro tests.
2024-07-24 21:03:52 +10:00
..
2024-07-18 18:39:20 +00:00
2024-07-18 00:19:27 +00:00
2024-07-14 13:50:09 +09:00
2024-07-18 17:00:43 -04:00
2024-07-18 11:58:16 +02:00
2024-07-14 13:50:09 +09:00
2024-07-18 08:09:01 +02:00
2024-07-18 08:09:01 +02:00
2024-07-18 08:09:01 +02:00
2024-07-12 03:02:57 +00:00
2024-07-12 11:52:04 -04:00
2024-07-18 00:00:04 +00:00
2024-07-20 07:13:44 +02:00
2024-07-14 13:50:09 +09:00
2024-07-14 13:50:09 +09:00
2024-07-12 18:52:52 +00:00
2024-07-23 09:45:28 +00:00
2024-07-22 21:51:44 -04:00
2024-07-18 14:32:10 +02:00
2024-07-19 23:27:42 +03:00
2024-07-21 05:36:21 +00:00
2024-07-06 21:00:30 +08:00
2024-07-12 03:02:57 +00:00
2024-07-21 17:44:29 -07:00
2024-07-11 12:23:44 +10:00
2024-07-23 13:06:54 +02:00
2024-07-21 22:32:29 -04:00
2024-07-12 03:02:57 +00:00
2024-07-11 12:23:44 +10:00
2024-07-16 18:03:15 +03:00
2024-07-06 14:24:20 +02:00
2024-07-11 08:14:28 +02:00
2024-07-12 03:02:57 +00:00
2024-07-18 18:39:20 +00:00
2024-07-18 00:00:04 +00:00
2024-07-18 18:20:35 +00:00
2024-07-18 18:20:35 +00:00
2024-07-21 05:36:21 +00:00
2024-07-22 10:12:00 -04:00
2024-07-07 18:16:38 +02:00
2024-07-18 18:20:35 +00:00
2024-07-17 16:22:26 +02:00
2024-07-17 11:01:29 +01:00
2024-07-12 03:02:57 +00:00
2024-07-17 16:22:26 +02:00
2024-07-18 16:51:06 -04:00
2024-07-17 11:01:29 +01:00
2024-07-18 00:10:48 +00:00
2024-07-12 03:02:57 +00:00
2024-07-17 16:22:32 +02:00
2024-07-11 12:23:44 +10:00
2024-07-21 05:36:21 +00:00
2024-07-13 13:12:52 +00:00
2024-07-18 00:00:04 +00:00
2024-07-17 11:01:29 +01:00
2024-07-18 11:58:16 +02:00
2024-07-11 12:23:44 +10:00
2024-07-11 12:23:44 +10:00
2024-07-19 19:39:37 +00:00
2024-07-12 21:16:09 -04:00
2024-07-12 03:02:57 +00:00
2024-07-11 12:23:44 +10:00
2024-07-11 12:23:44 +10:00
2024-07-19 18:53:40 +02:00
2024-07-12 03:22:32 +00:00
2024-07-12 03:02:57 +00:00
2024-07-21 05:36:21 +00:00
2024-07-11 12:23:44 +10:00
2024-07-12 13:47:08 -07:00
2024-07-04 02:02:21 +00:00
2024-07-21 13:45:55 -04:00
2024-07-20 19:28:56 +02:00
2024-07-12 03:02:57 +00:00
2024-07-05 11:17:49 -04:00
2024-07-17 16:22:26 +02:00
2024-07-21 21:42:10 +08:00
2024-07-17 16:22:26 +02:00
2024-07-11 17:01:36 +02:00
2024-07-04 02:02:21 +00:00
2024-07-11 12:23:44 +10:00
2024-07-21 22:32:29 -04:00
2024-07-18 18:20:35 +00:00
2024-07-12 03:02:57 +00:00
2024-07-12 03:02:57 +00:00
2024-07-12 03:02:57 +00:00
2024-07-11 12:23:44 +10:00
2024-07-11 12:23:44 +10:00
2024-07-11 12:23:44 +10:00
2024-07-19 13:39:12 +00:00
2024-07-21 15:24:27 +02:00
2024-07-24 21:03:52 +10:00
2024-07-11 12:23:44 +10:00
2024-07-18 18:10:15 +02:00
2024-07-12 03:02:57 +00:00
2024-07-12 21:16:09 -04:00
2024-07-11 20:39:24 +00:00
2024-07-11 12:23:44 +10:00
2024-07-18 18:20:35 +00:00
2024-07-19 08:44:51 +00:00
2024-07-22 11:40:19 -05:00
2024-07-17 21:45:43 +00:00
2024-07-18 13:33:38 +00:00
2024-07-17 11:01:29 +01:00
2024-07-14 13:50:09 +09:00
2024-07-16 19:27:28 -07:00
2024-07-23 13:06:54 +02:00
2024-07-21 05:36:21 +00:00
2024-07-16 19:27:28 -07:00
2024-07-12 03:02:57 +00:00
2024-07-24 05:05:32 +02:00
2024-07-17 11:01:29 +01:00
2024-07-17 07:55:22 +08:00
2024-07-15 22:21:41 +00:00
2024-07-11 00:18:47 +08:00
2024-07-10 18:56:06 -04:00
2024-07-11 12:23:44 +10:00
2024-07-24 05:05:32 +02:00
2024-07-16 19:27:28 -07:00
2024-07-11 12:23:44 +10:00
2024-07-11 12:23:44 +10:00
2024-07-04 05:19:35 +00:00
2024-07-22 07:29:59 +02:00
2024-07-14 13:50:09 +09:00
2024-07-17 16:22:26 +02:00
2024-07-18 18:20:35 +00:00
2024-07-07 23:03:48 +00:00
2024-07-21 05:36:21 +00:00
2024-07-11 20:39:24 +00:00
2024-07-05 20:58:33 +00:00
2024-07-04 05:36:34 +00:00
2024-07-11 12:23:44 +10:00
2024-07-04 06:06:33 +00:00
2024-07-19 19:39:37 +00:00
2024-07-17 21:12:12 -04:00
2024-07-18 00:00:04 +00:00
2024-07-18 16:51:06 -04:00
2024-07-02 11:37:59 -04:00
2024-07-04 02:02:21 +00:00
2024-07-04 02:02:21 +00:00
2024-07-04 05:36:34 +00:00
2024-07-04 02:02:21 +00:00
2024-07-11 12:23:44 +10:00
2024-07-06 21:00:30 +08:00
2024-07-06 21:00:30 +08:00
2024-07-02 11:37:59 -04:00
2024-07-14 13:50:09 +09:00
2024-07-12 21:16:09 -04:00
2024-07-02 15:48:48 -04:00
2024-07-11 12:23:44 +10:00
2024-07-05 00:52:01 +00:00