Module rustc_smir::rustc_smir::convert::error

source ·
Expand description

Handle the conversion of different internal errors into a stable version.

Currently we encode everything as stable_mir::Error, which is represented as a string.