2018-08-26 08:19:34 -05:00
|
|
|
error[E0080]: evaluation of constant expression failed
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-44578.rs:25:20
|
2018-04-08 15:26:28 -05:00
|
|
|
|
|
2018-06-02 19:04:20 -05:00
|
|
|
LL | println!("{}", <Bar<u16, u8> as Foo>::AMT);
|
2018-04-08 15:26:28 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ referenced constant has errors
|
|
|
|
|
2018-08-26 08:19:34 -05:00
|
|
|
error: aborting due to previous error
|
2018-04-08 15:26:28 -05:00
|
|
|
|
2018-06-02 19:04:20 -05:00
|
|
|
For more information about this error, try `rustc --explain E0080`.
|