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

ices/73727.rs: fixed with no errors #971

Merged
merged 1 commit into from
Sep 23, 2021
Merged

Conversation

github-actions[bot]
Copy link
Contributor

Issue: rust-lang/rust#73727

#![feature(adt_const_params)]
#![allow(incomplete_features)]

fn a<const X: &'static [u32]>() {}

fn main() {
    a::<{ &[] }>();
}
=== stdout ===
=== stderr ===
==============

=== stdout ===
=== stderr ===
==============
@Alexendoo Alexendoo merged commit 6c2e9a6 into master Sep 23, 2021
@Alexendoo Alexendoo deleted the autofix/ices/73727.rs branch September 23, 2021 17:36
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants