rust/tests/ui/const-generics/adt_const_params
2023-06-01 18:21:42 +00: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 Add a test for [NotParam; 0]: ConstParamTy (not holding) 2023-04-27 15:59:07 +00:00
const_param_ty_bad.rs --bless ConstParamTy ui tests 2023-04-27 17:26:59 +00:00
const_param_ty_bad.stderr Implement custom diagnostic for ConstParamTy 2023-06-01 18:21:42 +00: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 Impl ConstParamTy for tuples, make PartialStructuralEq a supertrait too 2023-06-01 18:21:42 +00:00
const_param_ty_impl_no_structural_eq.stderr Implement custom diagnostic for ConstParamTy 2023-06-01 18:21:42 +00: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