2025-07-14 13:38:36 +00:00
|
|
|
error[E0119]: conflicting implementations of trait `Trait` for type `LocalTy`
|
|
|
|
|
--> $DIR/unstable_impl_coherence.rs:14:1
|
|
|
|
|
|
|
|
|
|
|
LL | impl aux::Trait for LocalTy {}
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
|
= note: conflicting implementation in crate `unstable_impl_coherence_aux`:
|
|
|
|
|
- impl<T> Trait for T
|
2025-09-19 07:07:49 +00:00
|
|
|
where feature(foo) is enabled;
|
2025-07-14 13:38:36 +00:00
|
|
|
|
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0119`.
|