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