1 2 3 4 5 6 7 8
// mod.rs : src/rustc use crate::macros::declare_and_publish; declare_and_publish!(version, compiler_version); // ///////////////////////////// end of file //////////////////////////// //