summaryrefslogtreecommitdiff
path: root/ops/optimizer_tests/op_state_generics.rs
blob: 7fa498981e024a70c3382ee1b8a379f2a8d67534 (plain)
1
2
3
4
5
pub fn op_foo<SP>(state: &mut OpState)
where
  SP: SomePermission + 'static,
{
}