blob: f4323713e682bce458600fc85b8dc4b8688b7331 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0080]: evaluation of constant expression failed
--> $DIR/issue-44578.rs:27:20
|
LL | println!("{}", <Bar<u16, u8> as Foo>::AMT);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ referenced constant has errors
error: aborting due to previous error
For more information about this error, try `rustc --explain E0080`.
|