Thread Crubit feature flags into the IR and `src_code_gen.rs`.

This does not yet use it for anything except to display which features are enabled, as a comment at the top of the file.

PiperOrigin-RevId: 513385210
diff --git a/rs_bindings_from_cc/test/golden/enums_rs_api_impl.cc b/rs_bindings_from_cc/test/golden/enums_rs_api_impl.cc
index da5308c..cc3fe57 100644
--- a/rs_bindings_from_cc/test/golden/enums_rs_api_impl.cc
+++ b/rs_bindings_from_cc/test/golden/enums_rs_api_impl.cc
@@ -4,6 +4,7 @@
 
 // Automatically @generated Rust bindings for the following C++ target:
 // //rs_bindings_from_cc/test/golden:enums_cc
+// Features: experimental, supported
 
 #include <memory>