errors.fyi community error code reference
E0152
rust

Duplicate Lang Item

A lang item already provided by the standard library has been redefined. Lang items should only be defined once; this error commonly occurs when writing a no_std crate that conflicts with an existing definition.

References

โ† all namespaces for E0152