gccrs
gccrs copied to clipboard
Add test for inherent implementation of crate
If we try to provide an implementation of a struct outside of the crate where it is implemented, the compiler crashes. This commit tries to demonstrate it.
thanks @Harshit933! this indeed reproduces the issue, are you interested in working on fixing it?
thanks @Harshit933! this indeed reproduces the issue, are you interested in working on fixing it?
Yes I am working on it