1 2 3 4 5
error: #[polydat_node] does not support `self` parameters yet; state-bearing nodes are deferred to a later PR. --> tests/ui/fail/self_parameter.rs:2:6 | 2 | fn f(&self, a: u64) -> u64 { a } | ^^^^^