about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaybe Waffle <waffle.lapkin@gmail.com>2023-02-22 18:11:47 +0000
committerMaybe Waffle <waffle.lapkin@gmail.com>2023-04-27 15:46:23 +0000
commitc45c4f2cb13968722ae15f76c70fe598c73698fb (patch)
treeedb53e2dd7ae7ee80dab7071c7da125cccc7fae7
parent81a2b856c8e6336f01831108924004f582ad59d0 (diff)
downloadrust-c45c4f2cb13968722ae15f76c70fe598c73698fb.tar.gz
rust-c45c4f2cb13968722ae15f76c70fe598c73698fb.zip
Rename/move a test
-rw-r--r--tests/ui/const-generics/adt_const_params/const_param_ty_impl_bad_field.rs (renamed from tests/ui/const-generics/const_patam_ty_impl_bad_field.rs)0
-rw-r--r--tests/ui/const-generics/adt_const_params/const_param_ty_impl_bad_field.stderr (renamed from tests/ui/const-generics/const_patam_ty_impl_bad_field.stderr)2
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/const-generics/const_patam_ty_impl_bad_field.rs b/tests/ui/const-generics/adt_const_params/const_param_ty_impl_bad_field.rs
index 3d2d99b9d38..3d2d99b9d38 100644
--- a/tests/ui/const-generics/const_patam_ty_impl_bad_field.rs
+++ b/tests/ui/const-generics/adt_const_params/const_param_ty_impl_bad_field.rs
diff --git a/tests/ui/const-generics/const_patam_ty_impl_bad_field.stderr b/tests/ui/const-generics/adt_const_params/const_param_ty_impl_bad_field.stderr
index 273845b1668..5cd5cae6d79 100644
--- a/tests/ui/const-generics/const_patam_ty_impl_bad_field.stderr
+++ b/tests/ui/const-generics/adt_const_params/const_param_ty_impl_bad_field.stderr
@@ -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`