We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33733b7 + ab93a51 commit 7913f56Copy full SHA for 7913f56
src/doc/trpl/error-handling.md
@@ -297,5 +297,5 @@ It's worth noting that you can only use `try!` from a function that returns a
297
`Result`, which means that you cannot use `try!` inside of `main()`, because
298
`main()` doesn't return anything.
299
300
-`try!` makes use of [`FromError`](../std/error/#the-fromerror-trait) to determine
+`try!` makes use of [`From<Error>`](../std/convert/trait.From.hml) to determine
301
what to return in the error case.
0 commit comments