functional_macro 0.0.2

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