rust/compiler/rustc_builtin_macros/src/assert
Nicholas Nethercote c679a55102 Convert some `token_joint_hidden` calls to `token_joint`.
This has no noticeable effect, but it makes these cases follow the
guidelines in the comments on `Spacing`, which say that `Joint` should
be used "for each token that (a) should be pretty-printed without a
space after it, and (b) is followed by a punctuation token".

These two tokens are both followed by a comma, which is a punctuation
token.
2024-05-23 06:03:17 +10:00
..
context.rs Convert some `token_joint_hidden` calls to `token_joint`. 2024-05-23 06:03:17 +10:00