blob: 46408f6748d98befd8618525ae45538ee9c5fb27 [file] [log] [blame]
error[E0080]: evaluation of `<std::string::String as Bar<std::string::String>>::F` failed
--> $DIR/assoc_const_2.rs:10:20
|
LL | const F: u32 = 100 / U::X;
| ^^^^^^^^^^ attempt to divide `100_u32` by zero
note: erroneous constant encountered
--> $DIR/assoc_const_2.rs:27:13
|
LL | let y = <String as Bar<String>>::F;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
note: erroneous constant encountered
--> $DIR/assoc_const_2.rs:27:13
|
LL | let y = <String as Bar<String>>::F;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0080`.