1 2 3 4 5 6 7 8 9
use foo::{ <<<<<<< HEAD //~ ERROR encountered diff marker bar, ======= baz, >>>>>>> branch }; fn main() {}