split-async 0.1.1

A procedural macro to generate sync and async versions of a function
Documentation
1
2
3
4
5
error: repeated identifier
 --> tests/cases/function/expand_fail/03_rename_same_name.rs:5:12
  |
5 | #[split(a, a)]
  |            ^