|
315bc1853f
|
Library! Thanks to abcrawf. I was too much in the weeds using the compiler help output
|
2023-01-22 14:35:02 -05:00 |
|
|
77cefee5fb
|
struggling to get this library example compiled :-\
https://google.github.io/comprehensive-rust/exercises/day-1/book-library.html
|
2023-01-21 10:42:11 -05:00 |
|
|
773b9cbafb
|
glad to see 'implicit' conversions are now explicit as of rust 1.66.1
|
2023-01-14 20:57:36 -05:00 |
|
|
45a76f19ff
|
function with generic parameters
|
2023-01-14 20:23:04 -05:00 |
|
|
4518c489dc
|
immutable slice and borrowed slice
|
2023-01-14 15:16:11 -05:00 |
|
|
de5218c5dd
|
oh interesting. Dangling reference not allowed.
```
error[E0597]: `x` does not live long enough
```
|
2023-01-14 15:08:36 -05:00 |
|
|
aaa0c9143e
|
compound types
|
2023-01-14 13:57:39 -05:00 |
|