Surround type with backticks
This commit is contained in:
parent
46244f335b
commit
49f34bd814
@ -284,7 +284,7 @@ fn visit_projection_elem(
|
|||||||
this.fail(
|
this.fail(
|
||||||
location,
|
location,
|
||||||
format!(
|
format!(
|
||||||
"Field projection `{:?}.{:?}` specified type `{:?}`, but actual type is {:?}",
|
"Field projection `{:?}.{:?}` specified type `{:?}`, but actual type is `{:?}`",
|
||||||
parent, f, ty, f_ty
|
parent, f, ty, f_ty
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user