about summary refs log tree commit diff
path: root/src/test/ui/polymorphization/promoted-function-2.stderr
AgeCommit message (Collapse)AuthorLines
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>