Sign in
rust
/
rust
/
f60b6499d84ccf8bf0c325bf7ff3f736e134b730
/
.
/
tests
/
ui
/
parser
/
diff-markers
/
item.rs
blob: 4ed36b7b42bcd5cdb9a8aa0b54060410505d75f1 [
file
]
<<<<<<<
HEAD
//~ ERROR encountered diff marker
fn
foo
()
{}
=======
fn
bar
()
{}
>>>>>>>
branch
fn
main
()
{
foo
();
}