Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
span
/
multiline-span-E0072.rs
blob: 728b47d6539e98513c73a3478120e77e764a6481 [
file
] [
log
] [
blame
] [
edit
]
// It should just use the entire body instead of pointing at the next two lines
struct
//~ ERROR has infinite size
ListNode
{
head
:
u8
,
tail
:
Option
<
ListNode
>,
}
fn
main
()
{
}