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

Try different compilers/flags to achieve ICE #18

Open
langston-barrett opened this issue Mar 18, 2023 · 0 comments
Open

Try different compilers/flags to achieve ICE #18

langston-barrett opened this issue Mar 18, 2023 · 0 comments

Comments

@langston-barrett
Copy link
Owner

Rather than forcing users to type out rustc +nightly --crate-type=lib --edition=2018, Icemaker should probably try out the cartesian product of:

  • rustc versions: +stable, +beta, +nightly
  • edition: 2015, 2018, 2021
  • crate type: bin, lib

If fetching from a Github issue (#4), Icemaker might be able to extract such flags from the error message.

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

1 participant