Closed
Description
When refactoring methods as bare functions and forgetting to remove the self argument, the compiler fails to parse the new function entirely instead of emitting a better error.
error: expected one of `::` or `:`, found `,`
--> components/canvas_traits/webgl.rs:1000:10
|
1000 | &self,
| ^ expected one of `::` or `:` here