Module ra_ap_syntax::ast::edit

source ·
Expand description

This module contains functions for editing syntax trees. As the trees are immutable, all function here return a fresh copy of the tree, instead of doing an in-place modification.

Structs§

Traits§

  • Soft-deprecated in favor of mutable tree editing API edit_in_place::Ident.