Leo Kettmeir

Results 180 issues of Leo Kettmeir

in the example `let x = 0;`, `x` isnt considered anything. same would be for any usages of `x`. these should be considered. I am not sure if this is...

Currently enum variants and constants are considered `Constructor`, but it would be great if they could be considered something else, as constructor isnt exactly accurate; enums are more like static...

currently the `as` keyword is being parsed as an operator, though it is a keyword (as per https://doc.rust-lang.org/reference/keywords.html)