creusot icon indicating copy to clipboard operation
creusot copied to clipboard

Reduce the overhead of opacity annotations

Open xldenis opened this issue 2 months ago • 2 comments

Currently, assume that a function with no #[open] annotation has opacity #[open(self)], despite this, there are over a 190 specific usages of #[open(self)]. These should be investigated and a mechanism should be developed to make them unnecessary.

It seems like most of these occurrences have to do with traits so perhaps there is something to fix in that regard?

xldenis avatar Apr 29 '24 14:04 xldenis