about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--library/std/src/error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/error.rs b/library/std/src/error.rs
index d8859cf1e55..a6d36dbe5c7 100644
--- a/library/std/src/error.rs
+++ b/library/std/src/error.rs
@@ -814,7 +814,7 @@ impl dyn Error + Send + Sync {
 ///
 /// # Examples
 ///
-/// ```
+/// ```rust
 /// #![feature(error_reporter)]
 /// #![feature(negative_impls)]
 ///