fix missing export

This commit is contained in:
Folkert 2023-11-18 23:21:43 +01:00
parent f9fe17eef3
commit 616bfa6548
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

@ -720,5 +720,8 @@ pub fn identity<T>(value: T) -> T {
value value
} }
pub(crate) use assert_evals_to;
pub(crate) use assert_evals_to_erased;
pub(crate) use assert_llvm_evals_to;
#[cfg(feature = "gen-llvm-wasm")] #[cfg(feature = "gen-llvm-wasm")]
pub(crate) use assert_wasm_evals_to; pub(crate) use assert_wasm_evals_to;