We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1923586 commit 78df446Copy full SHA for 78df446
src/librustc_error_codes/error_codes/E0637.md
@@ -1,6 +1,5 @@
1
-
2
An underscore `_` character or a numeric literal `u8`, `i32`, `f64`, etc has
3
-been used as the identifier for a lifetime.
+been used as the identifier for a lifetime.
4
5
Erroneous code example 1:
6
```
@@ -29,6 +28,4 @@ fn some_function<'a>(str1: &'a str, str2: &'a str) -> &'a str {
29
28
//Some code
30
}
31
32
33
[bk-no]: https://doc.rust-lang.org/book/appendix-02-operators.html#non-operator-symbols
34
0 commit comments