Skip to content

Commit 9745529

Browse files
committed
Delete from_method from rustc_on_unimplemented documentation
1 parent 9975651 commit 9745529

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/diagnostics.md

-3
Original file line numberDiff line numberDiff line change
@@ -954,9 +954,6 @@ application of these fields based on a variety of attributes when using
954954
`Self="std::iter::Iterator<char>"`. This is needed because `Self` is a
955955
keyword which cannot appear in attributes.
956956
- `direct`: user-specified rather than derived obligation.
957-
- `from_method`: usable both as boolean (whether the flag is present, like
958-
`crate_local`) or matching against a particular method. Currently used
959-
for `try`.
960957
- `from_desugaring`: usable both as boolean (whether the flag is present)
961958
or matching against a particular desugaring. The desugaring is identified
962959
with its variant name in the `DesugaringKind` enum.

0 commit comments

Comments
 (0)