about summary refs log tree commit diff
path: root/src/test/ui/const-generics/infer
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-129/+0
2022-07-19feat: omit suffixes in const generics (e.g. `1_i32`)Artur Sinila-2/+2
Closes #99255
2022-06-02add new `emit_inference_failure_err`lcnr-18/+18
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-80/+4
2021-08-11Modify structured suggestion outputEsteban Küber-9/+9
* On suggestions that include deletions, use a diff inspired output format * When suggesting addition, use `+` as underline * Color highlight modified span
2020-12-26update testsBastian Kauschke-12/+7
2020-11-18Suggest turbofish for uninferred const argumentJustus K-3/+83
2020-10-22improve const infer errorBastian Kauschke-1/+1
2020-09-23use the correct span when dealing with inference variablesBastian Kauschke-6/+31
2020-09-23merge `need_type_info_err(_const)`Bastian Kauschke-18/+6
2020-09-14improve const infer errBastian Kauschke-7/+7
2020-09-14shrink const infer errorBastian Kauschke-0/+117