Skip to content

Commit df96730

Browse files
committed
Add a FIXME relating to Copy<T> not being checked
1 parent adca15a commit df96730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_typeck/astconv.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1738,7 +1738,7 @@ pub fn partition_bounds<'a>(tcx: &ty::ctxt,
17381738
if ty::try_add_builtin_trait(tcx,
17391739
trait_did,
17401740
&mut builtin_bounds) {
1741-
// TODO Copy<T>?
1741+
// FIXME(#20302) -- we should check for things like Copy<T>
17421742
continue; // success
17431743
}
17441744
}

0 commit comments

Comments
 (0)