File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,15 +37,15 @@ error: breaking changes in `efg`
37
37
17 | pub fn efg(_: &str) { }
38
38
| ^^^^^^^^^^^^^^^^^^^^^^^
39
39
|
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)
41
41
42
42
error: breaking changes in `fgh`
43
43
--> $REPO_PATH/tests/cases/regions/new.rs:19:1
44
44
|
45
45
19 | pub fn fgh(_: &'static str) { }
46
46
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
47
47
|
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)
49
49
50
50
error: aborting due to 6 previous errors
51
51
You can’t perform that action at this time.
0 commit comments