Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure to compile causes a pop-up (Nightly Windows MSVC 32bit d5e229057) #30775

Closed
ghost opened this issue Jan 8, 2016 · 2 comments
Closed

Comments

@ghost
Copy link

ghost commented Jan 8, 2016

Issue:
When compiler fails to compile. I.E.: Syntax, wrong variables, type errors, etc, etc. The windows dialog box for program failure pops up and asks if you'd like to Debug, Close, or Search online for a solution. This is really annoying.

How to reproduce:

  1. Create project in cargo
  2. Write code that can't compile
  3. Try to compile code
  4. See pop up.
@retep998
Copy link
Member

retep998 commented Jan 8, 2016

This is a known issue with 32-bit msvc. Unwinding has not been implemented yet so it crashes instead of exiting gracefully.

Dupe of #25869

#30448 will fix this

@huonw
Copy link
Member

huonw commented Jan 9, 2016

Thanks for filing!

@huonw huonw closed this as completed Jan 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants