Closed
Description
Rustc's parser does not include a loop's label in its span.
So the span associated to the expression
'somelabel: loop {
whatev();
}
will contain only
loop {
whatev();
}
cc @nrc
Rustc's parser does not include a loop's label in its span.
So the span associated to the expression
'somelabel: loop {
whatev();
}
will contain only
loop {
whatev();
}
cc @nrc