Surround type with backticks

This commit is contained in:
Gimgim 2022-10-15 15:28:29 +05:30 committed by GitHub
parent 46244f335b
commit 49f34bd814
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -284,7 +284,7 @@ fn visit_projection_elem(
this.fail(
location,
format!(
"Field projection `{:?}.{:?}` specified type `{:?}`, but actual type is {:?}",
"Field projection `{:?}.{:?}` specified type `{:?}`, but actual type is `{:?}`",
parent, f, ty, f_ty
)
)