https://github.com/parasyte/crashy
https://github.com/parasyte/crashy
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/parasyte/crashy
- Owner: parasyte
- Created: 2024-05-24T04:42:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-24T04:46:57.000Z (over 1 year ago)
- Last Synced: 2025-03-24T18:04:39.629Z (10 months ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rustc ICE repro
To trigger the ICE:
```bash
rustup toolchain install nightly-2024-05-24
cargo +nightly-2024-05-24 build --package crashy-macro
```
Example ICE log: [rustc-ice-2024-05-24T04_46_00-92305.txt](./rustc-ice-2024-05-24T04_46_00-92305.txt)