We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
return
1 parent b4fdf64 commit c01a36dCopy full SHA for c01a36d
compiler/rustc_parse/src/lexer/tokentrees.rs
@@ -284,9 +284,9 @@ impl TokenStreamBuilder {
284
{
285
self.buf.pop();
286
self.buf.push(TokenTree::Token(glued, *joint));
287
- return;
+ } else {
288
+ self.buf.push(tree)
289
}
- self.buf.push(tree);
290
291
292
fn into_token_stream(self) -> TokenStream {
0 commit comments