doc/wg/core/notes/core-notes-2020-08-14.md
Leon: VirtIO updates
virt targetPhil: Timers, 2.0
Hudson:
const fn since constructors no longer need to be const. We are probably stuck with const fn because of the register interface, so this won't get us off it. Should that change be kept or dropped?const fnconst; likely to happen via copy-ing, but now things could opt-outconst?const fn in traits, so not really an optionconst fn changes[Side Discussion] Remaining stabilization blockers?
const fn are mostly implementation at this point (removing atomics from deferred call; finishing asm macro porting)[Back on]