rust/src/test/ui/consts/const-eval/issue-44578.stderr
2018-12-25 21:08:33 -07:00

10 lines
335 B
Plaintext

error[E0080]: evaluation of constant expression failed
--> $DIR/issue-44578.rs:25: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`.