Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ICE when emitting an error during cfg strip
When an error was emitted during the cfg strip pass by the crate loader, it was ignored and the error state propagated until another pass (name resolver). gcc/rust/ChangeLog: * rust-session-manager.cc (Session::expansion): Add early break on error. Signed-off-by: Pierre-Emmanuel Patry <[email protected]>
- Loading branch information