functional_macro 0.0.2

A functional macro for Rust
Documentation
1
2
3
4
5
6
7
error: pure_functional: attribute on async fn is not supported
 --> tests/functional/fail/async.rs:3:1
  |
3 | #[pure_functional]
  | ^^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the attribute macro `pure_functional` (in Nightly builds, run with -Z macro-backtrace for more info)