maud_macros
does not work under older Rust nightly versions
#132
Labels
maud_macros
does not work under older Rust nightly versions
#132
When trying to compile Maud under
rustc 1.27.0-nightly (ac5c0848d 2018-05-14)
(not using the current version because of Diesel 1.3 compilation errors and rust-lang/rust#50825 and rust-lang/rust#51042), Maud fails to compile becauseTokenTree
andIdent
have been removed from theproc_macro
crate in the most recent version.If possible,
maud_macros
should move toproc_macro2
to avoid this issue.I see
Ident
is available through theproc_macro
crate in newer Rust nightly versions, but unfortunatelyIdent
is not available throughproc_macro
in the 2018-05-14.The text was updated successfully, but these errors were encountered: