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

Erreur de syntaxe, CH9.2 #396

Open
2 tasks done
0xHumban opened this issue Nov 16, 2023 · 0 comments
Open
2 tasks done

Erreur de syntaxe, CH9.2 #396

0xHumban opened this issue Nov 16, 2023 · 0 comments

Comments

@0xHumban
Copy link

  • I have checked the latest french-release branch to see if this has already been fixed
  • I have searched existing issues and pull requests for duplicates

URL to the section(s) of the book with this problem:
https://jimskapt.github.io/rust-book-fr/ch09-02-recoverable-errors-with-result.html#o%C3%B9-lop%C3%A9rateur--peut-%C3%AAtre-utilis%C3%A9

Description of the problem:
Le type Box est un objet trait, que nous verrons dans une section du chapitre 17. Pour l'instant, vous pouvez interpréter Box en “tout type d'erreur”. L'utilisation de ? sur une valeur type Result dans la fonction main avec le type Box est donc permise, car cela permet à n'importe quelle une valeur de type Err d'être retournée prématurément.

Suggested fix:
Le type Box est un objet trait, que nous verrons dans une section du chapitre 17. Pour l'instant, vous pouvez interpréter Box en “tout type d'erreur”. L'utilisation de ? sur une valeur type Result dans la fonction main avec le type Box est donc permise, car cela permet à n'importe quelle valeur de type Err d'être retournée prématurément.

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