diff options
| author | bors <bors@rust-lang.org> | 2018-07-01 20:48:57 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2018-07-01 20:48:57 +0000 |
| commit | a7a60dc7f8e9a53feb70ee7aa05485345a045afb (patch) | |
| tree | 4544c96d74d2f5aa88c3397bf768360f7667c234 /src/libstd/error.rs | |
| parent | a2be769fd50403a07c45677f8f285491c8e90d74 (diff) | |
| parent | 3e95491be7600bfad69f3830cdf35663ee49f2fd (diff) | |
| download | rust-a7a60dc7f8e9a53feb70ee7aa05485345a045afb.tar.gz rust-a7a60dc7f8e9a53feb70ee7aa05485345a045afb.zip | |
Auto merge of #51969 - pietroalbini:rollup, r=pietroalbini
Rollup of 7 pull requests Successful merges: - #51511 (Stabilize Iterator::flatten in 1.29, fixes #48213.) - #51853 (Fix some doc links) - #51890 (Fix inconsequential typo in GlobalAlloc doc example) - #51920 (use literal span for concrete type suggestion) - #51921 (improve the error message when `#[panic_implementation]` is missing) - #51922 (rename the llvm-tools component to llvm-tools-preview and tweak its image) - #51961 (Fix typo in /src/librustc_resolve/lib.rs) Failed merges: r? @ghost
Diffstat (limited to 'src/libstd/error.rs')
| -rw-r--r-- | src/libstd/error.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/error.rs b/src/libstd/error.rs index 3160485375f..1958915602f 100644 --- a/src/libstd/error.rs +++ b/src/libstd/error.rs @@ -49,6 +49,7 @@ use string; /// /// [`Result<T, E>`]: ../result/enum.Result.html /// [`Display`]: ../fmt/trait.Display.html +/// [`Debug`]: ../fmt/trait.Debug.html /// [`cause`]: trait.Error.html#method.cause #[stable(feature = "rust1", since = "1.0.0")] pub trait Error: Debug + Display { |
