Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try
/
.
/
tests
/
ui
/
parser
/
diff-markers
/
item-with-attr.rs
blob: 985907c08b28ce62afcb82a3207f366e81058045 [
file
] [
log
] [
blame
]
#[
attribute
]
<<<<<<<
HEAD
//~ ERROR encountered diff marker
fn
foo
()
{}
=======
fn
bar
()
{}
>>>>>>>
branch
fn
main
()
{
foo
();
}