We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1619fc commit 5a66eb4Copy full SHA for 5a66eb4
tests/cases/regions/stdout
@@ -37,15 +37,15 @@ error: breaking changes in `efg`
37
17 | pub fn efg(_: &str) { }
38
| ^^^^^^^^^^^^^^^^^^^^^^^
39
|
40
- = warning: type error: expected bound lifetime parameterBrAnon(0), found concrete lifetime (breaking)
+ = warning: type error: expected bound lifetime parameter, found concrete lifetime (breaking)
41
42
error: breaking changes in `fgh`
43
--> $REPO_PATH/tests/cases/regions/new.rs:19:1
44
45
19 | pub fn fgh(_: &'static str) { }
46
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
47
48
49
50
error: aborting due to 6 previous errors
51
0 commit comments