Skip to content

Commit 04e818c

Browse files
committed
Update ui test suite to nightly-2023-02-25
1 parent 0bb013e commit 04e818c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/lifetime-span.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ help: indicate the anonymous lifetime
99
12 | impl Trait<'_> for A {
1010
| ++++
1111

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

0 commit comments

Comments
 (0)