File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
error[E0119]: conflicting implementations of trait `std::convert::AsRef<Q>` for type `std::boxed::Box<Q>`:
2
- --> $DIR/conflict-with-std.rs:6 :1
2
+ --> $DIR/conflict-with-std.rs:5 :1
3
3
|
4
4
LL | impl AsRef<Q> for Box<Q> {
5
5
| ^^^^^^^^^^^^^^^^^^^^^^^^
@@ -9,7 +9,7 @@ LL | impl AsRef<Q> for Box<Q> {
9
9
where T: ?Sized;
10
10
11
11
error[E0119]: conflicting implementations of trait `std::convert::From<S>` for type `S`:
12
- --> $DIR/conflict-with-std.rs:13 :1
12
+ --> $DIR/conflict-with-std.rs:12 :1
13
13
|
14
14
LL | impl From<S> for S {
15
15
| ^^^^^^^^^^^^^^^^^^
@@ -18,7 +18,7 @@ LL | impl From<S> for S {
18
18
- impl<T> std::convert::From<T> for T;
19
19
20
20
error[E0119]: conflicting implementations of trait `std::convert::TryFrom<X>` for type `X`:
21
- --> $DIR/conflict-with-std.rs:20 :1
21
+ --> $DIR/conflict-with-std.rs:19 :1
22
22
|
23
23
LL | impl TryFrom<X> for X {
24
24
| ^^^^^^^^^^^^^^^^^^^^^
Original file line number Diff line number Diff line change 1
1
error[E0109]: type arguments are not allowed for this type
2
- --> $DIR/mod-subitem-as-enum-variant.rs:8 :11
2
+ --> $DIR/mod-subitem-as-enum-variant.rs:7 :11
3
3
|
4
4
LL | Mod::<i32>::FakeVariant(0);
5
5
| ^^^ type argument not allowed
You can’t perform that action at this time.
0 commit comments