Object names
yvt opened this issue · 0 comments
yvt commented
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
.)