Ryan Levick tutorial vids. Lovin' em. Ryans on Windows machine with 'VM' into Ubuntu. I'm on GhostBSD,latest version. rustc 1.55.0. cargo 1.55.0. I'm struggling to figure this out. Rust compiler not happy. Line 14 reads as it should but doesn't jive here. That's the one and only 'error' compiler pointing out. I've been editting this for a while now only creating more errors.
Also,notice lines 4,5,6. No ':''s. That differs,too, If i put those into line(s),more errors.
Disregard line 3. main.rs reads as such;
mod print;
fn main() {
print::run();
}
This works. Have already printed some output to 'pp.db' using this set up. hello world to be exact. Any ideas as to how i can get line 14 in compliance? i just keep buggering up the code.