codama-macros 0.9.2

Procedural macros for the Codama standard
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: payer value does not accept any input
 --> tests/codama_attribute/values_nodes/payer_value_node/with_input.fail.rs:3:26
  |
3 | #[codama(default_value = payer(42))]
  |                          ^^^^^^^^^

error: payer value does not accept any input
 --> tests/codama_attribute/values_nodes/payer_value_node/with_input.fail.rs:6:26
  |
6 | #[codama(default_value = payer(banana))]
  |                          ^^^^^^^^^^^^^