Closed Bromeon closed 2 years ago
Thanks for the feedback! 🙂
Fixed the use
parsing and removed the FIXME
.
Postponed unsafe mod
, which I'm going to work on in an hour or so.
Added one commit 79b6312c4a15370323b532cf65b60c6e2deecde8; if you're fine with that, we can merge.
Adds support for
mod
andstatic
.Modules currently can contain these item types (which can now be top-level
Declaration
as well):const
static
(new)fn
struct
enum
union
impl
These item types can be inside
mod
, but are not parsed as top-levelDeclaration
s themselves:#![inner]
attributesuse
statementsNot supported:
extern crate