eweb101
eweb101
I'm using rustup to keep rustc (stable) up to date. Is there something else I need to be doing with it?
"which rustc" shows: ~/.cargo/bin/rustc Also: "~/.cargo/bin/cargo sqlx prepare" gives me the same error about extra arguments.
stable-x86_64-unknown-linux-gnu (default)
rustc 1.45.2 (d3fb005a3 2020-07-31)
I have both main.rs and lib.rs in my src directory. If I remove main.rs the cargo error goes away.