Tip replacing <- with : for static values

This commit is contained in:
Agustin Zubiaga 2023-05-09 23:37:24 -03:00
parent 088193c93b
commit 71a2990e21
7 changed files with 51 additions and 3 deletions

View file

@ -3566,6 +3566,7 @@ pub enum Reason {
FnCall {
name: Option<Symbol>,
arity: u8,
called_via: CalledVia,
},
LowLevelOpArg {
op: LowLevel,