Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Sep 4, 2021
1 parent 83a9327 commit f259eb4
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 f259eb4

Please sign in to comment.