Rename/move a test

This commit is contained in:
Maybe Waffle 2023-02-22 18:11:47 +00:00
parent 81a2b856c8
commit c45c4f2cb1
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
error[E0204]: the trait `ConstParamTy` may not be implemented for this type
--> $DIR/const_patam_ty_impl_bad_field.rs:10:36
--> $DIR/const_param_ty_impl_bad_field.rs:10:36
|
LL | struct CantParam(NotParam);
| -------- this field does not implement `ConstParamTy`