blob: 7c382c7a85502f5b4b26f4c9fd0610abfcc0671f (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0080]: entering unreachable code
--> $DIR/unknown-when-no-type-parameter.rs:11:10
|
LL | [(); size_of::<<() as Project>::Assoc>()];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `foo::{constant#0}` failed here
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0080`.
|