pub fn stdlib_sources() -> &'static [(&'static str, &'static str)]
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.
(filename, source_text)