summary refs log tree commit diff
path: root/src/test/ui/hygiene/unpretty-debug.stdout
AgeCommit message (Collapse)AuthorLines
2019-10-18Change how `Symbol::Debug` works.Nicholas Nethercote-1/+1
Currently, `Symbol::Debug` and `Symbol::Display` produce the same output; neither wraps the symbol in double quotes. This commit changes `Symbol::Debug` so it wraps the symbol in quotes. This change brings `Symbol`'s behaviour in line with `String` and `InternedString`. The change requires a couple of trivial test output adjustments.
2019-09-17Print syntax contexts and marks when printing hygiene informationMatthew Jasper-0/+10
2019-07-16Make pretty-expanded-hygiene a `ui` testMatthew Jasper-0/+15
`normalize-stdout-test` removes the need for Make, and it can be updated with `--bless` this way