summary refs log tree commit diff
path: root/tests/ui/const-generics/adt_const_params
AgeCommit message (Expand)AuthorLines
2024-06-05Bless tests and handle tests/crashesBoxy-18/+1
2024-06-03Mark all missing generic args as errorsOli Scherer-18/+2
2024-05-29Partially implement `ConstArgHasType`Boxy-0/+74
2024-04-28add test for const generic ty's with lifetimes cause opaque types to ICEMatthias Krüger-0/+29
2024-04-28add test for Inconsistent rustc_transmute::is_transmutable(...) result, got YesMatthias Krüger-0/+71
2024-04-19add test for #83993Matthias Krüger-0/+47
2024-03-18Provide structured suggestion for `#![feature(foo)]`Esteban Küber-18/+36
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2024-01-30Provide more context on derived obligation error primary labelEsteban Küber-4/+4
2024-01-24remove StructuralEq traitRalf Jung-31/+8
2023-11-24Show number in error message even for one errorNilstrieb-1/+1
2023-09-28make adt_const_params feature suggestion more consistent with others and only...asquared31415-0/+124
2023-09-24ConstParamTy: require EqRalf Jung-3/+34
2023-09-21adjust how closure/generator types and rvalues are printedRalf Jung-3/+3
2023-06-01Implement custom diagnostic for ConstParamTyMichael Goulet-2/+41
2023-06-01Impl ConstParamTy for tuples, make PartialStructuralEq a supertrait tooMichael Goulet-3/+18
2023-05-16Add derive for `core::marker::ConstParamTy`Nilstrieb-2/+82
2023-04-27--bless `ConstParamTy` ui testsMaybe Waffle-3/+3
2023-04-27Add `ConstParamTy` testsMaybe Waffle-0/+198
2023-04-27Add a test for `[NotParam; 0]: ConstParamTy` (not holding)Maybe Waffle-0/+28
2023-04-27Add `!StructuralEq` test for `ConstParamTy`Maybe Waffle-0/+29
2023-04-27Rename/move a testMaybe Waffle-0/+25