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

ices/77647.sh: fixed with errors #826

Merged
merged 1 commit into from
Jun 17, 2021
Merged

ices/77647.sh: fixed with errors #826

merged 1 commit into from
Jun 17, 2021

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#77647

#!/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 -Z unstable-options --output-format json
=== stdout ===
=== stderr ===
error: couldn't generate documentation: No such file or directory (os error 2)
  |
  = note: failed to create or modify "doc/out.json"

error: aborting due to previous error

==============

=== stdout ===
=== stderr ===
error: couldn't generate documentation: No such file or directory (os error 2)
  |
  = note: failed to create or modify "doc/out.json"

error: aborting due to previous error

==============
@JohnTitor JohnTitor merged commit 7aa2ff7 into master Jun 17, 2021
@JohnTitor JohnTitor deleted the autofix/ices/77647.sh branch June 17, 2021 16:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants