rust/compiler/rustc_ast_pretty/src
Noah Lev 7ffec7028a rustc_ast_pretty: Don't print space after $
For example, this code:

    $arg:expr

used to be pretty-printed as:

    $ arg : expr

but is now pretty-printed as:

    $arg : expr
2021-07-03 16:35:18 -07:00
..
pprust rustc_ast_pretty: Don't print space after $ 2021-07-03 16:35:18 -07:00
helpers.rs
lib.rs remove cfg(bootstrap) 2021-05-24 11:07:48 -04:00
pp.rs Add missing commas to rustc_ast_pretty::pp docs 2020-12-28 14:23:20 -08:00