rust/src/test/ui/consts/const-eval/issue-44578.stderr

10 lines
335 B
Plaintext
Raw Normal View History

error[E0080]: evaluation of constant expression failed
2018-12-25 09:56:47 -06:00
--> $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`.