Closed simeonschaub closed 2 months ago
I would expect these macros to behave like their InteractiveUtils counterparts and show the annotated IR instead of annotated source. The behavior of [@]descend remains the same but is now decoupled from descend_code_typed.
[@]descend
descend_code_typed
Since it only really affects interactive use, I would agree that this should be fine in a minor release
I would expect these macros to behave like their InteractiveUtils counterparts and show the annotated IR instead of annotated source. The behavior of
[@]descend
remains the same but is now decoupled fromdescend_code_typed
.