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
A difference in behavior between CI and local testing was observed for the
entry_bad_return_type test. This is due to the way trybuild sets the `--verbose`
flag, which is overwritten if RUSTFLAGS is set (as it always is for our CI
jobs). Add code in xtask to ensure that `--verbose` still gets set correctly.
Also update entry_bad_return_type.stderr to match the expected current output.
0 commit comments