Create attributes for a recursor
()
| 53 | |
| 54 | /// Create attributes for a recursor |
| 55 | pub fn recursor() -> Self { |
| 56 | Self { |
| 57 | recursor: true, |
| 58 | ..Default::default() |
| 59 | } |
| 60 | } |
| 61 | } |
| 62 | |
| 63 | /// A constant declaration in the environment |
nothing calls this directly
no outgoing calls
no test coverage detected