Skip to content

Instantly share code, notes, and snippets.

@degrammer
Created July 5, 2024 17:28
Show Gist options
  • Save degrammer/32f6675083b545ab818e9b7ba9f60a95 to your computer and use it in GitHub Desktop.
Save degrammer/32f6675083b545ab818e9b7ba9f60a95 to your computer and use it in GitHub Desktop.
Progress: [##########>-------------------------------------------------] 16/95 (15.8 %)
⚠️  Compiling of exercises/primitive_types/primitive_types1.rs failed! Please try again. Here's the output:
error: expected identifier, found keyword `if`
  --> exercises/primitive_types/primitive_types1.rs:16:5
   |
16 |     if is_evening {
   |     ^^ expected identifier, found keyword

error: expected one of `:`, `;`, `=`, `@`, or `|`, found `is_evening`
  --> exercises/primitive_types/primitive_types1.rs:16:8
   |
16 |     if is_evening {
   |        ^^^^^^^^^^ expected one of `:`, `;`, `=`, `@`, or `|`

error: aborting due to 2 previous errors

Welcome to watch mode! You can type 'help' to get an overview of the commands you can use here.









Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment