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
This came up because I had set RUST_LOG=rustc::middle::typeck::infer=3 in order to debug an unrelated issue in infer, and turning logging on for infer caused this.
Gist of the backtrace: https://gist.github.com/2926927
This came up because I had set
RUST_LOG=rustc::middle::typeck::infer=3in order to debug an unrelated issue in infer, and turning logging on for infer caused this.