Skip to content

Commit eeaea57

Browse files
committed
Rebase fallout.
1 parent 6dfdeab commit eeaea57

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
error: unconstrained opaque type
2+
--> $DIR/nested-in-anon-const.rs:13:33
3+
|
4+
LL | type B<Z> = impl Sized;
5+
| ^^^^^^^^^^
6+
|
7+
= note: `B` must be used in combination with a concrete type within the same item
8+
19
error[E0308]: mismatched types
210
--> $DIR/nested-in-anon-const.rs:12:17
311
|
@@ -7,14 +15,6 @@ LL | |
715
LL | | },
816
| |_________________^ expected `usize`, found `()`
917

10-
error: unconstrained opaque type
11-
--> $DIR/nested-in-anon-const.rs:13:33
12-
|
13-
LL | type B<Z> = impl Sized;
14-
| ^^^^^^^^^^
15-
|
16-
= note: `B` must be used in combination with a concrete type within the same item
17-
1818
error: aborting due to 2 previous errors
1919

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

0 commit comments

Comments
 (0)