Rollup merge of #103082 - gimbles:patch-1, r=cjgillo

Surround type with backticks

Very smol PR. :)
This commit is contained in:
Yuki Okushi
2022-10-16 11:41:14 +09:00
committed by GitHub
@@ -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
)
)