1
Fork 0

Update std and compiler

This commit is contained in:
Nadrieril 2024-03-20 19:49:20 +01:00
parent 99468bb760
commit c256de2253
7 changed files with 8 additions and 4 deletions

View file

@ -87,6 +87,7 @@ where
pub(crate) fn from_tree(tree: Tree<!, R>) -> Result<Self, Uninhabited> {
Ok(match tree {
Tree::Byte(b) => Self::from_byte(b),
#[cfg(bootstrap)]
Tree::Def(..) => unreachable!(),
Tree::Ref(r) => Self::from_ref(r),
Tree::Alt(alts) => {