I am getting this error "Too many errors emitted, stopping now clang(fatal_too_many_errors) " this my code compiles and run properly but when i submit code it is showing some error how to fix it
I thought i can ignore this error since It compiles correctly.
But its not finished cleanly as the instruction says though the robot moved as we exepcted.
And when i check ps, it still processing:
Related to the clang error, this is just a false alarm that we indeed have to fix. But if the program compiles correctly, you can just ignore those clang-related errors for the moment.