Delete from_method from rustc_on_unimplemented documentation
This commit is contained in:
parent
9975651be4
commit
9745529523
|
|
@ -954,9 +954,6 @@ application of these fields based on a variety of attributes when using
|
||||||
`Self="std::iter::Iterator<char>"`. This is needed because `Self` is a
|
`Self="std::iter::Iterator<char>"`. This is needed because `Self` is a
|
||||||
keyword which cannot appear in attributes.
|
keyword which cannot appear in attributes.
|
||||||
- `direct`: user-specified rather than derived obligation.
|
- `direct`: user-specified rather than derived obligation.
|
||||||
- `from_method`: usable both as boolean (whether the flag is present, like
|
|
||||||
`crate_local`) or matching against a particular method. Currently used
|
|
||||||
for `try`.
|
|
||||||
- `from_desugaring`: usable both as boolean (whether the flag is present)
|
- `from_desugaring`: usable both as boolean (whether the flag is present)
|
||||||
or matching against a particular desugaring. The desugaring is identified
|
or matching against a particular desugaring. The desugaring is identified
|
||||||
with its variant name in the `DesugaringKind` enum.
|
with its variant name in the `DesugaringKind` enum.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue