We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b8ebc1 commit 57698feCopy full SHA for 57698fe
doc/tutorial.md
@@ -83,7 +83,7 @@ fn main() {
83
// Open a channel to receive game results
84
do listen |result_from_game| {
85
86
- let times = 10;
+ let = 10;
87
let player1 = "graydon";
88
let player2 = "patrick";
89
@@ -348,9 +348,6 @@ Rust identifiers must start with an alphabetic character or an
348
underscore, and after that may contain any alphanumeric character, and
349
more underscores.
350
351
-***Note:*** The parser doesn't currently recognize non-ascii alphabetic
352
-characters. This is a bug that will eventually be fixed.
353
-
354
The double-colon (`::`) is used as a module separator, so
355
`io::println` means 'the thing named `println` in the module
356
named `io`'.
0 commit comments