https://github.com/casey/gat-ice
https://github.com/casey/gat-ice
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/casey/gat-ice
- Owner: casey
- Created: 2020-09-25T06:16:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-25T06:34:17.000Z (almost 6 years ago)
- Last Synced: 2025-10-04T01:35:52.110Z (9 months ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gat-ice
This repo contains three binaries, which generate ICEs when built with rustc 1.48.0-nightly (e599b53e6 2020-09-24), and with a rustc built from [PR #73905](https://github.com/rust-lang/rust/pull/73905).
I thought that the examples might be generating the same ICE, but `gat-bound.rs` and `issue-71176.rs` actually changes error ICEs between nightly rustc, and PR #73905 rustc, whereas `issue-68648.rs` is unchanged.
See [issue-68648.rs](src/bin/issue-68648.rs), [issue-71176.rs](src/bin/issue-71176.rs), and [gat-bound.rs](src/bin/gat-bound.rs) for more details.