Add rust annotation to doctest

This commit is contained in:
Sean Chen
2021-10-27 13:04:42 -05:00
parent c0f14cb930
commit aa853bd317

View File

@@ -814,7 +814,7 @@ impl dyn Error + Send + Sync {
///
/// # Examples
///
/// ```
/// ```rust
/// #![feature(error_reporter)]
/// #![feature(negative_impls)]
///