• M
    Do not use BAB after calling unreachable. · d55e7395
    Mark Simulacrum 提交于
    This does not make unreachable and other terminators take self by-value
    because it is deemed too difficult. We would need to create by-value
    methods on BAB that call into Builder, due to the Deref to builder.
    d55e7395
meth.rs 5.5 KB