Help us get Non-lexical Lifetimes (NLL) over the finish line!

You can use RUSTFLAGS="-Zborrowck=mir -Ztwo-phase-borrows" cargo build

There is also RUSTFLAGS="-Zborrowck=migrate -Ztwo-phase-borrows" cargo build -- this version will give warnings for anything that NLL considers an error where the old checker did not consider it an error (because of bugs)