You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
The
client_borrow_errortest is failing on latest nightly. This is because the 2015 edition now includes NLL as of rust-lang/rust#59114.If this test is just verifying that it can handle an error diagnostic, perhaps it could just be replaced with the
compile_error!macro?