core
core copied to clipboard
Support Fallback and Receive as special functions in sol-types
I think this can be done in another PR, since we don't handle any type of function (constructor, fallback...) other than literally `function`
Originally posted by @DaniPopes in https://github.com/alloy-rs/core/pull/153#discussion_r1242571988
Similar to the way error & panic are included in the base lib, we should consider including fallback and receive as hard-coded types. This requires special handling, as they have no selector