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

ices/105952-2.sh: fixed with no errors #1474

Merged
merged 1 commit into from
Dec 23, 2022
Merged

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#105952

#!/bin/bash

cat > foo.rs << EOF
#![feature(associated_const_equality)]
pub enum ParseMode {
    Raw,
}
pub trait Parse {
    const PARSE_MODE: ParseMode;
}
pub trait RenderRaw: Parse<PARSE_MODE = { ParseMode::Raw }> {}

EOF

rustdoc foo.rs
=== stdout ===
=== stderr ===
==============

=== stdout ===
=== stderr ===
==============
@JohnTitor JohnTitor merged commit 8baad69 into master Dec 23, 2022
@JohnTitor JohnTitor deleted the autofix/ices/105952-2.sh branch December 23, 2022 06:03
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.

None yet

2 participants