Skip to content

Commit 5a66eb4

Browse files
committed
Updated test output.
1 parent f1619fc commit 5a66eb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: tests/cases/regions/stdout

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ error: breaking changes in `efg`
3737
17 | pub fn efg(_: &str) { }
3838
| ^^^^^^^^^^^^^^^^^^^^^^^
3939
|
40-
= warning: type error: expected bound lifetime parameterBrAnon(0), found concrete lifetime (breaking)
40+
= warning: type error: expected bound lifetime parameter, found concrete lifetime (breaking)
4141

4242
error: breaking changes in `fgh`
4343
--> $REPO_PATH/tests/cases/regions/new.rs:19:1
4444
|
4545
19 | pub fn fgh(_: &'static str) { }
4646
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4747
|
48-
= warning: type error: expected bound lifetime parameterBrAnon(0), found concrete lifetime (breaking)
48+
= warning: type error: expected bound lifetime parameter, found concrete lifetime (breaking)
4949

5050
error: aborting due to 6 previous errors
5151

0 commit comments

Comments
 (0)