const_fn icon indicating copy to clipboard operation
const_fn copied to clipboard

const impls

Open Raspberry1111 opened this issue 3 years ago • 1 comments

Would it be possible for this to support const trait impls?

Raspberry1111 avatar May 02 '22 21:05 Raspberry1111

I would accept a patch to support this.

fwiw, easy-ext has parsing code for impl blocks, which we may be able to reuse. https://github.com/taiki-e/easy-ext/blob/main/src/ast.rs

taiki-e avatar May 16 '22 14:05 taiki-e