Kernel objects should be able to have names for runtime inspection and to improve the configuration-time error reporting.
(It'd be ideal if we could also track their definition sites, but that would require std::backtrace::Backtrace::frames to be usable in const fn.)
Kernel objects should be able to have names for runtime inspection and to improve the configuration-time error reporting.
(It'd be ideal if we could also track their definition sites, but that would require
std::backtrace::Backtrace::framesto be usable inconst fn.)