syn icon indicating copy to clipboard operation
syn copied to clipboard

accept_as_ident does not reject Rust 2018 keywords

Open rylev opened this issue 4 years ago • 0 comments

When parsing identifiers, accept_as_ident is used to reject those strings which are keywords. This does not include Rust 2018 keywords such as async and try. Additionally, the linked resource for keywords has moved and can now be found here.

rylev avatar Jul 20 '20 10:07 rylev