File: derive-missing-strategy.stderr

package info (click to toggle)
rust-merge 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 288 kB
  • sloc: makefile: 2
file content (5 lines) | stat: -rw-r--r-- 252 bytes parent folder | download | duplicates (6)
1
2
3
4
5
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