about summary refs log tree commit diff
path: root/src/test/incremental/change_implementation_cross_crate/main.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-20/+0
2020-01-01Add a test for #37333Michal Terepeta-0/+20
The test checks that we reuse the CGU of a crate when the implementation details of an `extern crate` have changed. Signed-off-by: Michal Terepeta <michal.terepeta@gmail.com>