using auto_traits and negative_impls, compiler seems failing to find matching implementation #92753
Labels
C-bug
Category: This is a bug.
F-auto_traits
`#![feature(auto_traits)]`
F-negative_impls
#![feature(negative_impls)]
I tried this code:
I expected this code to compile
but it doesn't
error message:
i'm linking to rust playground so you can't quote out some code except for the code you are going to test
rust playground
Meta
rustc --version --verbose
:tested on rust playground(2022-01-09 092e1c9) too
used feature auto_traits(#13231) and negative_impls(#68318), might be related to
(compile error, doesn't have backtrace)
The text was updated successfully, but these errors were encountered: