about summary refs log tree commit diff
path: root/tests/ui/unstable-feature-bound/unstable_impl_coherence.disabled.stderr
blob: c3147558b03f94602cabad68680602be6c604346 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
             where unstable feature: `foo`;

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0119`.