1error[E0425]: cannot find function `my_custom_merge_strategy` in this scope
2 --> $DIR/derive-missing-strategy.rs:8:24
3  |
48 |     #[merge(strategy = my_custom_merge_strategy)]
5  |                        ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
6