Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBuild system should warn if wrong version of rustc installed #112
Labels
Comments
|
The linked ticked #132 is marked as closed. does it make sense for this ticket to still be open? |
|
I think this is no longer an issue since we now ship rust with servo. |
ChrisParis
pushed a commit
to ChrisParis/servo
that referenced
this issue
Sep 7, 2014
cors: Add the Opera CORS tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To reduce confusion and accidental bug reports, the Makefile should compare a stored rust commit hash against the rustc actually used. If it differs, print out an all-caps warning.
This will require putting a submodule-like hash somewhere in the tree.