We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a834b5 + 1e0b782 commit c52740cCopy full SHA for c52740c
tests/ui/crashes/ice-10972-tait.rs
@@ -0,0 +1,9 @@
1
+// ICE: #10972
2
+// asked to assemble constituent types of unexpected type: Binder(Foo, [])
3
+#![feature(type_alias_impl_trait)]
4
+
5
+use std::fmt::Debug;
6
+type Foo = impl Debug;
7
+const FOO2: Foo = 22_u32;
8
9
+pub fn main() {}
0 commit comments