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.
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.