Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#[from] macro used in 14_source solution not explained #183

Open
louwers opened this issue Oct 20, 2024 · 0 comments
Open

#[from] macro used in 14_source solution not explained #183

louwers opened this issue Oct 20, 2024 · 0 comments

Comments

@louwers
Copy link

louwers commented Oct 20, 2024

The solution to 14_source uses #[from]:

InvalidStatus(#[from] ParseStatusError),

I don't think it is explained or introduced anywhere. I just used

    InvalidStatus { source: ParseStatusError },

for my solution.

@louwers louwers changed the title #from macro used in 14_source solution not explained #[from] macro used in 14_source solution not explained Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant