]> git.lizzy.rs Git - rust.git/blob - src/test/ui/consts/miri_unleashed/assoc_const_2.stderr
Rollup merge of #64603 - gilescope:unused-lifetime-warning, r=matthewjasper
[rust.git] / src / test / ui / consts / miri_unleashed / assoc_const_2.stderr
1 error[E0080]: erroneous constant used
2   --> $DIR/assoc_const_2.rs:27:13
3    |
4 LL |     let y = <String as Bar<String>>::F;
5    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^ referenced constant has errors
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0080`.