You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| ^^^^^^^^^^^^^ required by this bound in `gen_range`
39
-
help: consider specifying the type arguments in the function call
40
-
|
41
-
8 | let secret_number = rand::thread_rng().gen_range::<T, R>(1..101);
42
-
| ++++++++
43
-
44
-
Some errors have detailed explanations: E0283, E0308.
45
-
For more information about an error, try `rustc --explain E0283`.
46
-
error: could not compile `guessing_game` due to 2 previous errors (先の2つのエラーのため、`guessing_game`をコンパイルできませんでした)
25
+
For more information about this error, try `rustc --explain E0308`.
26
+
error: could not compile `guessing_game` (bin "guessing_game") due to 1 previous error (先の1つのエラーのため、`guessing_game` (bin "guessing_game") をコンパイルできませんでした)
0 commit comments