Skip to content

Commit

Permalink
Update third_party/move/move-compiler/src/expansion/translate.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Vineeth Kashyap <[email protected]>
  • Loading branch information
rahxephon89 and vineethk authored Jul 9, 2024
1 parent b0beb83 commit de25a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/move/move-compiler/src/expansion/translate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2711,7 +2711,7 @@ fn exp_(context: &mut Context, sp!(loc, pe_): P::Exp) -> E::Exp {
Syntax::UnsupportedLanguageItem,
(
loc,
"`_[_]` index operator in non-specification code only allowed in Move 2"
"`_[_]` index operator in non-specification code only allowed in Move 2 and beyond"
)
));
EE::UnresolvedError
Expand Down

0 comments on commit de25a66

Please sign in to comment.