]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/regions-assoc-type-in-supertrait-outlives-container.rs
Imported Upstream version 1.0.0~beta.3
[rustc.git] / src / test / compile-fail / regions-assoc-type-in-supertrait-outlives-container.rs
index 6aa0cc003ce64253ee1505700c5fd05bb7381999..9a13541bd0b17a761997824f3b0f5d0f3fcdd757 100644 (file)
 
 #![allow(dead_code)]
 
-use std::marker::PhantomFn;
-
 ///////////////////////////////////////////////////////////////////////////
 
-pub trait TheTrait: PhantomFn<Self, Self> {
+pub trait TheTrait {
     type TheAssocType;
 }