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.
1 parent 7a834b5 commit 1e0b782Copy full SHA for 1e0b782
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