Add a FIXME relating to Copy<T> not being checked
This commit is contained in:
parent
adca15a151
commit
df967306e3
@ -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<T>?
|
||||
// FIXME(#20302) -- we should check for things like Copy<T>
|
||||
continue; // success
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user