rust/tests/ui/const-generics/adt_const_params
Nilstrieb 41e8d152dc Show number in error message even for one error
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-11-24 19:15:52 +01:00
..
const_param_ty_bad_empty_array.rs Add a test for [NotParam; 0]: ConstParamTy (not holding) 2023-04-27 15:59:07 +00:00
const_param_ty_bad_empty_array.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
const_param_ty_bad.rs adjust how closure/generator types and rvalues are printed 2023-09-21 22:20:58 +02:00
const_param_ty_bad.stderr adjust how closure/generator types and rvalues are printed 2023-09-21 22:20:58 +02:00
const_param_ty_generic_bounds_do_not_hold.rs Add ConstParamTy tests 2023-04-27 15:59:07 +00:00
const_param_ty_generic_bounds_do_not_hold.stderr Add ConstParamTy tests 2023-04-27 15:59:07 +00:00
const_param_ty_good.rs Impl ConstParamTy for tuples, make PartialStructuralEq a supertrait too 2023-06-01 18:21:42 +00:00
const_param_ty_impl_bad_field.rs Add derive for core::marker::ConstParamTy 2023-05-16 20:09:25 +02:00
const_param_ty_impl_bad_field.stderr Add derive for core::marker::ConstParamTy 2023-05-16 20:09:25 +02:00
const_param_ty_impl_no_structural_eq.rs ConstParamTy: require Eq 2023-09-24 23:38:07 +02:00
const_param_ty_impl_no_structural_eq.stderr ConstParamTy: require Eq 2023-09-24 23:38:07 +02:00
const_param_ty_impl_union.rs Impl ConstParamTy for tuples, make PartialStructuralEq a supertrait too 2023-06-01 18:21:42 +00:00
const_param_ty_impl_union.stderr Impl ConstParamTy for tuples, make PartialStructuralEq a supertrait too 2023-06-01 18:21:42 +00:00
suggest_feature_only_when_possible.rs make adt_const_params feature suggestion more consistent with others and only suggest it when the type can probably work 2023-09-28 23:10:04 +00:00
suggest_feature_only_when_possible.stderr make adt_const_params feature suggestion more consistent with others and only suggest it when the type can probably work 2023-09-28 23:10:04 +00:00