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

19 lines
597 B
Plaintext
Raw Normal View History

2018-06-02 23:38:57 +02:00
warning: this expression will panic at runtime
--> $DIR/issue-44578.rs:36:20
|
LL | println!("{}", <Bar<u16, u8> as Foo>::AMT); //~ WARN const_err
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ referenced constant has errors
|
note: lint level defined here
--> $DIR/issue-44578.rs:12:9
|
LL | #![warn(const_err)]
| ^^^^^^^^^
2018-06-02 23:38:57 +02:00
warning: this expression will panic at runtime
--> $DIR/issue-44578.rs:36:20
|
LL | println!("{}", <Bar<u16, u8> as Foo>::AMT); //~ WARN const_err
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ referenced constant has errors