LeVCS/crates/levcs-merge/tests/corpus/009-rust-impl-recursive-merge/manifest.toml

10 lines
332 B
TOML

description = "Rust: two engineers add different methods to the same impl block — recursive merge resolves cleanly"
path = "src/lib.rs"
git_false_conflict = true
[expected]
status = "merged"
handler = "tree-sitter:rust"
contains = ["fn render", "fn cache_key", "fn debug_dump", "impl Page"]
notes_contain = ["recursive descent"]