mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
don't inline testing function (used in macro)
This commit is contained in:
parent
ba0408a587
commit
ea7af0f7e7
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ pub fn test_builtin_defs(symbol: Symbol, var_store: &mut VarStore) -> Option<Def
|
|||
// this is not actually dead code, but only used by cfg_test modules
|
||||
// so "normally" it is dead, only at testing time is it used
|
||||
#[allow(dead_code)]
|
||||
#[inline(never)]
|
||||
pub fn helper<'a>(
|
||||
arena: &'a bumpalo::Bump,
|
||||
src: &str,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue