Open pacak opened 1 week ago
rustc will skip generating asm code for items that require generics (it can't) and might do the same for items it considers simple enough to be always inline - they still should go somewhere. Find out where, parse and present to user?
rustc
rustc
will skip generating asm code for items that require generics (it can't) and might do the same for items it considers simple enough to be always inline - they still should go somewhere. Find out where, parse and present to user?