Sign in
rust
/
rust
/
e4375da4e8fcd40ea5a43e72a256db5cbfacf156
/
.
/
tests
/
ui
/
parser
/
diff-markers
/
tuple-struct.rs
blob: 7eec35c968da30e7d286e77f1151413621f7e3bb [
file
] [
log
] [
blame
]
struct
S
(
<<<<<<<
HEAD
//~ ERROR encountered diff marker
u8
,
=======
i8
,
>>>>>>>
branch
);