Skip to content

Commit

Permalink
Rollup merge of #73898 - lcnr:issue61383, r=jonas-schievink
Browse files Browse the repository at this point in the history
remove duplicate test for #61935

Apparently I somehow messed up the issue number in #67890
which caused us to add this test twice, both as https://github.com/rust-lang/rust/blob/master/src/test/ui/const-generics/issues/issue-61935.rs and https://github.com/rust-lang/rust/blob/master/src/test/ui/const-generics/lazy-normalization/issue-71922.rs

#61935 is the actually fixed issue while #71922 is still not working, as it depends on lazy norm of repeat expressions
  • Loading branch information
Manishearth committed Jul 1, 2020
2 parents fe1f05c + 0889d79 commit 555397d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 38 deletions.
19 changes: 0 additions & 19 deletions src/test/ui/const-generics/lazy-normalization/issue-71922.rs

This file was deleted.

19 changes: 0 additions & 19 deletions src/test/ui/const-generics/lazy-normalization/issue-71922.stderr

This file was deleted.

0 comments on commit 555397d

Please sign in to comment.