From b6440e6f74c16be126d7da5c8071eee02511efb2 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 11 Jul 2025 15:45:00 -0400 Subject: [PATCH] rename rust.cc -> runtime.cc --- src/{rust.cc => runtime.cc} | 2 ++ 1 file changed, 2 insertions(+) rename src/{rust.cc => runtime.cc} (95%) diff --git a/src/rust.cc b/src/runtime.cc similarity index 95% rename from src/rust.cc rename to src/runtime.cc index 827494a..7da472b 100644 --- a/src/rust.cc +++ b/src/runtime.cc @@ -1,3 +1,5 @@ +//! The RustPP runtime + #include "panic.hh" #define I_AM_RUSTPP_RUNTIME #include