Skip to content

Commit

Permalink
Update ui test suite to nightly-2022-08-11
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 11, 2022
1 parent 8cb98af commit 0ac645e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/ui/from-backtrace-backtrace.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@ error: deriving From requires no fields other than source and backtrace
|
10 | pub struct Error(#[from] #[backtrace] std::io::Error, Backtrace);
| ^^^^^^^

warning: the feature `backtrace` has been stable since 1.65.0 and no longer requires an attribute to enable
--> tests/ui/from-backtrace-backtrace.rs:3:12
|
3 | #![feature(backtrace)]
| ^^^^^^^^^
|
= note: `#[warn(stable_features)]` on by default

0 comments on commit 0ac645e

Please sign in to comment.