codama-macros 0.9.2

Procedural macros for the Codama standard
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
error: name is missing
 --> tests/codama_attribute/argument_directive/invalid_argument.fail.rs:3:10
  |
3 | #[codama(argument())]
  |          ^^^^^^^^^^

error: name is missing
 --> tests/codama_attribute/argument_directive/invalid_argument.fail.rs:6:10
  |
6 | #[codama(argument(number(u8)))]
  |          ^^^^^^^^^^^^^^^^^^^^

error: type is missing
 --> tests/codama_attribute/argument_directive/invalid_argument.fail.rs:9:10
  |
9 | #[codama(argument("age"))]
  |          ^^^^^^^^^^^^^^^