mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 12:40:14 +03:00
Rollup merge of #103082 - gimbles:patch-1, r=cjgillo
Surround type with backticks Very smol PR. :)
This commit is contained in:
@@ -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
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user