about summary refs log tree commit diff
path: root/tests/ui/specialization/min_specialization/specialize_nothing.stderr
blob: 8e7dc9c5ef3f4da532f6dfbba6849947c6efa757 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: specialization impl does not specialize any associated items
  --> $DIR/specialize_nothing.rs:11:1
   |
LL | impl Special for usize {}
   | ^^^^^^^^^^^^^^^^^^^^^^
   |
note: impl is a specialization of this impl
  --> $DIR/specialize_nothing.rs:7:1
   |
LL | impl<T> Special for T {
   | ^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 1 previous error