Skip to content

Commit

Permalink
Add 77647
Browse files Browse the repository at this point in the history
  • Loading branch information
fanninpm committed Feb 16, 2021
1 parent e1176ec commit eead022
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ices/77647.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

cat > out.rs <<'EOF'
#![feature(const_generics, const_evaluatable_checked)]
#![allow(incomplete_features)]
struct A<T, const N: core::num::NonZeroUsize>([T; N.get()]) where [T; N.get()]: Sized;
EOF

rustdoc out.rs --output-format json

0 comments on commit eead022

Please sign in to comment.