]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/variance/variance-object-types.rs
New upstream version 1.63.0+dfsg1
[rustc.git] / src / test / ui / variance / variance-object-types.rs
index 14e11f681b1002ec2a8237ef513bc39475489148..6ded24cd1e9ed497de00df0f16925171e91b0bb6 100644 (file)
@@ -1,9 +1,5 @@
-// Test that Cell is considered invariant with respect to its
-// type.
-
 #![feature(rustc_attrs)]
 
-use std::cell::Cell;
 
 // For better or worse, associated types are invariant, and hence we
 // get an invariant result for `'a`.