Skip to content

Commit

Permalink
Update ui test suite to nightly-2023-02-25
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 26, 2023
1 parent 0bb013e commit 04e818c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/lifetime-span.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ help: indicate the anonymous lifetime
12 | impl Trait<'_> for A {
| ++++

error[E0107]: this trait takes 0 lifetime arguments but 1 lifetime argument was supplied
error[E0107]: trait takes 0 lifetime arguments but 1 lifetime argument was supplied
--> tests/ui/lifetime-span.rs:32:10
|
32 | impl<'r> Trait2<'r> for B {
Expand Down

0 comments on commit 04e818c

Please sign in to comment.