You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some cases, we desugar high-level AST into synthetic HIR (eg a msg block becomes a module with structs and trait impls). It would be nice to print this, and even expose it via LSP (eg via a "desugar" code action on a contract block).