about summary refs log tree commit diff
path: root/src/test/ui/polymorphization/promoted-function-1.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-8/+0
2020-08-07polymorphize: visit promoted MIRDavid Wood-0/+8
This commit makes polymorphization visited the MIR of unevaluated constants with available promoted MIR instead of visiting the substitutions of that constant - which will mark all of the generic parameters as used. Signed-off-by: David Wood <david@davidtw.co>