1 2 3 4 5 6 7 8 9 10
#[attribute] <<<<<<< HEAD //~ ERROR encountered diff marker fn foo() {} ======= fn bar() {} >>>>>>> branch fn main() { foo(); }