@@ -55,7 +55,7 @@ error: unexpected token
5555error[E0119]: conflicting implementations of trait `Default` for type `MyTracked<'_>`
5656 --> tests/compile-fail/tracked_impl_incompatibles.rs:12:1
5757 |
58- 7 | impl<'db> std::default::Default for MyTracked<'db> {
58+ 7 | impl<'db> std::default::Default for MyTracked<'db> {
5959 | -------------------------------------------------- first implementation here
6060...
616112 | impl<'db> std::default::Default for MyTracked<'db> {
@@ -64,7 +64,7 @@ error[E0119]: conflicting implementations of trait `Default` for type `MyTracked
6464error[E0119]: conflicting implementations of trait `Default` for type `MyTracked<'_>`
6565 --> tests/compile-fail/tracked_impl_incompatibles.rs:17:1
6666 |
67- 7 | impl<'db> std::default::Default for MyTracked<'db> {
67+ 7 | impl<'db> std::default::Default for MyTracked<'db> {
6868 | -------------------------------------------------- first implementation here
6969...
707017 | impl<'db> std::default::Default for MyTracked<'db> {
@@ -73,7 +73,7 @@ error[E0119]: conflicting implementations of trait `Default` for type `MyTracked
7373error[E0119]: conflicting implementations of trait `Default` for type `MyTracked<'_>`
7474 --> tests/compile-fail/tracked_impl_incompatibles.rs:22:1
7575 |
76- 7 | impl<'db> std::default::Default for MyTracked<'db> {
76+ 7 | impl<'db> std::default::Default for MyTracked<'db> {
7777 | -------------------------------------------------- first implementation here
7878...
797922 | impl<'db> std::default::Default for MyTracked<'db> {
@@ -82,7 +82,7 @@ error[E0119]: conflicting implementations of trait `Default` for type `MyTracked
8282error[E0119]: conflicting implementations of trait `Default` for type `MyTracked<'_>`
8383 --> tests/compile-fail/tracked_impl_incompatibles.rs:27:1
8484 |
85- 7 | impl<'db> std::default::Default for MyTracked<'db> {
85+ 7 | impl<'db> std::default::Default for MyTracked<'db> {
8686 | -------------------------------------------------- first implementation here
8787...
888827 | impl<'db> std::default::Default for MyTracked<'db> {
@@ -91,7 +91,7 @@ error[E0119]: conflicting implementations of trait `Default` for type `MyTracked
9191error[E0119]: conflicting implementations of trait `Default` for type `MyTracked<'_>`
9292 --> tests/compile-fail/tracked_impl_incompatibles.rs:32:1
9393 |
94- 7 | impl<'db> std::default::Default for MyTracked<'db> {
94+ 7 | impl<'db> std::default::Default for MyTracked<'db> {
9595 | -------------------------------------------------- first implementation here
9696...
979732 | impl<'db> std::default::Default for MyTracked<'db> {
@@ -100,7 +100,7 @@ error[E0119]: conflicting implementations of trait `Default` for type `MyTracked
100100error[E0119]: conflicting implementations of trait `Default` for type `MyTracked<'_>`
101101 --> tests/compile-fail/tracked_impl_incompatibles.rs:37:1
102102 |
103- 7 | impl<'db> std::default::Default for MyTracked<'db> {
103+ 7 | impl<'db> std::default::Default for MyTracked<'db> {
104104 | -------------------------------------------------- first implementation here
105105...
10610637 | impl<'db> std::default::Default for MyTracked<'db> {
@@ -109,7 +109,7 @@ error[E0119]: conflicting implementations of trait `Default` for type `MyTracked
109109error[E0119]: conflicting implementations of trait `Default` for type `MyTracked<'_>`
110110 --> tests/compile-fail/tracked_impl_incompatibles.rs:42:1
111111 |
112- 7 | impl<'db> std::default::Default for MyTracked<'db> {
112+ 7 | impl<'db> std::default::Default for MyTracked<'db> {
113113 | -------------------------------------------------- first implementation here
114114...
11511542 | impl<'db> std::default::Default for MyTracked<'db> {
@@ -118,7 +118,7 @@ error[E0119]: conflicting implementations of trait `Default` for type `MyTracked
118118error[E0119]: conflicting implementations of trait `Default` for type `MyTracked<'_>`
119119 --> tests/compile-fail/tracked_impl_incompatibles.rs:47:1
120120 |
121- 7 | impl<'db> std::default::Default for MyTracked<'db> {
121+ 7 | impl<'db> std::default::Default for MyTracked<'db> {
122122 | -------------------------------------------------- first implementation here
123123...
12412447 | impl<'db> std::default::Default for MyTracked<'db> {
0 commit comments