You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect it parses as <invalid>: u8, <invalid>: u8 and it might lower to HIR as _: u8, _: u8 although nothing should care at that point about the argument list.
However, resolve running on AST, it has to treat <invalid> (the empty identifier) as _.
Activity
eddyb commentedon Jun 4, 2016
I expect it parses as
<invalid>: u8, <invalid>: u8
and it might lower to HIR as_: u8, _: u8
although nothing should care at that point about the argument list.However, resolve running on AST, it has to treat
<invalid>
(the empty identifier) as_
.Auto merge of #34095 - petrochenkov:pathir2, r=jseyfried