]> git.proxmox.com Git - rustc.git/blobdiff - src/test/pretty/gat-bounds.rs
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / src / test / pretty / gat-bounds.rs
index 789e4bc80ace90d079cc1c59e5a4a37e420eb017..8877c6cc9927b9111e1afaf0994a20f110c61343 100644 (file)
@@ -13,4 +13,6 @@ impl X for () {
     type Y<T> where Self: Sized = u32;
 }
 
+fn f<T: X<Y<()> = i32>>() {}
+
 fn main() { }