about summary refs log tree commit diff
path: root/src/test/incremental/const-generics
AgeCommit message (Collapse)AuthorLines
2021-08-22Auto merge of #88166 - BoxyUwU:const-equate-canon, r=lcnrbors-0/+203
canonicalize consts before calling try_unify_abstract_consts query Fixes #88022 Fixes #86953 Fixes #77708 Fixes #82034 Fixes #85031 these ICEs were all caused by calling the `try_unify_abstract_consts` query with inference vars in substs r? `@lcnr`
2021-08-19regression testsEllen-0/+203
2021-08-18add testsEllen-0/+169
2020-05-09adjust testsRalf Jung-2/+2
2020-03-31update testsBastian Kauschke-1/+1
2020-02-20Add regression test for issue 68477.Ben Lewis-0/+23
2019-10-21Fix `canonicalize_const_var` from leaking inference variables throughben-0/+67
it's type.