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.
1 parent f55e66a commit ab93a51Copy full SHA for ab93a51
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