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
thread 'main' panicked at 'assertion failed: `(left != right)`
left: `impl Any`,
right: `impl Any`: infinite recursion', librustc/traits/query/normalize.rs:130:25
note: Run with `RUST_BACKTRACE=1` for a backtrace.
Details
rustc 1.28.0 (9634041f0 2018-07-30) running on x86_64-unknown-linux-gnu
compiler flags: -C codegen-units=1 -C debuginfo=2 --crate-type bin
The text was updated successfully, but these errors were encountered:
The following program:
(playground link)
Produces the following compiler error:
Details
rustc 1.28.0 (9634041f0 2018-07-30) running on x86_64-unknown-linux-gnu
compiler flags: -C codegen-units=1 -C debuginfo=2 --crate-type bin
The text was updated successfully, but these errors were encountered: