Stabilize backtrace

This commit is contained in:
Theodore Dubois
2022-07-08 14:21:33 -07:00
parent 4493a0f472
commit 53a870c506
7 changed files with 11 additions and 15 deletions

View File

@@ -1454,7 +1454,6 @@ impl<E> Report<E> {
///
/// ```rust
/// #![feature(error_reporter)]
/// #![feature(backtrace)]
/// #![feature(provide_any)]
/// #![feature(error_generic_member_access)]
/// # use std::error::Error;