Skip to main content

stdlib_sources

Function stdlib_sources 

Source
pub fn stdlib_sources() -> &'static [(&'static str, &'static str)]
Expand description

Return the embedded standard library module sources.

Each entry is (filename, source_text) — the same data used by the compiler’s module resolver at build time.