From df967306e3f9b26ca089fbb59e1f961f913b89fd Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Mon, 29 Dec 2014 11:01:11 -0500 Subject: [PATCH] Add a FIXME relating to Copy not being checked --- src/librustc_typeck/astconv.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc_typeck/astconv.rs b/src/librustc_typeck/astconv.rs index 480bba16e63..70abfa724ed 100644 --- a/src/librustc_typeck/astconv.rs +++ b/src/librustc_typeck/astconv.rs @@ -1738,7 +1738,7 @@ pub fn partition_bounds<'a>(tcx: &ty::ctxt, if ty::try_add_builtin_trait(tcx, trait_did, &mut builtin_bounds) { - // TODO Copy? + // FIXME(#20302) -- we should check for things like Copy continue; // success } }