about summary refs log tree commit diff
path: root/src/test/ui/polymorphization/promoted-function-2.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-17/+0
2022-10-01bless ui testsMaybe Waffle-1/+1
2021-08-30remove lazy_normalization_constsEllen-4/+4
2020-08-07polymorphize: non-promoted unevaluated constantsDavid Wood-0/+17
This commit makes polymorphization visit non-promoted unevaluated constants rather than visit their substs directly. Signed-off-by: David Wood <david@davidtw.co>