rust · rust/E0152
E0152
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.