Skip to content

Commit

Permalink
Merge pull request #28326 from ungaro/alp/error-formatting-improvements
Browse files Browse the repository at this point in the history
small error formatting improvements
  • Loading branch information
d0cd authored Aug 23, 2024
2 parents b485251 + 6d0eb4b commit b218a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors/src/errors/type_checker/type_checker_error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ create_messages!(
invalid_struct_variable {
args: (variable: impl Display, struct_: impl Display),
msg: format!(
"Variable {variable} is not a member of struct {struct_}."
"Variable {variable} is not a member of {struct_}."
),
help: None,
}
Expand Down

0 comments on commit b218a22

Please sign in to comment.