Hi all, actually I had some problems with the "as" keyword, and basically the challenges are this ones:
For example the keyword can truncate numbers when we move from i32 to i16 or similar, seems is something that being checked and maybe will be handled on the future, but while, I would like to disable the use of the "as" keyword on the project.
Does not have the "as" keyword is not a problem to me, use the TryFrom would be enough, but I can't found how to disable a keyword on Rust.
Would be ideal be able to disable a keyword like "as" also in the dependencies.