FAIL: test src uri left files: Patches not removed from tree. Remove them and amend the submitted mbox (test_metadata.TestMetadata.test_src_uri_left_files)
Hi All,
his is a false positive. The patch files are not orphaned they are still referenced via SRC_URI in rust-source.inc,
which is now required by the new rust-source_1.96.1.bb recipe.
The consumer recipes (rust, cargo, libstd-rs) include common-source.inc which clears their SRC_URI since they
no longer fetch/unpack/patch themselves rust-source_1.96.1.bb handles that centrally.