| 238 | } |
| 239 | |
| 240 | static const char *conf_get_rustccfg_name(void) |
| 241 | { |
| 242 | char *name = getenv("KCONFIG_RUSTCCFG"); |
| 243 | |
| 244 | return name ? name : "include/generated/rustc_cfg"; |
| 245 | } |
| 246 | |
| 247 | static const char *conf_get_autobase_name(void) |
| 248 | { |
no test coverage detected