We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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]
14_source
The solution to 14_source uses #[from]:
100-exercises-to-learn-rust/exercises/05_ticket_v2/14_source/src/lib.rs
Line 27 in 8fedc3c
I don't think it is explained or introduced anywhere. I just used
InvalidStatus { source: ParseStatusError },
for my solution.
The text was updated successfully, but these errors were encountered:
#from
No branches or pull requests
The solution to
14_source
uses#[from]
:100-exercises-to-learn-rust/exercises/05_ticket_v2/14_source/src/lib.rs
Line 27 in 8fedc3c
I don't think it is explained or introduced anywhere. I just used
for my solution.
The text was updated successfully, but these errors were encountered: