SIGN IN SIGN UP

[JuliaLowering] Don't reintroduce `syntax_flags` after macro expansion (#61712)

In https://github.com/JuliaLang/julia/pull/60733, the macro-facing AST
became
structured like Expr, so an adapter (`est_to_dst`) was added so I
wouldn't need
to make a bunch of changes to desugaring. In many cases, `est_to_dst`
makes
desugaring easier, but in the case of re-introducing syntax flags in
`struct`,
`ncat`, and `nrow`, it's just unnecessary complexity. This change just
desugars
the Expr-like version of these forms.
E
Em Chu committed
03b0d27eb0c92de6633fcd265e30ef45d6a4f5a2
Parent: 328b7d2
Committed by GitHub <noreply@github.com> on 5/6/2026, 9:38:18 PM