Nicholas Nethercote
49908b4d90
Simplify the current_rustc_version macro.
...
It currently has the syntax
`current_rustc_version!(env!("CFG_RELEASE"))` where the
`env!("CFG_RELEASE")` part looks like a normal expression but it is
actually parsed and processed by the `current_rustc_version` macro.
The documented rationale for this is that you'll find it if you grep for
`env!("CFG_RELEASE")`. But I think that's of very little use -- I would
personally grep for just "CFG_RELEASE" -- and it complicates the macro,
requiring the use of `syn`.
This commit simplifies the macro.
2023-11-10 10:54:21 +11:00
..
2023-10-30 08:46:02 +11:00
2023-11-05 21:51:47 +03:30
2023-10-30 08:46:02 +11:00
2023-11-04 21:11:03 +01:00
2023-11-04 19:48:44 +01:00
2023-10-31 08:01:02 +11:00
2023-11-08 14:39:59 +11:00
2023-10-31 10:42:24 +00:00
2023-10-30 08:46:02 +11:00
2023-11-08 16:13:37 +00:00
2023-11-04 14:04:01 -07:00
2023-11-04 08:50:46 +11:00
2023-11-02 21:03:27 +01:00
2023-11-06 09:44:00 +01:00
2023-11-07 19:29:56 +01:00
2023-11-08 20:42:32 +00:00
2023-11-06 07:41:22 +00:00
2023-10-30 08:46:02 +11:00
2023-11-05 16:29:15 +00:00
2023-11-05 13:44:59 +00:00
2023-10-30 08:46:02 +11:00
2023-11-08 08:57:57 +11:00
2023-11-02 19:35:04 +11:00
2023-11-05 13:44:59 +00:00
2023-10-30 08:46:02 +11:00
2023-10-30 08:46:02 +11:00
2023-10-30 08:46:02 +11:00
2023-11-06 16:23:09 +00:00
2023-11-08 02:35:25 +00:00
2023-11-04 19:48:44 +01:00
2023-11-08 00:47:52 +01:00
2023-11-04 20:16:03 +00:00
2023-10-30 08:46:02 +11:00
2023-11-04 22:15:22 +08:00
2023-11-07 18:45:11 -05:00
2023-10-30 08:46:02 +11:00
2023-11-04 08:50:46 +11:00
2023-11-08 20:42:32 +00:00
2023-11-07 16:40:35 +01:00
2023-10-30 08:46:02 +11:00
2023-11-10 10:54:21 +11:00
2023-11-07 19:29:56 +01:00
2023-11-08 00:47:51 +01:00
2023-11-08 20:42:32 +00:00
2023-10-30 08:46:02 +11:00
2023-11-07 18:45:11 -05:00
2023-11-02 19:35:00 +11:00
2023-11-08 17:14:36 +01:00
2023-10-30 08:46:02 +11:00
2023-11-04 08:50:46 +11:00
2023-10-30 08:46:02 +11:00
2023-10-30 08:46:02 +11:00
2023-10-30 08:46:02 +11:00
2023-11-08 08:57:57 +11:00
2023-10-30 08:46:02 +11:00
2023-11-10 10:54:21 +11:00
2023-11-01 14:17:56 +00:00
2023-11-07 13:04:56 +00:00
2023-10-30 08:46:02 +11:00
2023-11-08 14:37:54 +08:00
2023-11-08 00:47:50 +01:00
2023-11-03 14:57:40 +00:00
2023-10-30 08:46:02 +11:00
2023-11-02 18:16:37 +01:00
2023-11-06 10:10:52 +00:00
2023-11-01 14:17:56 +00:00