about summary refs log tree commit diff
path: root/src/test/ui/const-generics/struct-with-invalid-const-param.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-9/+0
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-11/+2
2020-08-10Do not suggest similarly named enclosing itemEsteban Küber-4/+1
2020-05-09adjust testsRalf Jung-1/+2
2020-04-11rustc: Add a warning count upon completionRoccoDev-1/+1
2019-10-27Point at local similarly named element and tweak references to variantsEsteban Küber-1/+4
Point at the span for the definition of ADTs internal to the current crate. Look at the leading char of the ident to determine whether we're expecting a likely fn or any of a fn, a tuple struct or a tuple variant. Turn fn `add_typo_suggestion` into a `Resolver` method.
2019-10-16update ui testsGuillaume Gomez-0/+1
2019-07-30--bless tests due to INCOMPLETE_FEATURES being a lint.Mazdak Farrokhzad-5/+7
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+0
2019-03-22Fix ICE with const generic param in structvarkor-0/+15