delegate-attr 0.3.0

Attribute proc-macro to delegate method to a field
Documentation
1
2
3
4
5
6
7
error: unexpected end of input, expected an expression
 --> $DIR/delegate-empty.rs:5:1
  |
5 | #[delegate]
  | ^^^^^^^^^^^
  |
  = note: this error originates in the attribute macro `delegate` (in Nightly builds, run with -Z macro-backtrace for more info)