Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #961 from matthiaskrgr/88536
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexendoo committed Sep 4, 2021
2 parents 83a9327 + f259eb4 commit 37e41c8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ices/88536.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/bash

rustc --emit=mir -Zsave-analysis - << EOF
#![allow(incomplete_features)]
#[derive(PartialEq, Eq)]
pub struct Foo {}
pub struct Foo_<const F: Foo>;
impl Foo_<{Foo {}}> {}
fn main() {}
EOF

0 comments on commit 37e41c8

Please sign in to comment.