Skip to content

Conversation

@crespyl
Copy link

@crespyl crespyl commented Mar 4, 2015

This is just an update of PR #10 to work with the latest version of Rust.
I don't know if you intend to keep maintaining this, but I'll leave this here in case anyone comes through looking for a buildable version.

Thomas Jespersen and others added 14 commits November 24, 2014 11:45
Also change 'StrSlice' to 'Str'. Not sure if this is correct, but StrSlice
doesn't exist anymore
The former is the module, the latter is the enum defined in that module
(namespaced enums again).
Some tab characters somehow got into  one of the files
libsyntax/parse/token.rs re-exports all of Token's variants, so we can still
write something like token::Eof
As noted earlier, libsyntax/parse/token.rs exports all of Token, but also the
other token types (DelimToken, etc), so these can be accessed directly on module
token.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants