Update parser error

This commit is contained in:
d0cd 2023-02-25 13:09:05 -08:00
parent 355570a439
commit 34f56a3009

View File

@ -210,7 +210,7 @@ create_messages!(
@formatted
invalid_associated_access {
args: (name: impl Display),
msg: format!("Invalid associated access to struct {name}."),
msg: format!("Invalid associated access to {name}."),
help: Some("Double colon `::` syntax is only supported for core functions in Leo for testnet3.".to_string()),
}