Module inline

Source
Expand description

Support for inlining external documentation into the current AST.

Functionsยง

build_const_item ๐Ÿ”’
build_enum ๐Ÿ”’
build_function ๐Ÿ”’
build_impl ๐Ÿ”’
Inline an impl, inherent or of a trait. The did must be for an impl.
build_impls ๐Ÿ”’
Builds all inherent implementations of an ADT (struct/union/enum) or Trait item/path/reexport.
build_macro ๐Ÿ”’
build_module ๐Ÿ”’
build_module_items ๐Ÿ”’
build_static ๐Ÿ”’
build_struct ๐Ÿ”’
build_trait ๐Ÿ”’
build_trait_alias ๐Ÿ”’
build_type_alias ๐Ÿ”’
build_union ๐Ÿ”’
item_relative_path ๐Ÿ”’
load_attrs ๐Ÿ”’
merge_attrs ๐Ÿ”’
print_inlined_const ๐Ÿ”’
record_extern_fqn ๐Ÿ”’
Record an external fully qualified name in the external_paths cache.
record_extern_trait ๐Ÿ”’
separate_self_bounds ๐Ÿ”’
try_inline ๐Ÿ”’
Attempt to inline a definition into this AST.
try_inline_glob ๐Ÿ”’