Currently, compiletest have no way to bless tests in `src/test/pretty`. I use ``` rustc +stage1 -Z unpretty=hir,typed src/test/pretty/issue-4264.rs > src/test/pretty/issue-4264.pp ``` to manually bless a test. @rustbot modify labels: T-compiler