Skip to content

Commit f5db9fe

Browse files
authored
Merge pull request #2305 from mejrs/delete_from_method
Delete from_method from rustc_on_unimplemented documentation
2 parents 9975651 + 9745529 commit f5db9fe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/diagnostics.md

Lines changed: 0 additions & 3 deletions
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)