]> git.lizzy.rs Git - rust.git/commit
pprust: Handle multi-stmt/no-expr `ExprFnBlock`
authorklutzy <klutzytheklutzy@gmail.com>
Tue, 15 Apr 2014 07:58:50 +0000 (16:58 +0900)
committerklutzy <klutzytheklutzy@gmail.com>
Wed, 16 Apr 2014 07:02:18 +0000 (16:02 +0900)
commit96710c11de32957fda9d0792664afeb936f18e78
treed24d0ea0cf8bfb959677cc8d7fce74023128deb4
parent10f94e3fe5859fe7fc001cf26f4fa401d9a2ee2e
pprust: Handle multi-stmt/no-expr `ExprFnBlock`

Fixes #12685
src/libsyntax/print/pprust.rs
src/test/run-make/pretty-expanded/Makefile [new file with mode: 0644]
src/test/run-make/pretty-expanded/input.rs [new file with mode: 0644]