2024-12-21 17:05:40 +00:00
|
|
|
error[E0658]: negative trait bounds are not fully implemented; use marker types for now
|
2020-01-09 05:56:38 -05:00
|
|
|
--> $DIR/feature-gate-negative_impls.rs:2:6
|
|
|
|
|
|
|
|
|
|
|
LL | impl !MyTrait for u32 {}
|
|
|
|
|
| ^^^^^^^^
|
|
|
|
|
|
|
2020-01-17 14:34:25 -05:00
|
|
|
= note: see issue #68318 <https://github.com/rust-lang/rust/issues/68318> for more information
|
2020-01-09 05:56:38 -05:00
|
|
|
= help: add `#![feature(negative_impls)]` to the crate attributes to enable
|
2024-01-10 01:39:02 -05:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2020-01-09 05:56:38 -05:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2020-01-09 05:56:38 -05:00
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0658`.
|