10 lines
334 B
Plaintext
10 lines
334 B
Plaintext
|
error[E0080]: erroneous constant used
|
||
|
--> $DIR/assoc_const_2.rs:27:13
|
||
|
|
|
||
|
LL | let y = <String as Bar<String>>::F; //~ ERROR erroneous constant
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ referenced constant has errors
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|
||
|
For more information about this error, try `rustc --explain E0080`.
|