about summary refs log tree commit diff
path: root/src/test/ui/const-generics/fn-const-param-infer.stderr
AgeCommit message (Expand)AuthorLines
2020-08-12Update stderr fileskadmin-17/+0
2020-06-19Remove the const_raw_ptr_comparison feature gate.Oliver Scherer-35/+6
2020-05-17merge lazy_normalization_consts into const_genericsBastian Kauschke-10/+6
2020-05-09adjust testsRalf Jung-1/+2
2020-04-11rustc: Add a warning count upon completionRoccoDev-1/+1
2020-03-11Print function pointer type for function pointer const genericsOliver Scherer-6/+6
2019-12-14Indicate origin of where type parameter for uninferred typesOhad Ravid-1/+1
2019-12-11Add more context for type parametersEsteban Küber-1/+1
2019-11-25Auto merge of #66682 - estebank:fn-type-err, r=davidtwcobors-2/+2
2019-11-23Highlight parts of fn in type errorsEsteban Küber-2/+2
2019-11-21Point at type in `let` assignment on type errorsEsteban Küber-2/+6
2019-11-21Auto merge of #66389 - estebank:type-err-labels, r=petrochenkovbors-7/+7
2019-11-18test: const-generics: Update tests removing unrequired bracesGabriel Smith-6/+6
2019-11-18Surround types with backticks in type errorsEsteban Küber-1/+1
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-6/+6
2019-10-09Update ui testsben-4/+4
2019-10-09Gate use of raw and function pointers in const generics behindben-1/+1
2019-10-09Pretty print function pointer const values.ben-2/+2
2019-10-09Fix calling function pointer const parameters. Also fixes inference ofben-0/+45