Hands-on Rust: struct `State` has no field named `systems` (page 108)

The systems field is included in the return from the constructor, but it’s not declared. I know that I’ll need to wait until build_scheduler() exists to be able to run the program, but I thought it would be good to point out.

BTW, I’m having a great time learning Rust with this book! Game programming is what got me interested in becoming a developer, so it’s 1985 for me again. :slight_smile:

1 Like