Closed islonely closed 2 years ago
One of the recent V commits made it where you can't use private structs as function parameters. i.e. You can't do fn do_something(ses session.Session). Previously you could. Also added a comment above a function I seemed to have missed.
fn do_something(ses session.Session)
One of the recent V commits made it where you can't use private structs as function parameters. i.e. You can't do
fn do_something(ses session.Session)
. Previously you could. Also added a comment above a function I seemed to have missed.