mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-26 04:15:48 +00:00
6 lines
252 B
Plaintext
6 lines
252 B
Plaintext
error[E0425]: cannot find function `my_custom_merge_strategy` in this scope
|
|
--> $DIR/derive-missing-strategy.rs:8:24
|
|
|
|
|
8 | #[merge(strategy = my_custom_merge_strategy)]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
|