summary refs log tree commit diff
path: root/src/test/ui/polymorphization/promoted-function.rs
AgeCommit message (Collapse)AuthorLines
2020-08-07polymorphize: visit promoted MIRDavid Wood-0/+2
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>
2020-07-22polymorphize GlobalAlloc::FunctionBastian Kauschke-0/+13