Fix builds.

This commit is contained in:
Stephen Chung
2022-05-19 21:49:19 +08:00
parent 130b93d029
commit 8f73796110
2 changed files with 6 additions and 4 deletions

View File

@@ -40,7 +40,9 @@ impl LangOptions {
Self::ANON_FN
}
#[cfg(feature = "no_function")]
0
{
Self::empty()
}
}
}
}