about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorNoah Lev <camelidcamel@gmail.com>2021-07-03 15:10:06 -0700
committerNoah Lev <camelidcamel@gmail.com>2021-07-03 16:35:18 -0700
commit7ffec7028a54aeed6076f7043734b682fdf68f6e (patch)
treeaa93358eca68daf1dac0d9c6c8cde769bcb534bf /compiler/rustc_codegen_llvm/src
parentf82d4845f219357c80ed68a6391d0bf00611f228 (diff)
downloadrust-7ffec7028a54aeed6076f7043734b682fdf68f6e.tar.gz
rust-7ffec7028a54aeed6076f7043734b682fdf68f6e.zip
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
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions