CensoredUsername/dynasm-rs

Doesn't compile on nightly.

quadrupleslap opened this issue · 1 comments

I get a bunch of errors saying:

  • method check is private.
  • missing field local_inner_macros in initializer of syntax::ext::base::SyntaxExtension.
  • no field parameters on type &syntax::ast::PathSegment.

I'm guessing something changed in syntax recently, but I might just be doing something stupid.

Edit: The README says that only "rustc 1.28.0-nightly (a1d4a9503 2018-05-20" is guaranteed to work, so I guess this is expected.

It tests fine again on nightly now, thanks for the fixes!