You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under this revision (82dac19), when the _DEBUG is turned on, compiling exa throws an internal compiler error: trimmed_def_paths constructed. However, when only compiling to mir (cargo rustc -- -C opt-level=O3 --emit=mir). There is no error.
See the Error Output and Backtrace sections for more details.
Code
Under this revision (82dac19), when the
_DEBUG
is turned on, compiling exa throws an internal compiler error:trimmed_def_paths constructed
. However, when only compiling to mir (cargo rustc -- -C opt-level=O3 --emit=mir
). There is no error.See the Error Output and Backtrace sections for more details.
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: