Closed
Description
Is the following supposed to create a Joint token or an Alone token?
TokenStream::from(TokenTree::Punct(Punct::new(':', Spacing::Joint)))
See rust-lang/rust#76399.
Metadata
Metadata
Assignees
Labels
No labels
Is the following supposed to create a Joint token or an Alone token?
TokenStream::from(TokenTree::Punct(Punct::new(':', Spacing::Joint)))
See rust-lang/rust#76399.