-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Uncompressed metadata patch causes segfault #8752
Comments
The test suite passes, so when rustc, compiletest are run as part of |
Fixed. |
xFrednet
pushed a commit
to xFrednet/rust
that referenced
this issue
May 21, 2022
Add version filtering option to the lint list I'm no web dev, so I don't know if this is the best execution 😄. Here's how it looks: ![Desktop](https://user-images.githubusercontent.com/69764315/165403602-9e39fe0f-6a96-46cb-ba51-8b035e74cce4.gif) And on mobile: ![Mobile](https://user-images.githubusercontent.com/69764315/165403908-fc4a0051-2ed4-48a3-b45b-b261f49ce259.png) I've split this into two commits, in the second one I moved the JS into its own file to make it easier to work on. Is that alright? And if so, could the same thing be done to the css? changelog: none cc: rust-lang#7958, `@repi` r? `@xFrednet`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Commit 491bc35 causes a segfault when running rustc for me. Note that the compiler is successfully built and installed at this point. My system is Linux, 64 bit. Backtrace from running just 'rustc' on the command line:
The text was updated successfully, but these errors were encountered: