Update std and compiler
This commit is contained in:
parent
99468bb760
commit
c256de2253
7 changed files with 8 additions and 4 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue