book icon indicating copy to clipboard operation
book copied to clipboard

A meihod doesn't exist

Open td5038 opened this issue 3 years ago • 1 comments

  • [ X] I have checked the latest main branch to see if this has already been fixed
  • [ X] I have searched existing issues and pull requests for duplicates

URL to the section(s) of the book with this problem: https://doc.rust-lang.org/book/ch02-00-guessing-game-tutorial.html Description of the problem: The method except doesn't exist in the io::Result type Suggested fix: Go and add the method to it

td5038 avatar May 08 '22 00:05 td5038

The method except definitely exists on the io:Result type. Can you post your full code and the error you're seeing?

On Sat, May 7, 2022, 8:31 PM td5038 @.***> wrote:

  • [ X] I have checked the latest main branch to see if this has already been fixed
  • [ X] I have searched existing issues and pull requests for duplicates

URL to the section(s) of the book with this problem: https://doc.rust-lang.org/book/ch02-00-guessing-game-tutorial.html Description of the problem: The method except doesn't exist in the io::Result type Suggested fix: Go and add the method to it

— Reply to this email directly, view it on GitHub https://github.com/rust-lang/book/issues/3148, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABPKUWC6ZOU4QTVKEK3FXLVI4DOPANCNFSM5VLEHNOA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

carols10cents avatar May 08 '22 13:05 carols10cents