]> git.proxmox.com Git - rustc.git/blobdiff - src/test/auxiliary/svh-a-change-lit.rs
Imported Upstream version 1.0.0~beta.3
[rustc.git] / src / test / auxiliary / svh-a-change-lit.rs
index c5f38805511650925110d59c68159481bf2d0028..5339fc8295c6f57f56cfd7820e41cdb3d88be0fc 100644 (file)
 //! (#14132).
 
 #![crate_name = "a"]
-#![feature(core)]
-
-use std::marker::MarkerTrait;
 
 macro_rules! three {
     () => { 3 }
 }
 
-pub trait U : MarkerTrait {}
-pub trait V : MarkerTrait {}
+pub trait U {}
+pub trait V {}
 impl U for () {}
 impl V for () {}