Rust proc macro to do compile time checking if two types are equivelant
Hello I’m creating a proc macro that I can use in my declarative macros that checks if 2 types are the same, and if so, it will select the first block, otherwise it should select the second block. However I’m getting this error