//! Experimental high-level representation (HIR) for Diplomat. //! //! Enabled with the `"hir"` Cargo feature
mod attrs; mod defs; mod elision; mod lifetimes; mod lowering; mod methods; mod paths; mod primitives; mod ty_position; mod type_context; mod types; pubuse attrs::*; pubuse defs::*; pub(super) use elision::*; pubuse lifetimes::*; pub(super) use lowering::*; pubuse methods::*; pubuse paths::*; pubuse primitives::*; pubuse ty_position::*; pubuse type_context::*; pubuse types::*;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.