standardize WhenRecursive

This commit is contained in:
Folkert 2022-12-19 19:05:25 +01:00
parent 468caba3c9
commit 0f46ea83d0
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
2 changed files with 2 additions and 9 deletions

View file

@ -5611,7 +5611,7 @@ pub fn add_func<'ctx>(
fn_val
}
#[derive(Clone, Debug, PartialEq)]
#[derive(Clone, Copy, Debug, PartialEq)]
pub(crate) enum WhenRecursive<'a> {
Unreachable,
Loop(UnionLayout<'a>),