rust/compiler
Celina G. Val 1512d06be9 Add support to intrinsics fallback body
Before this fix, the call to `body()` would crash, since `has_body()`
would return true, but we would try to retrieve the body of an intrinsic
which is not allowed.

Instead, the `Instance::body()` function will now convert an Intrinsic
into an Item before retrieving its body.
2024-04-08 17:07:29 -07:00
..
2024-04-02 10:57:54 -05:00
2024-04-03 08:50:12 +00:00
2024-03-30 17:39:43 +03:00
2024-04-03 08:50:12 +00:00