mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 19:10:14 +01:00
Summary: Fixes a small compilation error where an llvm::Error variable was being returned by copy rather than by move. The llvm::Error copy constructor is deleted. Co-authored-by: ergawy <kareem.ergawy@guardsquare.com>