Skip to content

Does using #[throws] impact compile times? #65

@casey

Description

@casey

I've used fehler on a few small projects and like it very much. (Thank you!)

I'm considering using it for a larger project, but I'm worried that having the #[throws] macros on a bunch of functions in a large codebase may increase compile times, just from having all functions be filtered through a proc-macro invocation.

Is this something I should be worried about?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions