Skip to content

Commit c45c4f2

Browse files
committed
Rename/move a test
1 parent 81a2b85 commit c45c4f2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/ui/const-generics/const_patam_ty_impl_bad_field.stderr renamed to tests/ui/const-generics/adt_const_params/const_param_ty_impl_bad_field.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0204]: the trait `ConstParamTy` may not be implemented for this type
2-
--> $DIR/const_patam_ty_impl_bad_field.rs:10:36
2+
--> $DIR/const_param_ty_impl_bad_field.rs:10:36
33
|
44
LL | struct CantParam(NotParam);
55
| -------- this field does not implement `ConstParamTy`

0 commit comments

Comments
 (0)