pull/1/head
Dhghomon 4 years ago committed by GitHub
parent 90d58048c0
commit a603dee738
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -419,7 +419,7 @@ fn main() {
let mut my_variable = 8;
my_variable = "Hello, world!";
}
```rust
```
You will see the same "expected" message from the compiler: ```expected integer, found `&str```` (```&str``` is a string type that we will learn soon).

Loading…
Cancel
Save