This repository was archived by the owner on Feb 2, 2023. It is now read-only.
This repository was archived by the owner on Feb 2, 2023. It is now read-only.
Doesn't build with 1.8.0 #3
Closed
Description
$ rustc --version
rustc 1.8.0 (db2939409 2016-04-11)
errors:
src/macros.rs:99:127: 99:138 error: `$ret:ty` is followed by `$body:block`, which is not allowed for `ty` fragments
src/macros.rs:99 { $cls:ident; ($($mimpl:tt)*) ; ($($mdef:tt)*) ; def $name:ident( $self_arg:tt , $($arg:ident : $argty:ty),* ) -> $ret:ty $body:block $($rest:tt)* } => {
^~~~~~~~~~~
Any ideas?
Metadata
Metadata
Assignees
Labels
No labels