We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello! The trait solver 5 works in nightly, I don't know which feature makes that possible tho. Maybe it should be precised ?
$ cargo +nightly run warning: trait `Super` is never used --> src/main.rs:1:7 | 1 | trait Super {} | ^^^^^ | = note: `#[warn(dead_code)]` on by default warning: trait `Sub` is never used --> src/main.rs:2:7 | 2 | trait Sub<T>: Super {} | ^^^ warning: trait `Overlap` is never used --> src/main.rs:6:7 | 6 | trait Overlap<T> {} | ^^^^^^^ warning: `_` (bin "_") generated 3 warnings Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.00s Running `target/debug/_`
Really nice problem tho!
The text was updated successfully, but these errors were encountered:
I believe this was made to compiler as part of -Znext-solver=coherence stabilization.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hello!
The trait solver 5 works in nightly, I don't know which feature makes that possible tho. Maybe it should be precised ?
Really nice problem tho!
The text was updated successfully, but these errors were encountered: