functional_macro 0.0.2

A functional macro for Rust
Documentation
1
2
3
4
5
6
7
error: pure_functional: function with mutable arguments is not supported
 --> tests/functional/fail/mut_arg.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)