about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authormejrs <59372212+mejrs@users.noreply.github.com>2025-03-27 18:32:48 +0100
committermejrs <59372212+mejrs@users.noreply.github.com>2025-03-27 18:32:48 +0100
commita9a21bde85b41f19fe46b3cd06601829ed842d8f (patch)
tree9909e534fe395bb15bc559e99466acdd4fdd60db /src/doc/rustc-dev-guide
parent8e0de0b11cd5106f0b65749ad5d6601bd3669409 (diff)
downloadrust-a9a21bde85b41f19fe46b3cd06601829ed842d8f.tar.gz
rust-a9a21bde85b41f19fe46b3cd06601829ed842d8f.zip
Delete from_method from rustc_on_unimplemented documentation
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/diagnostics.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/doc/rustc-dev-guide/src/diagnostics.md b/src/doc/rustc-dev-guide/src/diagnostics.md
index 972309b5cd3..6f72ea902f5 100644
--- a/src/doc/rustc-dev-guide/src/diagnostics.md
+++ b/src/doc/rustc-dev-guide/src/diagnostics.md
@@ -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
    keyword which cannot appear in attributes.
  - `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)
    or matching against a particular desugaring. The desugaring is identified
    with its variant name in the `DesugaringKind` enum.